Hi @JustADev ,
We are sorry you are facing this issue. Are you getting any specific errors after modifying the sample code? Can you please try updating your Communication Services Calling SDKs to v1.1.0 (or newer)?
-Grace
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello,
I am trying to use ACS API to start a video call with a MS Teams user. So far, I followed the quickstart guide on Azure found here: https://learn.microsoft.com/en-us/azure/communication-services/quickstarts/voice-video-calling/get-started-with-video-calling?pivots=platform-android. Based on the sample code, I modified the part of code in MainActivity.java to try start calling a known Teams user.
On line 131, instead of "participants.add(new CommunicationUserIdentifier(calleeId));", I changed it to "participants.add(new MicrosoftTeamsUserIdentifier("<-Teams user's Active Directory object ID->"));".
After successfully compiling and starting call on this ACS custom app, the Teams user would never receive a call in Teams app. I believe the IntterruptedException may have been thrown during the attempt. I am using 'com.azure.android:azure-communication-calling:1.0.0-beta.10' and ''com.azure.android:azure-communication-common:1.0.3'' for the project.
Please help.
Hi @JustADev ,
We are sorry you are facing this issue. Are you getting any specific errors after modifying the sample code? Can you please try updating your Communication Services Calling SDKs to v1.1.0 (or newer)?
-Grace
Can someone please share the solution?