RTCRtcpParameters constructor

RTCRtcpParameters({
  1. String cname,
  2. bool reducedSize,
})

Implementation

external factory RTCRtcpParameters({
  String cname,
  bool reducedSize,
});