-
Notifications
You must be signed in to change notification settings - Fork 34
Closed
Labels
Description
I have a few questions regarding the RTCIceTransport.start method:
When
start()is called again,RTCIceTransportStatetransitions to theconnectedstate
What if the current state is new, checking or failed? connected wouldn't make sense then, right?
If a newly constructed
RTCIceGathererobject is passed as an argument whenstart()is called again, an ICE restart as defined in [RFC5245] Section 9.2.1.1 occurs.
OK. But what is supposed to happen in case start() is called for the first time and the RTCIceGatherer instance is different to the one the RTCIceTransport instance has been created with?
Reactions are currently unavailable