Class MeetingSessionVideoAvailability

[[MeetingSessionVideoAvailability]] contains the video availability information.

Constructors

Properties

canStartLocalVideo: boolean = false

Indicates whether the server has a slot available for this client's local video tile. If the client is already sending a local video tile, then this will be true. This property can be used to decide whether to offer the option to start the local video tile.

remoteVideoAvailable: boolean = false

Indicates whether one or more remote video streams are available for streaming. This can be used to decide whether or not to switch the connection type to include video.

Methods