-
Notifications
You must be signed in to change notification settings - Fork 74
How to setup Skype Web SDK to accept login from database of Users from personal db #21
Comments
How do users log in to your web application? What credentials do they use? |
They login via ASP.NET Core Identity individual accounts,
Could you explain how a user or group of users can be hosted in Skype for Business online. And could you explain what it entails for on-Premises users and how I can carry out authentication in the skype web sdk? Many thanks for help. |
See details on skype for business here. This requires purchasing office 365 subscriptions for users and enabling Skype for Business for each of those users. Typically an organization purchases Skype for Business licenses for all its users. |
Yes, I am trying to build an online therapy session app that has video, audio on messaging btw Patients and Therapists. |
Your users will have to sign in your application using their Skype for Business accounts. The process is similar to how an ASP.NET app authenticates with external providers (documented here) except that for Skype for Business you would follow steps like this. |
The thing is my users are regular people who don't own skype for Business accounts and I need them registered in my DB. Is it possible to use the On-Premises option to achieve this? |
No, sorry, if you want your users to communicate with each other using Skype for Business then they need to have Skype for Business accounts. You may want to explore other free communication protocols for this purpose. |
Aww, bummer. Could recommend any free communication protocols? |
I too have similar scenario where web application uses MYSQL DB to store registered users. This web application is integrate with Skype for business online (Web SDK) to communicate each other via audio, video, chat and etc. So I want to build functionality such a way that when registered user(MYSQL) clicks say on 'Audio Call', in background three things should happen automatically. 1.Creation of user in O 365 if not existed, 2. Sign in with O 365 credentials, 3. Start audio call. Is this possible implement with Skype web SDK(online) ? I am new to Skype for business online thing, Kindly suggest if any other ways available. |
I have a similar need to integrate Skype SDK in my ASP.Net Web application. Please help with the direction I'm supposed to take to have Audio, Video and Chat functionality just with authentication of the application login. |
Hi all, I have an issue. I am a newbie to the Skype Web SDK and O365 development. I am trying to integrate the Skype web sdk with my ASP.NET Core Web app. I have registered and confirmed ASPNETUsers in my Database, I want to setup the Skype Web SDK to enable skype once a user is signed into the app and he/she can talk with another registered user in the ASPNETUser database table. From the tutorials I have seen, it caters to only office 365 work accounts or special domain email addresses.
Please any help will be greatly appreciated.
The text was updated successfully, but these errors were encountered: