MediaDeviceService class Services

The MediaDeviceService allows an application to manage media devices that are used during a conference.

Constructors

MediaDeviceService()

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

getComfortNoiseLevel() Future<ComfortNoiseLevel>
Retrieves the comfort noise level setting for output devices in Dolby Voice conferences.
isFrontCamera() Future<bool>
Checks whether an application uses the front-facing (true) or back-facing camera (false).
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
setComfortNoiseLevel(ComfortNoiseLevel noiseLevel) Future<void>
Sets the comfort noise level for output devices in Dolby Voice conferences.
switchCamera() Future<void>
Switches the current camera to a different camera that is available.
switchSpeaker() Future<void>
Switches the current speaker to a different speaker that is available.
toString() String
A string representation of this object.
inherited

Operators

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