Open anupsamanta opened 4 months ago
Hi @anupsamanta , Rooms SDK does not have built in lobby functionality. To create functionality for an admit feature your service would need to handle this in the backend. You could, for example, have a flow that looks like:
We don't have an end-to-end sample that incorporates this behavior today
We have implemented video calling using Azure communication services . we are able to connect each others in video call automatically using room Id. But we need to implement "Admit", "Admit All" before the establishment of the connection and "Reject" functionality . Need assistance to implement this functionality .
How we can get notified a join call request. Which function should we use and where to use.