hangupAll
hangupAll
- hangupAll():
Promise<void>
Hangs up the active calls in the RoomSession and will send a REJECT_ALL message to the rejected participant(s).
REJECT_ALL message
When a participant is rejected, the causeCode will be 825 and the cause will be REJECT_ALL.
Below is an example of the JSON response when a participant is rejected:
Returns
Promise<void>