ParticipantType
The ParticipantTypes enum gathers the possible types of conference participants.
Enumeration members
LISTENER
• LISTENER = "listener"
A participant who cannot send any audio or video stream during a conference.
USER
• USER = "user"
A participant who can send and receive audio and video during the conference.
Updated over 1 year ago