RTCRTCPParameters constructor

RTCRTCPParameters(
  1. String cname,
  2. bool reducedSize
)

Implementation

RTCRTCPParameters(this.cname, this.reducedSize);