Enumeration MeetingSessionLifecycleEventCondition

[[MeetingSessionLifecycleEventCondition]] indicates the lifecycle event condition. Add new enums to the bottom. We depend on these numbers for analytics.

Enumeration Members

ConnectingNew: 0

The session is connecting for the first time.

ReconnectingExisting: 1

The session was connected before and is now reconnecting.

StartedAfterReconnect: 4

The session successfully arrived in the started state following a reconnect.

StartedExisting: 3

The session successfully arrived in the started state but was connected before. This can happen, for example, when the connection type changes.

StartedNew: 2

The session successfully arrived in the started state for the first time.

StoppedCleanly: 5

The session stopped cleanly, probably due to leaving the call.

StoppedWithFailure: 6

The session stopped due to a failure. A status code will indicate the cause of the failure.