Issue #102: Section 4, ICE Transport Controller

>From Shijun Sun:

Section 4. RTCIceTransportController. It is not clear what is the internal checking position on the list, while inserting a new one at position “index”. It will be better to always add to the end of the list – with a more predictable behavior, i.e. removing “index” from “addTransport()”.

Section 4. addTransport(). The current “index” seems optional and nullable. The spec is not self-consistent.

Received on Friday, 20 June 2014 16:09:22 UTC