RTCRtpParameters constructor
RTCRtpParameters({
- String? transactionId,
- RTCRTCPParameters? rtcp,
- List<
RTCHeaderExtension> ? headerExtensions, - List<
RTCRtpEncoding> ? encodings, - List<
RTCRTPCodec> ? codecs,
Implementation
RTCRtpParameters({
this.transactionId,
this.rtcp,
this.headerExtensions,
this.encodings,
this.codecs,
});