Forum Discussion
Kate_Phelan
Apr 21, 2021Copper Contributor
Breadth of functionality
EricStarker
Hi Kate from PwC. I had a question about the breadth of functionality this service will have. In demo videos I have seen the primary use case seems to be video chats that begin out of ...
bobserr
Microsoft
Apr 21, 2021Hi Kate_Phelan - yes, you can use the groupId property to join a pre-scheduled group call.
See https://docs.microsoft.com/en-us/javascript/api/azure-communication-services/@azure/communication-calling/callagent?view=azure-communication-services-js#join_GroupLocator__JoinCallOptions_
See https://docs.microsoft.com/en-us/javascript/api/azure-communication-services/@azure/communication-calling/callagent?view=azure-communication-services-js#join_GroupLocator__JoinCallOptions_
- Kate_PhelanApr 21, 2021Copper ContributorThank you for confirming and sharing
- Ryan_KaneApr 21, 2021Copper ContributorHow is authentication handled? Our SaaS application, where we intend to host these sessions, is not using Azure AD for authentication. Is the intention to share the auth token from the parent application or will users attending the session be allowed to login into the teams meeting via the normal workflow?
- manoskow-msftApr 21, 2021Former Employee
Ryan_Kane - Azure Communication Services is identity agnostic so your users don't have to be using AAD to join the prescheduled Teams meeting from a Communication Services client. You can use any identity provider you are already using 🙂
Each userthat is logging on with go through your authentication process, and the Azure Communication Services client will assign each user a token. This token will be used to join the call.
You can learn more about our user tokens here: https://docs.microsoft.com/en-us/azure/communication-services/quickstarts/access-tokens?pivots=programming-language-java