Embed zoom video to a web server

Thanks, but it is not the microphone I was wanting to mute… rather the received audio from that particular conference iframe. Lets say I were to have 3 simultaneous web clients showing in one browser displaying difference conferences (classrooms)… I would want to only hear one conference at a time.

Basically I want to make a control room for one person to monitor each classroom, both audio & video. Instead of having one PC per classroom-monitor, I chose to try the web client route.

Thank you!

Hey @nick.hood,

I am having a hard time grasping what you are trying to do.

Are you trying to run multiple meetings in the same browser?

Why not run one meeting and have the other classrooms join the meeting via the Web Client, and then have a person monitoring the audio and video?

Take a look at our Zoom Rooms product which handles this and depending on your current hardware setup integrates right in.

-Tommy

Hi,
Can we pass the start url ? I mean we don’t want user to login manually …

What I mean is the host will just click and the meeting will start …

Plz let me know if I am clear or not ? and if it is possible ?

Hey @eduzoom_1,

You can use the start_url to start the meeting which has an auth token attached to it so the user will not have to login, returned from the following endpoints:

Let me know if this helps!

Thanks,
Tommy

Quick question: We host a zoom meeting daily that always uses the same meeting ID. We have over 400 remote agents who have access to this meeting to watch live by joining in with their work email. This is important so we know who and how many of them join.

However, we also want to stream the training live on to single password protected page on our site where once they put in our password we give them for that page they can watch the meeting. Our zoom iframe is working however is requiring them to have our company email as if they are an agent.

Is there a way to accomplish both of these? Our agents still use their log in and direct access for others?

1 Like

Hey @mikepuma, thanks for posting and using Zoom!

This is an interesting use case! I would suggest live streaming the meeting Privately or Unlisted on youtube, and then embed the youtube livestream into your password protected page. Since the users on your password protected page just need to watch the meeting, rather than join and participate in the meeting, I think the live stream embed is the best strategy!

Thanks,
Tommy

The camera we use is only set to broadcast via zoom so we can’t do both.

Sincerely,
Mike Puma

Chief Marketing Officer

813-731-6171

Hey @mikepuma,

You can use the live stream Zoom meeting option with no additional configuration with your camera.

Thanks,
Tommy

Hello,

thank you very much for the embed code of zoom and the overall discussion. I’ve been able to embed zoom on my website perfectly. Very happy.

Same as it has been possible to bypass the “enter your name page” at the beginning of the meeting (to join the meeting), I wanted to know if there was a way to not have the “zoom thank you for the meeting page” at the end of the meeting? Is is possible to have something else or nothing at all but my website page, please?

Thank you very much,

Gil

Hey @gil.filiot, thanks for posting and using Zoom!

I am happy to hear you are able to embed Zoom on your website! :slight_smile:

As for changing the Zoom thank you page, try setting the post attendee url to a page you would like to display instead.

https://support.zoom.us/hc/en-us/articles/360000518526-Post-Attendee-URL

If that is not an option, there are some work arounds that you would have to implement yourself:

Or you can use the Zoom Web SDK (which takes some development work) instead of the embedded iFrame where you can specify the leave url.

Thanks,
Tommy

Hi Tommy,

My video conference cannot open the audio and video when nested in iframe, I tried to use allow="microphone;“Camera,” but it doesn’t seem to work. The browser is chrome, which works if it isn’t nested in iframe. Could you help me out?

Hi Tommy,

My video conference cannot open the audio and video when nested in iframe, I tried to use allow="microphone;“Camera,” but it doesn’t seem to work. The browser is chrome, which works if it isn’t nested in iframe. Could you help me out?屏幕快照 2019-12-12 下午4.13.09

Hey @zhaosx, @ufo5553101

Please share the code you are using so I can debug.

Also make sure you are using https for your website.

Thanks,
Tommy

Thank you for replying to me immediately. As a supplement, I built a web page using Nginx based on the above code.
https://zhaosx.xyz:82

@ufo5553101 and I are a team. We are using ZOOM to make a POC. He uploaded the demo code, but there seems to be something wrong.The code is very simple, I wonder if you can see those codes?

Tommy, hi. We are using zoom in our platform and still the issue with the sound occurs. Your support wrote to me to contact with you. That auto join computer audio doesn’t work the first time (works when leave and join again), the other option for writing the name joining the meeting is not ok also. We use paid accounts and the answer of your support and this issue still occurring for many days is not acceptable. When you will fix the problem? Thank you.

Hey @zhaosx,

The site no longer works: https://zhaosx.xyz:82.

Can you please share the HTML code you are using? Also make sure you are serving your site over https.

Thanks,
Tommy

Hey @host, thanks for posting and using Zoom.

Please provide more details about your issue. Are you using the Zoom Web SDK, or embedding the Zoom Web Client in an iFrame?

Are you getting any errors? What browser are you using?

Screenshots will also help us debug the issue.

Thanks,
Tommy

Hey @tommy , We are using embedding the Zoom Web Client in an iFrame, Chrome, and here is a scr shot:

We are not getting errors, just the sound is not on the first time. The same issue like in the beginning in the theme here. Thank you.

Hey @host,

Thanks for the screenshots! Are you including the prefer=1 param in the iFrame Src url?

After allowing the browser to use my audio, I was able to join with computer audio by default.

Here is the URL I used: https://zoom.us/wc/{meetingID}/join?prefer=1&un=dG9tbXk=

<iframe style="height: 500px; width: 1000px;" src="https://zoom.us/wc/{meetingId}/join?prefer=0&un=TWluZGF1Z2Fz" sandbox="allow-forms allow-scripts allow-same-origin" allow="microphone; camera"></iframe>

Thanks,
Tommy