SimulcastStreamConfig class

The configuration of the low-quality video stream.

Annotations
  • @JsonSerializable(explicitToJson: true, includeIfNull: false)

Properties

dimensions VideoDimensions?
The video dimension. See VideoDimensions. The default value is 50% of the high-quality video stream.
final
framerate int?
The frame rate (fps) of the local video. The default value is 5.
final
hashCode int
The hash code for this object.
no setterinherited
kBitrate int?
Video receive bitrate (Kbps), represented by an instantaneous value. This parameter does not need to be set. The SDK automatically matches the most suitable bitrate based on the video resolution and frame rate you set.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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