Issue 102: Section 4: ICE Transport Controller

Github link: https://github.com/openpeer/ortc/issues/102

>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 Wednesday, 25 June 2014 22:20:45 UTC