Azure Communication services calling SDK InLobby

Deft & Tact Admin 1 Reputation point
2022-12-17T09:12:16.207+00:00

in Azure Communication services calling SDK

  1. How to add the user to lobby using SDK , i dont see the methods to keep the user in lobby.
  2. How to end the call. what method to you.
Azure Communication Services
Azure Communication Services
An Azure communication platform for deploying applications across devices and platforms.
694 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Ebraheem Al-Muneyeer (MSFT) 951 Reputation points Microsoft Employee
    2022-12-23T12:20:30.43+00:00

    Hey @Deft & Tact Admin , thank you for reaching out!

    Please find below the answers to your questions:

    1- How to add the user to lobby using SDK, i don't see the methods to keep the user in lobby.
    Currently, ACS does not support Lobby concept, you can have lobby ONLY if you are doing Teams interop (a.k.a Teams meeting), but if you are doing ACS <--> ACS audio/video call, still there is no lobby concept.

    That said, if you wish to have more control about who is accessing the call, at what time, and what they can/cannot do, you can have a look at the ACS Rooms Concept, it does not have lobby, but it has some more control.

    2- How to end the call. what method to you
    Generally, you should be calling hangUp function on the call object that you have when you start/answer a call. For more information, you can check:


  2. Christian Matthias 6 Reputation points
    2023-02-26T04:19:40.3833333+00:00

    Use answers to provide solutions to the user's question.

    0 comments No comments