RtpCodecParameters constructor
RtpCodecParameters({})
Implementation
RtpCodecParameters({
required this.mimeType,
required this.payloadType,
required this.clockRate,
this.channels,
this.parameters = const {},
});