w3c / webrtc-ice

Extension to the RTCIceTransport interface defined in WebRTC 1.0
https://w3c.github.io/webrtc-ice/
Other
9 stars 14 forks source link

Rewrite references to RTCIceGatherer #10

Closed steveanton closed 4 years ago

steveanton commented 6 years ago

There are a couple references to RTCIceGatherer which is not defined in WebRTC-ICE (it's from ORTC).

aboba commented 6 years ago

In ORTC, calling start with a new RTCIceGatherer was ones means for initiating an ICE restart. Currently, it is not clear whether gather() implies an ICE restart or not.

aboba commented 4 years ago

I think step 6 can be deleted, since there is no equivalent scenario that can occur in the current API.