SimulcastStreamConfig
Configuration for video simulcast stream.
export class SimulcastStreamConfig {
dimensions?: VideoDimensions;
kBitrate?: number;
framerate?: number;
}
Properties
- dimensions
- Video dimensions. See VideoDimensions. The default value is 50% of the main stream resolution.
- kBitrate
- Video bitrate (Kbps), default is -1. This parameter does not need to be set; the SDK will automatically match the most appropriate bitrate based on the resolution and frame rate you set.
- framerate
- Video frame rate (fps). Default is 5.