ParticipantType
The ParticipantType model gathers the possible types of a conference participant.
Enumeration members
LISTENER
• LISTENER: = "listener"
A participant who cannot send audio and video to a conference.
MIXER
• MIXER: = "mixer"
A special participant who joins a conference to record it.
MIXER_MIX
• MIXER_MIX: = "mixer_mix"
A special participant responsible for mixing video and sending one mixed video stream from a conference to each participant who joined the conference as a mixed listener. This type is available in SDK 3.9 and later.
NONE
• NONE: = "none"
A participant who does not have an assigned type.
PSTN
• PSTN: = "pstn"
A participant who connected to the conference using Public Switched Telephone Network (PSTN).
ROBOT
• ROBOT: = "robot"
A participant who is present during the replay of a recorded conference.
USER
• USER: = "user"
A participant who can send and receive audio and video during the conference.
Updated 3 months ago