ParticipantStatus
The ParticipantStatus enum gathers the possible statuses of conference participants.
Enumeration members
CONNECTED
• CONNECTED = "CONNECTED"
A participant successfully connected to a conference.
CONNECTING
• CONNECTING = "CONNECTING"
A participant received a conference invitation and is connecting to a conference.
DECLINE
• DECLINE = "DECLINE"
An invited participant declined a conference invitation.
ERROR
• ERROR = "ERROR"
A peer connection failed and a participant cannot connect to a conference.
INACTIVE
• INACTIVE = "INACTIVE"
A participant did not enable audio, video, or screen-share and is not connected to any stream.
KICKED
• KICKED = "KICKED"
A participant was kicked from a conference.
LEFT
• LEFT = "LEFT"
A participant left a conference.
RESERVED
• RESERVED = "RESERVED"
A participant is invited to a conference and waits for an invitation.
WARNING
• WARNING = "WARNING"
A participant experiences a peer connection problem which may result in the Error or Connected status.
Updated over 1 year ago