Replies: 1 comment 1 reply
-
Hi @Chandi-99, thanks for bringing this to our attention. It looks like |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
for the past few weeks I am trying to joint the teams meeting from azure communication sdk as a teams user. Since I am using UI composite as described in this documentation.
documentation
I can successfully connect to the meeting as a external user, but I am having trouble joining the teams meeting from my account.
I have created necessary token to join the meeting in azure sdk and I have test it on and I can successfully join the meeting.
Following is the code I have used.
this is the error I am getting.
loading call composite: Error: Microsoft Teams user identifier is not supported by AzureCommunicationCallAdapter. Instead use TeamsCallAdapter.
Since there is no documentation on how to join the teams meeting as a teams user using own JavaScript bundle, appreciate if anyone can help me out. I have reached to many platforms to find a solution, couldn't find the correct answer.
Beta Was this translation helpful? Give feedback.
All reactions