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

Extension methods for RTCIceTransports from PeerConnection #14

Open steveanton opened 6 years ago

steveanton commented 6 years ago

How do the extension methods defined in this specification apply to the RTCIceTransports returned from PeerConnection (via RTCDtlsTransport)?

Possible ideas:

aboba commented 6 years ago

I don't think it makes sense for RTCIceTransport extension methods like gather() or start() to be called on an RTCIceTransport vended by an RTCPeerConnection. So I would throw an exception.

aboba commented 4 years ago

@steveanton In the recent checkins to support ICE forking, there seems to be a desire to support ICE forking with RTCIceTransports from RTCPeerConnection.

Is that right?

steveanton commented 4 years ago

Yeah, does appear to be the case.