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
Whenever the state of an RTCDtlsTransport or RTCIceTransport changes or when the [[isClosed]] slot turns true, the user agent must update the connection state by queueing a task that runs the following steps
A task is never executed when connection is closed, therefore it doesn't make sense to require task to be queued when the connection is closed.
The text was updated successfully, but these errors were encountered:
In 4.3.1.3 Update the connection state:
A task is never executed when connection is closed, therefore it doesn't make sense to require task to be queued when the connection is closed.
The text was updated successfully, but these errors were encountered: