Teams call using Azure Communication Services on MAUI / XF

vanKraster 201 Reputation points
2023-09-12T13:58:22.3566667+00:00

Hi to all,

I am trying to create a mobile app for android using MAUI and Azure Communication Services, based on this example:
https://learn.microsoft.com/en-us/azure/communication-services/samples/ui-library-cross-platform?pivots=platform-maui

I have successfully joined a meeting using Android that was created with desktop app Teams, now I want to make a direct call to a client but I don't know how.

I have tried for the moment to create a Group Call using app and I added my access token and a new GUID that I generated in order to create a call, the app successfully creates the meeting, I can join ( using the same app ) and when I try to join using the same app from a different device with the same parameter values ( access token and Group Id ) it seems like he is creating a new meeting not joins the one created on the first device.

So If anyone could please help me to create a group call and to join from different device.

Thank you

Azure Communication Services
Azure Communication Services
An Azure communication platform for deploying applications across devices and platforms.
845 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,411 questions
{count} votes

1 answer

Sort by: Most helpful
  1. ajkuma 25,781 Reputation points Microsoft Employee
    2023-09-14T03:46:57.3733333+00:00

    @vanKraster , Based on my understanding of your scenario description, you are trying to use only one ACS Identity and User access token thus only see one participant in call.

    Kindly use individual access token for different devices. Every access token represents a user.

    If the issue still persists, Is this ACS to ACS or are you trying to bring Teams? We would need more details about your requirement.

    Note: Please do not share any PII data on the public forums.

    1 person found this answer helpful.

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.