Interface RTCRtcpParameters

    interface RTCRtcpParameters {
        cname?: string;
        reducedSize?: boolean;
    }

    Properties

    Properties

    cname?: string
    reducedSize?: boolean