RTCRtpSendParameters constructor

RTCRtpSendParameters({
  1. required String transactionId,
  2. required Iterable<RTCRtpEncodingParameters> encodings,
})

Implementation

external factory RTCRtpSendParameters(
    {required String transactionId,
    required Iterable<RTCRtpEncodingParameters> encodings});