LocalVideo class Models

The LocalVideo class allows enabling and disabling the local participant's video.

This service is available in SDK 3.7 and later.

Constructors

LocalVideo()

Properties

hashCode int
The hash code for this object.
read-onlyinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
start() Future<void>
Enables the local participant's video and sends the video to a conference.
stop() Future<void>
Disables the local participant's video and stops sending the video to a conference. Use this method only when the current participant is at the conference.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited