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
Currently RTCEngine has places where it polls the connection state of a peerconnection on a 100ms, which could slow down overall response time. Should switch to using a suspend function that listens to the connection state change events.
The text was updated successfully, but these errors were encountered:
Currently RTCEngine has places where it polls the connection state of a peerconnection on a 100ms, which could slow down overall response time. Should switch to using a suspend function that listens to the connection state change events.
The text was updated successfully, but these errors were encountered: