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

Generating local parameters #6

Closed steveanton closed 4 years ago

steveanton commented 6 years ago

When does the RTCIceTransport generate its local parameters (ufrag/pwd)?

Ideas:

aboba commented 6 years ago

In ORTC getLocalParameters() never returns null (the specification doesn't say whether the local parameters are generated when the RTCIceGatherer is constructed or when getLocalParameters is called).

Let's discuss what happens when gather() is called multiple times in Issue https://github.com/w3c/webrtc-ice/issues/7