Type Alias ScreenParamsType

ScreenParamsType: {
    encodings: RtpEncodingParameters[];
    codecOptions?: ProducerCodecOptions;
}