SimulcastStreamConfig
Configuration for the low-quality video stream.
export class SimulcastStreamConfig {
dimensions?: VideoDimensions;
kBitrate?: number;
framerate?: number;
}
Properties
- dimensions
- Video dimensions. See VideoDimensions. The default value is 50% of the high-quality video stream.
- kBitrate
- Video bitrate (Kbps). The default value is -1. You do not need to set this parameter. The SDK automatically selects the optimal bitrate based on the configured video resolution and frame rate.
- framerate
- Video frame rate (fps). The default value is 5.