Embed Zoom into Website

Hi, can anyone tell us where to find the code needed to embed Zoom into one of our websites, in the way that it’s already been done here: &nbsp – This is a new website of ours that the developer embedded Zoom in. 

This is an older website we used to use JoinMe with, but now need to replace JoinMe with Zoom: 

We need to make the Zoom link on work just like it does at , so that when you click on it, you’re taken directly to a screen that asks for your Meeting ID. If you click on Zoom at&nbsp , you’ll see what I mean.

I need the code to be able to send to our web developer for so they can do the same thing.

Thanks so much for any help! 

Katherine 

1 Like

Hi Katherine,

Please take a look Zoom’s web client @https://github.com/zoom/sample-app-web

Best

1 Like

I tried the Web Client…but when we embed it into an iFrame, you cannot use the audio via the computer…only dial in.  Has anyone found a way around that? If not, its a non-starter solution.

looking for the same to use on my website

Hi,

You can consider using this SDK , through which you can embed zoom in your web apps.

Please let me know if you have any additional questions.

1 Like

Hi,

Even I am facing the same issue,
Planning to embedd a zoom webinar on my webiste

Waiting For your Reply.

Hey @abhishek.vohera, thanks for posting and using Zoom!

Please see my posts here:

Thanks,
Tommy

has this been solved we are trying find a way to use this for our site and fidn a way to set up multiple meetings on the site in an easy way.

Hi @rmonell951,

Please refer to the answer that @tommy provided in this thread - Embed zoom video to a web server.

You should be able to set up multiple meetings using our REST API - https://marketplace.zoom.us/docs/api-reference/zoom-api/meetings/meetingcreate.
From there, attendees can use the Web client or WebSDK to join multiple meetings.

Let us know if you have any other questions.

Thanks
Michael

Hi,
we embedded the zoom via iframe. is there a way to disable the invitation button for participants? i will be very grateful for any advice :slight_smile:

1 Like

Hi @s.goetz,

You can use the showInviteFunction here to disable the invite - https://zoom.github.io/sample-app-web/ZoomMtg.html#showInviteFunction.
Please keep in mind, for any new questions, please create a new post.

#codeHappy
Michael

1 Like

‘you cannot use the audio via the computer’…dealing with this is a key issue. Just wondering if it has been resolved?

Hello!
Can you show an example of the iframe (html web code) whith the showinvte function.
Thank’s

Hey @janzoon2,

Please share more info about your issue like screenshots and steps to reproduce.

Thanks,
Tommy

Hey @it12,

The showInviteFunction is for the Web SDK, not embedding Zoom into an iFrame.

Thanks,
Tommy

Tommy,
Thank you very much for getting back.
I have now discovered how to send the audio from the pc.
The functionality is actually included, which is terrific.

2 Likes

You are welcome! Glad you figured it out! :slight_smile:

-Tommy

1 Like

Hi All,

I am still struggling to embed. What in the world am i doing wrong?? It keeps throwing me errors or saying I don’t have permission etc. I am using the following embed code: <iframe src=“https://zoom.us/wc/{{ meetingID }}/join?prefer=1&un=TWluZGF1Z2Fz”“microphone; camera; fullscreen”>

Please help a sister out here !

I’m also having trouble here.
It does join the meeting but I get errors for the microphone and camera:
Microphone - getting “Your browser is preventing access to your microphone.” although I did allow microphone access for my website
Video - getting “Your camera is not launched properly, please check browser media permission settings.” although I did allow camera access for my website

Note that I did add allow="microphone; camera; fullscreen"

2 Likes

Hey @bridgette, @itamarg,

What browsers are you using? Please provide your iFrame code, screenshots, and steps to reproduce the issue.

Thanks,
Tommy