RTCRtpCodecCapability constructor

RTCRtpCodecCapability({
  1. num? channels,
  2. required num clockRate,
  3. required String mimeType,
  4. String? sdpFmtpLine,
})

Implementation

RTCRtpCodecCapability(
    {this.channels,
    required this.clockRate,
    required this.mimeType,
    this.sdpFmtpLine});