ConferenceStatus

The ConferenceStatus enum gathers the possible conference statuses.

Enumeration members

CREATED

CREATED = "CREATED"

A new conference is created.


CREATING

CREATING = "CREATING"

The SDK is creating a conference.


DEFAULT

DEFAULT = "DEFAULT"

The default conference status.


DESTROYED

DESTROYED = "DESTROYED"

Informs that the conference is destroyed. This status may be triggered by the following situations:

  • All conference participants left a conference
  • The time to live or the conference time limit elapsed
  • A conference creator used the Terminate REST API to terminate an ongoing conference

ENDED

ENDED = "ENDED"

A conference is ended.


ERROR

ERROR = "ERROR"

An error occurred during a conference.


JOINED

JOINED = "JOINED"

The local participant successfully joined a conference.


JOINING

JOINING = "JOINING"

The local participant is joining a conference.


LEAVING

LEAVING = "LEAVING"

The local participant is leaving a conference.


LEFT

LEFT = "LEFT"

The local participant successfully left a conference.