VTConferenceStatus

The VTConferenceStatus model represents the possible conference statuses specific for each conference participant.

Enumeration members

Creating

creating

Informs that iOS SDK creates a new conference.


Created

created

Informs that a new conference is created.


Joining

joining

Informs the local participant joins a conference.


Joined

joined

Informs that the local participant successfully joined a conference.


Leaving

leaving

Informs that the local participant leaves a conference.


Left

left

Informs that the local participant successfully left a conference.


Ended

ended

Informs that a conference is ended.


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

Error

error

Informs that an error occurred during a conference.