MediaSettings class

Media settings used in an OngoingCall containing the IDs of the devices to use by default.

Constructors

MediaSettings({String? videoDevice, String? audioDevice, String? outputDevice, String? screenDevice})

Properties

audioDevice String?
ID of the microphone device to use by default.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
outputDevice String?
ID of the output device to use by default.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
screenDevice String?
ID of the screen to use in screen sharing by default.
getter/setter pair
videoDevice String?
ID of the video device to use by default.
getter/setter pair

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