-
Notifications
You must be signed in to change notification settings - Fork 42
Closed
Description
ORTC's place-holder description:
- The RTCIceTransport Object
The RTCIceTransport includes information relating to Interactive Connectivity Establishment (ICE).
WebRTC description of the same thing:
The RTCIceTransport interface 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.
I think we need to better describe this object.