Package dev.onvoid.webrtc
Class RTCIceTransport
java.lang.Object
dev.onvoid.webrtc.internal.NativeObject
dev.onvoid.webrtc.RTCIceTransport
public class RTCIceTransport extends 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 Summary
Constructors Constructor Description RTCIceTransport()
-
Method Summary
-
Constructor Details
-
RTCIceTransport
public RTCIceTransport()
-