DeviceState class abstract

Device state

Constructors

DeviceState()

Properties

cameraLastError → ValueListenable<DeviceError>
Camera error, used to extract error information when an error occurs. {@link DeviceError}
no setter
cameraStatus → ValueListenable<DeviceStatus>
Camera status. {@link DeviceStatus}
no setter
captureVolume → ValueListenable<int>
Capture volume, range 0, 100
no setter
currentAudioRoute → ValueListenable<AudioRoute>
Current audio route position. {@link AudioRoute}
no setter
currentMicVolume → ValueListenable<int>
Current user's actual output volume.
no setter
hashCode → int
The hash code for this object.
no setterinherited
isFrontCamera → ValueListenable<bool>
Whether it is front camera.
no setter
localMirrorType → ValueListenable<MirrorType>
Mirror status. {@link MirrorType}
no setter
localVideoQuality → ValueListenable<VideoQuality>
Local video quality. {@link VideoQuality}
no setter
microphoneLastError → ValueListenable<DeviceError>
Microphone error, used to extract error information when an error occurs. {@link DeviceError}
no setter
microphoneStatus → ValueListenable<DeviceStatus>
Microphone status. {@link DeviceStatus}
no setter
networkInfo → ValueListenable<NetworkInfo>
Network information. {@link NetworkInfo}
no setter
outputVolume → ValueListenable<int>
Maximum output volume, range 0, 100
no setter
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
screenStatus → ValueListenable<DeviceStatus>
Screen sharing status. {@link DeviceStatus}
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

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