docs.rodeo

MDN Web Docs mirror

RTCIceTransport

{{APIRef("WebRTC")}} 

The RTCIceTransport interface provides access to information about the {{Glossary("ICE")}}  transport layer over which the data is being sent and received. This is particularly useful if you need to access state information about the connection.

{{InheritanceDiagram}} 

Instance properties

The RTCIceTransport interface inherits properties from its parent, {{domxref("EventTarget")}} . It also offers the following properties:

Instance methods

Also includes methods from {{domxref("EventTarget")}} , the parent interface.

Events

Listen to these events using {{domxref("EventTarget.addEventListener", "addEventListener()")}}  or by assigning an event listener to the oneventname property of this interface.

Examples

tbd

Specifications

{{Specifications}} 

Browser compatibility

{{Compat}} 

In this article

View on MDN