Embed zoom video to a web server

Hi @tommy

Some days ago the iframe worked without askin for the user to login to zoom, but now the iframe asks the user to login to zoom.

I am using this:

Has anything changed?

Thanks a lot for your help.

Hey @juan,

Have you tried adding the password query param to the url like &pwd=PASSWORD.

Thanks,
Tommy

1 Like

Hey @lucia_liencres,

The Zoom Web Client now requires sign in.

Thanks,
Tommy

Hey @pedialine, is your wix site being server over https?

Thanks,
Tommy

I am using the zoom iFrame on my platform, however when I connect in the meeting room, it is not activating audio and video, it presents the following message "Your browser is not compatible with the use of the computer’s audio device, update your browser to latest version. "
I need help to solve this problem.

Hey @lrovero,

What browser are you using? Is your site being served over https?

Thanks,
Tommy

Yes it is. And also using browsers latest version.

Hey @pedialine, this is probably a Wix issue, please reach out to them. I have seen this specific issue for wix sites that other people have reported.

Thanks,
Tommy

Hi Tommy, I’m having issues with an iframe embed in a squarespace site. The login page displays fine, but then won’t advance beyond that when you click login. It just sticks on the login page. My code is below:

<div class="iframe-container" style="overflow: hidden; padding-top: 56.25%; position: relative;"> <iframe allow="microphone; camera" style="border: 0; height: 100%; left: 0; position: absolute; top: 0; width: 100%;" src="https://zoom.us/wc/{{MeetingID}}/join?prefer=1&un=TWluZGF1Z2Fz=webapp" frameborder="0" sandbox="allow-forms allow-scripts"></iframe> </div>

Hi @tommy, I am new here. I have a question about the web client for zoom. I have embedded the web client into our church website with this iframe: <iframe src="https://zoom.us/wc/{{meetingID}}/join?prefer=0&amp;un=TmV3IFppb24gV29yc2hpcCBTZXJ2aWNl" width="100%" height="800" sandbox="allow-forms allow-scripts allow-same-origin" allow="microphone; camera"></iframe>but it is not allowing members to just use there names to sign in after starting the meeting. How would I go about setting this up? Thanks for all of your assistance.

This is broken for small browser viewports either using the Web SDK or

Hey @jhansen,

We are aware of that, currently the Web Client and Web SDK have limited mobile responsiveness.

Thanks,
Tommy

Hey @quest,

Try removing the &amp;un=TmV3IFppb24gV29yc2hpcCBTZXJ2aWNl

Thanks,
Tommy

Hey @fuelbetter_al,

The Zoom Web Client was not designed to work inside an iFrame so some things do not work. To embed Zoom into a website, the official way to do so is with the Web SDK.

Thanks,
Tommy

Hey Tommy, will this allow our members to sign right in after the meeting is started? I get the sign in screen when I remove the parameters you gave me. Thanks so much for all of your help.

The Web SDK does work in a iframe neither, it is still display issue for small viewports.
Customization the look and feel of it not by any means worth the effort.

Not allowed, username is a required field

Hey @quest,

Are you trying to embed the iFrame in a site like wix or square space?

Thanks,
Tommy

Hey @jhansen,

Correct, as of now, styling cannot be easily customized.

Thanks,
Tommy

Hey @tommy,

No, I am using it inside of a WordPress site. Thanks :blush: