ConferenceStatus
The ConferenceStatus model represents the possible conference statuses specific for each conference participant.
Enumeration members
Created
• Created: = "created"
Informs that a new conference is created.
Destroyed
• Destroyed: = "destroyed"
Informs that the conference is destroyed. This status may be triggered by the following situations:
- All conference participants left the conference
- The time to live or the conference time limit elapsed
- The conference creator used the Terminate REST API to terminate an ongoing conference
Ended
• Ended: = "ended"
Informs that a conference is ended.
Error
• Error: = "error"
Informs that an error occurred during a conference.
Joined
• Joined: = "joined"
Informs that the local participant successfully joined a conference.
Left
• Left: = "left"
Informs that the local participant successfully left a conference.
Updated 7 months ago