From c1a051abf72a6b406a5e0d1459f9b6410b84fe49 Mon Sep 17 00:00:00 2001 From: Bernard Aboba Date: Fri, 24 Jan 2020 10:57:47 -0800 Subject: [PATCH] Distinguishing between various RTCIceTransports Fix for Issue https://github.com/w3c/webrtc-ice/issues/13 --- index.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 8d642ff..fa4fde4 100644 --- a/index.html +++ b/index.html @@ -80,7 +80,13 @@

Terminology

RTCIceTransport Extensions

The RTCIceTransport extensions allow construction of - an RTCIceTransport without offer/answer.

+ an RTCIceTransport without offer/answer. This specification + differs from the approach taken in [[ORTC]] in that it does not define a distinct + RTCIceGatherer object, instead adding methods for control of ICE + candidate gathering to RTCIceTransport. As a result, an + application can test for support of this specification by checking for the + RTCIceTransport.start() method, and the absence of + an RTCIceGatherer object.

RTCIceParameters Dictionary

The RTCIceParameters dictionary includes the ICE username