RTCMultiConnection icon indicating copy to clipboard operation
RTCMultiConnection copied to clipboard

How to stop audio Conference?

Open RishavSen18 opened this issue 4 years ago • 1 comments

When A room is created , who can the host stop that conference?

RishavSen18 avatar Apr 24 '20 07:04 RishavSen18

You can try to get into a function the initiator of the room , send a event type like "allUsersKick" and try to manage into the connection.onmessage to set an if on this event.data.type and to close the socket and kick people out of the room

Careprod-Technologies avatar Jul 27 '21 10:07 Careprod-Technologies