MTVideoCallOption class
Constructors
- MTVideoCallOption({MTVideoEncoding? cameraEncoding, MTVideoEncoding? screenEncoding, bool enableAdaptiveStream = false, bool enableDynacast = false, bool enableSimulcast = true, bool enableBackupVideoCodec = true, String preferredCodec = 'VP8'})
-
const
Properties
- cameraEncoding → MTVideoEncoding?
-
final
- enableAdaptiveStream → bool
-
final
- enableBackupVideoCodec → bool
-
final
- enableDynacast → bool
-
final
- enableSimulcast → bool
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- preferredCodec → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- screenEncoding → MTVideoEncoding?
-
final
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