RTCRtpCodec constructor

RTCRtpCodec({
  1. required String mimeType,
  2. required int clockRate,
  3. int channels,
  4. String sdpFmtpLine,
})

Implementation

external factory RTCRtpCodec({
  required String mimeType,
  required int clockRate,
  int channels,
  String sdpFmtpLine,
});