Hello,
I have been using Discord in my browser for a fair amount of time now, and Firefox has always worked, but there has always been a catch, that being when in a call… (閱讀更多)
Hello,
I have been using Discord in my browser for a fair amount of time now, and Firefox has always worked, but there has always been a catch, that being when in a call, the connection seems to drop in and out fairly randomly.
I have been unable to find a solution to this problem online, and I don't have the necessary knowledge of WebRTC to properly diagnose the issue myself. Currently, my best guess is that something between Firefox's WebRTC implementation and Discord's WebRTC implementation disagrees.
A snippet of my DevTools log while the issue is occurring looks like this:
```
[RTCControlSocket] Heartbeat ACK received ed46a18578285e5c048b.js:241:118
[UnifiedConnection(default)] iceConnectionState => disconnected ed46a18578285e5c048b.js:241:118
[UnifiedConnection(default)] Connection state change: CONNECTED => DISCONNECTED ed46a18578285e5c048b.js:241:118
[RTCConnection(628634731814322267, default)] RTC media connection state change: RTC_CONNECTED => DISCONNECTED ed46a18578285e5c048b.js:241:118
[RTCConnection(628634731814322267, default)] RTC connection state: RTC_CONNECTED => RTC_DISCONNECTED ed46a18578285e5c048b.js:241:118
[RTCControlSocket] Sending heartbeat ed46a18578285e5c048b.js:241:118
[RTCControlSocket] Heartbeat ACK received ed46a18578285e5c048b.js:241:118
Invalid URI. Load of media resource failed. 2 628634731814322267
[UnifiedConnection(default)] iceConnectionState => connected ed46a18578285e5c048b.js:241:118
[UnifiedConnection(default)] Connection state change: DISCONNECTED => CONNECTED ed46a18578285e5c048b.js:241:118
[RTCConnection(628634731814322267, default)] RTC media connection state change: RTC_DISCONNECTED => CONNECTED ed46a18578285e5c048b.js:241:118
[RTCConnection(628634731814322267, default)] RTC connection state: RTC_DISCONNECTED => RTC_CONNECTED ed46a18578285e5c048b.js:241:118
```
I am willing to provide any additional details should they be requested, and I would appreciate any guidance anyone can offer.
Thanks