Enumeration MeetingSessionLifecycleEvent

[[MeetingSessionLifecycleEvent]] indicates the lifecycle status. Add new enums to the bottom. We depend on these numbers for analytics.

Enumeration Members

Enumeration Members

Connecting: 0

The session is connecting, either to start a new call, or reconnect to an existing one.

Started: 1

The session successfully arrived in the started state either for the first time or due to a change in connection type.

Stopped: 2

The session came to a stop, either from leaving or due to a failure.