You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.