Audio Module Not Enabled Error in Firefox with Zoom Video SDK UI Toolkit

I’m working with the Zoom Video SDK (JavaScript) and specifically using the Video SDK UI Toolkit (following the example from the Zoom SDK UI Toolkit GitHub repository).

Description
I’m encountering an issue with audio in Firefox only. The setup and code work correctly on all other major browsers, but when using Firefox, attempting to start audio fails with an error. The error is reproducible both in my application and on Zoom’s own UI Toolkit Demo site : videosdk(.)dev/uitoolkit/.

Error
When trying to start audio, the following error message appears:

Audio: The operation is invalid, perhaps caused by duplicated operations

And in the console, more details are provided:

start audio error Object { type: "INVALID_OPERATION", reason: "Module:audio is not enabled" }

Troubleshooting Routes

  1. I confirmed that this issue does not occur on other browsers like Chrome or Edge.
  2. I followed the sample application exactly as provided in Zoom’s GitHub repository : github(.)com/zoom/videosdk-ui-toolkit-javascript-sample.
  3. I also tested on the official Zoom UI Toolkit Demo site (videosdk(.)dev/uitoolkit), and the same issue occurs on Firefox when joining a session with fictional data.

How To Reproduce

  1. Use Firefox as the browser.
  2. Open the Zoom Video SDK UI Toolkit Demo : videosdk(.)dev/uitoolkit.
  3. Join a session using any fictitious data to authenticate.
  4. Attempt to start audio within the session.
  5. The above error should appear, preventing audio from working as expected.

Thank you for any guidance!

What’s the version of Firefox, you’re seeing this issue with? I’ll try to reproduce and share with the team.

I am using the latest version of Firefox 132.0.1, but I’ve tried on other devices with different versions, and it’s the same issue; nothing works with this browser. Thank you in advance for your help.

I’m able to reproduce, working with the team to get this resolved. Thanks for flagging this.