Re: Issue 107: Section 4: Behavior of RTCIceTransportController.addTransport

2014-07-15 1:13 GMT+02:00 Bernard Aboba <Bernard.Aboba@microsoft.com>:
> Iñaki Baz Castillo said:
>
> May be you mean "until the ICE agent enters the CONNECTED state
> (assuming that "completed" will be removed as requested)? This is: the
> ICE state does not enter into NEW state once it has completed ICE
> procedures.
>
> [BA] What would we expect to happen if an application calls RTCIceTransportController.addTransport in the CONNECTED state?
>
> Would an ICE state change occur?  Would ICE checks be re-initiated with the newly added components?

Now I've realized that I don't understand the question. The
RTCIceTransportController class has no events or "state" attributes.
ICE state are per RTCIceTransport instance.

May be the difficult point to get here is that we can attach multiple
RTCIceTransports into a single RTCIceTransportController but still
must call gather() or start() in each RTCIceTransport.


-- 
Iñaki Baz Castillo
<ibc@aliax.net>

Received on Monday, 14 July 2014 23:26:26 UTC