[Error] Zoom Websdk embedding via IFrame. It says 'Your browser doesn't support using computer's Audio device'

Description
I added Zoom web sdk in one website and am trying to embed it to another website via iframe

   <iframe
      sandbox="allow-same-origin allow-forms allow-scripts"
      allow="microphone; camera"
      allowfullscreen=""
      src="http://172.29.111.177:3000"
      frameBorder="0"
    />

ex)
http://localhost:3000 – set up web sdk
http://localhost:5000 – embed the localhost:3000 via iframe
looks like this ::


but it says ‘Your browser doesn’t support using computer’s Audio device, please upgrade your browser to the latest version.’

What’s weird is that when I start zoom in the localhost:3000 directly rather than via iframe
It works perfectly.
Is there a way to solve this ?

Error
‘Your browser doesn’t support using computer’s Audio device, please upgrade your browser to the latest version.’
The console doesn’t complain about anything.

Which version?
Chrome latest version

To Reproduce(If applicable)
Steps to reproduce the behavior:
set up two localhost servers

Device (please complete the following information):
Windows 10

Hey @ShawnKim,

Make sure your site and iFrame are hosted via https. :slight_smile:

Let me know if that fixes the issue for you.

Thanks,
Tommy

It solved the issue. Thanks a lot !

1 Like

You are welcome! :slight_smile:

-Tommy

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.