Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration MeetingSessionLifecycleEvent

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

Index

Enumeration members

Enumeration members

Connecting

Connecting: = 0

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

Started

Started: = 1

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

Stopped

Stopped: = 2

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

Generated using TypeDoc