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
In the RTCIceGatherer interface, state transition is not well defined. For example: Can a closed gatherer go back to gathering? A state transition diagram would probably help.
Furthermore, the gather method of the RTCIceGatherer does not clarify in which state it can be called without raising an error.