Share via

[Web][ACS] How to admit remoteParticipants waiting in lobby?

Vishal Ghosh 25 Reputation points
2023-04-13T12:45:54.2366667+00:00

Hello,
I am trying to add MS Teams video call within our web app using ACS.
following the example code, I am able to setup a basic video calling in the web app.
now the issue I am facing is:
I am joining the meeting as the host.
I can access all the participants of the meeting from call.remoteParticipants property.
and those participants are joining using on the fly generated ACS accesss token.
I can see that the remoteParticpant.state is "InLobby".
but not found any documentation on how to admit the remoteParticipant who is waiting in the lobby using the ACS SDK.
I am using "@azure/communication-calling" package.
Can someone provide a way, how can I do that?

Thanks,

Azure Communication Services
0 comments No comments
{count} votes

Answer accepted by question author
  1. Grmacjon-MSFT 19,506 Reputation points Moderator
    2023-04-18T17:42:38.7566667+00:00

    Hi @Vishal Ghosh , Thanks for your patience. The lobby admit/reject functionality is now a feature in ACS. It was released today and you can try it out now. Here is the latest SDK version and the release notes https://github.com/Azure/Communication/blob/master/releasenotes/acs-javascript-calling-library-release-notes.md#1130-beta4-2023-04-17 Quick start for further help - https://learn.microsoft.com/en-us/azure/communication-services/how-tos/calling-sdk/lobby-admit-and-reject Hope that helps. Please let us know if you have further questions. -Grace

    3 people found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

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