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 aiortc does not implement ICETrickle nor is it able to fall back from a failing primary STUN or TURN server to a fall back option provided in the API standard RTCConfiguration list.
As a workaround, we can implement a background thread that periodically (e.g. every minute) polls the servers in the RTCConfig list and removes the dead ones. Respectively as needed, signal the peerjs code to reconnect via healthy servers.
The text was updated successfully, but these errors were encountered:
Currently aiortc does not implement ICETrickle nor is it able to fall back from a failing primary STUN or TURN server to a fall back option provided in the API standard RTCConfiguration list.
As a workaround, we can implement a background thread that periodically (e.g. every minute) polls the servers in the RTCConfig list and removes the dead ones. Respectively as needed, signal the peerjs code to reconnect via healthy servers.
The text was updated successfully, but these errors were encountered: