Module webrtc.java

Class RTCRtpHeaderExtensionCapability


  • public class RTCRtpHeaderExtensionCapability
    extends Object
    Describes supported RTP header extensions.
    Author:
    Alex Andres
    • Constructor Detail

      • RTCRtpHeaderExtensionCapability

        public RTCRtpHeaderExtensionCapability​(String uri)
        Creates an instance of RTCRtpHeaderExtensionCapability with the specified RTP header extension URI.
        Parameters:
        uri - The URI of the RTP header extension.
    • Method Detail

      • getUri

        public String getUri()
        Returns the URI of the supported RTP header extension by the system.
        Returns:
        The URI of the RTP header extension.