Module webrtc.java

Class RTCIceTransport


  • public class RTCIceTransport
    extends dev.onvoid.webrtc.internal.NativeObject
    Allows an application access to information about the ICE transport over which packets are sent and received. In particular, ICE manages peer-to-peer connections which involve state which the application may want to access. RTCIceTransport objects are constructed as a result of calls to setLocalDescription and setRemoteDescription. Each RTCIceTransport object represents the ICE transport layer for the RTP or RTCP component of a specific RTCRtpTransceiver, or a group of RTCRtpTransceivers if such a group has been negotiated via [BUNDLE].
    Author:
    Alex Andres
    • Constructor Detail

      • RTCIceTransport

        public RTCIceTransport()