HMSLocalVideoTrack class Null safety

Inheritance

Constructors

HMSLocalVideoTrack({required HMSVideoTrackSetting setting, required bool isDegraded, required HMSTrackKind kind, required HMSTrackSource source, required String trackId, required String trackDescription})

Properties

hashCode int
The hash code for this object. [...]
read-only, inherited
isDegraded bool
final, inherited
kind HMSTrackKind
final, inherited
peer HMSPeer?
final, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
setting HMSVideoTrackSetting
final
source HMSTrackSource
final, inherited
trackDescription String
final, inherited
trackId String
final, inherited

Methods

isMute() Future<bool>
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
startCapturing() Future<void>
stopCapturing() Future<void>
switchCamera() Future<void>
toString() String
A string representation of this object. [...]
inherited

Operators

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