Host Authentication #
A host should pass a JWT (JSON Web Token) as a property. At least one host is needed for a meeting to start.
Participant Authentication #
Once the host joins, participants can join without token. So you DO NOT need to pass a token on the participant side. Until host joins, the participants will wait outside the meeting with the below message. Once the host has joined successfully, participants are signed in automatically.
Co-host Authentication #
Any user that passes a JWT while joining meeting will have host privileges. Others won't. Additionally, a host can manually grant moderator privileges to any participant within the meeting.
Conference Termination #
Conference is destroyed once the last user hangs up. After that you can use the same meeting room name for another fresh meeting.
Host will get the option to end the meeting for everyone before leaving the call.