MeetingState

Represents the connection state of a Meeting.

The meeting transitions through these states during its lifecycle. Listen for state changes using onMeetingStateChanged.

See also

Meeting.getMeetingState()

MeetingEventListener.onMeetingStateChanged()

Entries

Link copied to clipboard

The connection to the meeting server is being established.

Link copied to clipboard

The connection has been successfully established and the meeting is active.

Link copied to clipboard

The connection was lost and the SDK is attempting to reconnect.

Link copied to clipboard

The meeting has been disconnected (either intentionally or due to network issues).

Link copied to clipboard

The connection attempt failed and cannot be recovered.