RtcpParameters constructor

RtcpParameters({
  1. bool? mux,
  2. String cname = '',
  3. bool reducedSize = true,
})

Implementation

RtcpParameters({
  this.mux,
  String cname = '',
  bool reducedSize = true,
}) : super(cname, reducedSize);