Module webrtc.java

Class RTCRtcpParameters


  • public class RTCRtcpParameters
    extends Object
    Provides information on RTCP settings.
    Author:
    Alex Andres
    • Field Detail

      • cName

        public final String cName
        The Canonical Name (CNAME) used by RTCP (e.g. in SDES messages).
      • reducedSize

        public final boolean reducedSize
        Whether reduced size RTCP is configured (if true) or compound RTCP.
    • Constructor Detail

      • RTCRtcpParameters

        public RTCRtcpParameters​(String cName,
                                 boolean reducedSize)
        Creates an instance of RTCRtcpParameters with the specified canonical name and the reduced size flag.
        Parameters:
        cName - The Canonical Name used by RTCP.
        reducedSize - True if reduced size RTCP is configured, false otherwise.