Embed zoom video to a web server

@tommy I tried but it still generates the same error.

@tommy there are others on our same thread who are able to do this. is there any workaround for it.

Is this zoom iframe constraint or web broswer constraint ?

Hi Tommy,
I have been following this chat. I am helping a friend who has a SquareSpace website - they are very limiting but i can embed an iframe on the front end.

My friend is simply wanting to add an embedded zoom video chat but i cannot get the iframe to work- i am using the code below at the moment. It works on safari and is styled but it does not chrome at all…

. <iframe style=“border:none; height: 600px; width: 100%;”
src="https://zoom.us/wc/MEETING-ID/join?prefer=0&un=“webapp”
allow=“microphone; camera”>

The code below works on chrome with video and audio but only displays in a tiny box:

. <iframe style=“border:none; height: 600px; width: 100%;” src=“https://zoom.us/wc/5348612858/join?prefer=1&un=TWluZGF1Z2Fz=webapp” allow=“microphone; camera”>

Can you please advise me?
Thanks!

Hi @tommy

I have embed zoom with the iframe. Audio and video of the host ok

But I can not see the camera of the participants.

Is it a limitation of the iframe? Is there a workaround?

Thanks a lot for your help!

Hey @dina,

Please contact the service you are trying to paste the code into. The issue is on their end.

Thanks,
Tommy

Hey @prabhakar.sharma,

It is Web Browser constraint. The accepted solution to this thread is what is working for me and others.

Thanks,
Tommy

Hey @20261772,

The code looks the same for both chrome and safari. What is the difference?

You would need to update the CSS or style attribute to adjust the size.

Thanks,
Tommy

Hey @lucia_liencres,

Make sure the participants have their cameras turned on.

Thanks,
Tommy

@tommy
Hi Tommy and zoom community
I’m using the iFrame in pre-prod, it was working pretty well until today i get a 403 error.
What could have happened ?

Thanks

Hi Tommy,

The code I was previously using is now not working.

iframe src=“https://zoom.us/wc/901287499/join?prefer=1&un=TWluZGF1Z2Fz” sandbox=“allow-forms allow-scripts” allow=“microphone; camera”

When I embed it I get a black screen.

Hey @shannonpacebrinker, @david.demri,

We are working to get the Zoom Web Client and Zoom Web SDK back online. Please keep up with our status page for detailed updates: status.zoom.us


The best workaround is to use the Zoom Desktop / Mobile app.

Just include the Zoom meeting join url (https://zoom.us/j/meetingID) on your site rather than showing the websdk / iframe. Clicking on the join url will open the Zoom meeting in the Zoom app.

Apologies for the inconvenience,
Tommy

Thanks for the update

The direct link also seems to be broken when I attempt to open it up in my browser. I am using the latest version of Chrome.

Hey @shannonpacebrinker,

That link is the Web Client, which is currently under maintenance.

Sorry for the inconvenience, please see the note from the Manager of Developer Relations at Zoom.

Thanks,
Tommy

I understand but when we are trying to do a walk through and paid for this service it just list me a contract!

I am very disappointed!

You can see services and not be able to support!

Hey @shannonpacebrinker,

We understand your frustration and are working very hard to get the Web SDK and Web Client back up and running.

-Tommy

@tommy Hi, I added the iframe to my wix website with this code:

<iframe style="border:none; height: 600px; width: 100%;" src="https://zoom.us/wc/xxxxxxxxxx/join?prefer=1&un=TWluZGF1Z2Fz&pwd=xxxxxx" sandbox="allow-forms allow-scripts allow-same-origin allow-pointer-lock allow-popups" allow="microphone; camera"></iframe>

You can join the meeting and see the other people (I connected from my mobile app and I could see me) But when I try to open the camera on the wix website I get this error: Your camera has not started properly. Check your browser’s multimedia permission settings.

Although I already gave the website permissions to use cam and audio, Im using chrome on its latest version and using a Windows 10 laptop, hope you can help me with this issues because Im so close to get it working but so far at the same time.

Thanks in advance.

Hi there, I have embedded iframe code on to my website. Here is the iframe code which I have used.

 <iframe src="https://zoom.us/j/361769885/join?prefer=1&un=bGluc29h" width="1000px" height="500px" sandbox="allow-same-origin allow-forms allow-scripts" allow="microphone; camera"></iframe>

But the webinar in the iframe returns nothing. Please check this screenshot -

I want to launch the webinar in Iframe itself. Could you help me out?

@linsoa Change /j/ to /wc/

1 Like

Hi @Tommy,

First of all let me say you’re an absolute hero for answering all these questions, this thread has helped me a lot.

I’ve managed to embed the iframe meeting into my client’s SquareSpace site correctly, and everything looks great, except I’m having a similar issue as others where it gets stuck on a loop in the “Please enter your meeting password…” page. I click join and it just reloads within the iframe.

I took out allow-scripts, but it still wasn’t working when it was still in there.

Here’s a screenshot of what my code looks like:

Thank you so much!

2 Likes