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