Embed zoom video to a web server

Hi @tommy ,
I’m trying to embed the following iframe in a Moodle page:

<iframe allow="microphone; camera" style="border: 0; height: 100%; left: 0; position: absolute; top: 0; width: 100%;" src="https://academy-kunoz-net.zoom.us/wc/8302346026/join?prefer=1&amp;un=TmFhbWFu&amp;pwd=804512" frameborder="0"></iframe>

In the browser console I’ve got this error:

Mixed Content: The page at 'https://academy.kunoz.net/mod/zoom/view.php?id=481&forceview=1#' was loaded over HTTPS, but requested an insecure frame 'http://academy-kunoz-net.zoom.us/wc/join/83023460266?tk=&track_id=&meeting_result=&jmf_code=&wpk=wcpk59d4c4de14fc15592467aad68d4ec831&_x_zm_rtaid=a0orU5jARUmoSl8CifuAvA.1596369732099.0541f688b49d1790cbac1e9a496221c5&_x_zm_rhtaid=402'. This request has been blocked; the content must be served over HTTPS.

From where this URL (in the error message) came? and why it stopped using https! any advice?

Best regards,

Hey @dr.sekar,

Gallery view is not yet supported on the Web SDK or Web Client.

Thanks,
Tommy

Hey @123.sourav, @paduvenkat, @platform,

Use the Web SDK to embed Zoom meetings into your website. :slight_smile:

Thanks,
Tommy

Thanks,
I need to implement Start/Join meetings in browser through Moodle platform, I tried the LTI Pro App from the marketplace. Would you please tell what is the difference between using the Web SDK and the LTI Pro App?
Another thing, is there and guide to apply Web SDK in php applications?
Regards.

Hey @platform,

The Moodle App does not use the Web SDK. It uses the start_url and join_url which open the Zoom App.

Please see this thread about using the Web SDK in a php app:

Thanks,
Tommy

Hello,
I want to embed Zoom using iframe.
https://zoom.us/wc/{ID}/join?prefer=0&un=U2hvdGE=&pwd={password}

I’m using this, but I’m prompted for a name.

Don’t know the solution?

I’ll detail what I want to do
Please let me know if you know how to implement

I want to use an iframe on my site for private live streaming.
I would like the streamers to have a meeting and the viewers to join in an iframe.
I absolutely want to use iframe.

Hey @shota.inoue,

Please see my post here:

Thanks,
Tommy

1 Like

Hey @tommy ,
I’m trying to use the Web SDK Sample in my Moodle platform, when linking to the zoom-meeting-1.8.0.min.js
It automatically creates a <div id="zmmtg-root"> which prevents displaying the page content, please see the snap:

How can we avoid this behavior? is it a common problem?

Best regards,

I need to insert zoom meet to my web page for php thanks
Could you give me a script or a php thanks

I would also like scripting for PHP. Otherwise, could someone create a youtube video on implementing the SDK? (I’m just beginning to learn react.js and this is over my head!). Thanks!

Hey @platform,

Let me know if my post here helps:

Thanks,
Tommy

Hey @didacticatic123, @rkesk8,

Checkout our sample app and guides here:

You can use the Web SDK with PHP, but you need to have at least a JavaScript file.

Thanks,
Tommy