Type Alias VParamsType

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