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

Specifying an action at the end of the gather() method #8

Open steveanton opened 6 years ago

steveanton commented 6 years ago

Currently the gather() specification just includes validation and does not specify an action connected to the ICE agent.

Should we add something like: instruct the ICE agent to start gathering candidates?

Peter suggested pointing to section 5.1.1. from https://datatracker.ietf.org/doc/draft-ietf-ice-rfc5245bis/?include_text=1

aboba commented 6 years ago

Yes. gather() should cause the ICE agent to start gathering.