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
fix: limit default WebRTC STUN servers to 4x (#2615)
Using 5x or more causes the following error to be printed in the
console so only use 4x servers:
```
WebRTC: Using five or more STUN/TURN servers slows down discovery
```
0 commit comments