VTParticipantStatus
The ParticipantStatus model represents the statuses of conference participants. The following graphic shows possible status changes during a conference:

Diagram that presents the possible status changes.
Enumeration members
Connected
▸ connected
A participant successfully connected to a conference.
Connecting
▸ connecting
A participant received the conference invitation and is connecting to a conference.
Decline
▸ decline
A participant declined the invitation.
Error
▸ error
A peer connection failed, and the participant cannot connect to a conference.
Inactive
▸ inactive
A participant did not enable audio, video, or screen-share and, therefore, is not connected to any stream.
Left
▸ left
A participant left the conference.
Kicked
▸ kicked
A participant was kicked from the conference.
Reserved
▸ reserved
A participant is invited to a conference but has not joined it yet.
Warning
▸ warning
A participant experiences a peer connection problem, which may result in the Error
or Connected
status.
Updated 8 months ago