[CRITICAL] No Audio for mobile iOS browsers

Hi @cquibada,

There is a limitation with using Computer Audio with iOS devices. Currently, Safari does not support the Audio worklet API which limits the use of Computer Audio for our WebSDK since we use Web Assembly instead of WebRTC[1].
For other browsers on iOS such as Chrome, Edge, or Firefox, they have to use the same engine on iOS which is why they work on Android but not iOS.
Currently, we are waiting for Apple’s Safari to adopt the Audio worklet API for us to enable computer audio. You can add a new discussion to Apple’s developer forum[2] suggesting them to to adopt the Audio worklet API similar to how Firefox adopted a couple weeks ago[3].

As soon as they enabled the API we will inform everyone and make announcement via our upcoming changes page. You can stay up to date about new features & releases with our Web SDK upcoming changes and change log page.

1 - https://marketplace.zoom.us/docs/sdk/native-sdks/web
2 - https://forums.developer.apple.com/community/safari-and-web/html
3 - https://www.mozilla.org/en-US/firefox/76.0/releasenotes/

Thanks

1 Like