Safari connection issue

Before Creating a New Topic:


Description
One of our users is encountering a connection issue on their device. I was not able to reproduce the issue on similar MacBook devices.
The issue reproduces via two different flows:

Flow 1 (before my fix attempt)

  • The user opens the page in a new tab.
  • The user does not click anything.
  • After approximately 30 seconds, the user gets disconnected.

Flow 2 (after my fix attempt)

  • The user opens the page in a new tab.
  • The user does not connect before the first user interaction.
    sessionId: '+K5j6aSwTFGIv9hcGw2H0Q==

Browser Console Errors

In the browser console, I observed the following errors in both flows:

  1. Source map loading errors
  2. WebSocket connection to wss://zoomiad... failed: WebSocket is closed before the connection is established
  3. WebSocket connection to wss://zoomiad... failed: The network connection was lost

Web Video SDK Version

v2.2.12

Steps to Reproduce

Flow 1

  1. Open the Zoom page in a new tab.
  2. Wait for ~30 seconds.
  3. The user gets disconnected.

Flow 2

  1. Open the Zoom page in a new tab.
  2. Click the Join button to connect to the session.
  3. Wait until the Sharing version and Video version are logged.( I noticed that the Audio Version is not logged, which may be related to the issue)
  4. Click a custom button that requests permission to speak, which calls: await navigator.mediaDevices.getUserMedia({ audio: true });
  5. The user gets disconnected immediately after.

Screenshots

2nd flow screenshots of logs before disconnect:


And right after:

  • Device: Macbook
  • Browser: Safari
  • Browser Version: Web Browser Safari 262
1 Like

Hey @Pavlo1

Thanks for your feedback.

+K5j6aSwTFGIv9hcGw2H0Q==

This may be related to a known issue on iOS 26.1 and above or similar browsers, and we are currently waiting for Apple to provide a fix.

Thanks
Vic

1 Like

Hi @vic.yang

Many thanks.

Could you please let me know how I can track the progress of the resolution?