How to embed zoom video on a moodle website?

How to embed zoom video on a moodle website?

by Bhanuka Weerasekara -
Number of replies: 4

I wanted to embed a stream of a Zoom meeting into HTML and allow users to attend meetings directly inside of an application. I used the following code.


<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://success.zoom.us/wc/join/{meeting-id}" frameborder="0"></iframe>
</div>


It worked succcessfully in a basic php site.

Is it possible to apply the same to moodle? 

There is a moodle plugin "Zoom Video", but it does not provide this functionality.

How can I add a separate code to embed zoom video on a moodle website? 

Moodle version - 3.8.2

Average of ratings: -
In reply to Bhanuka Weerasekara

Re: How to embed zoom video on a moodle website?

by Bhanuka Weerasekara -
I have solved this issue. Here is what I did.

1. Download Zoom WebSDK. You will get both CDN version and Local version. Local version is more customizable than CDN.
2. Upload to the server.
3. Create a "Page" activity in course page.
4. Add an iframe tag and put the zoom websdk path.
Average of ratings: Useful (1)
In reply to Bhanuka Weerasekara

Re: How to embed zoom video on a moodle website?

by Sasith Warnaka -

can u explain this?

In reply to Sasith Warnaka

Re: How to embed zoom video on a moodle website?

by Bhanuka Weerasekara -
First you download Zoom WebSDK. You should test it with localhost. Before testing, you have to add the API key and some details as well.

If it works in localhost, you can upload it to the server. I uploaded the ZoomSDK folder into public_html folder in cpanel.

Now you can access it when you type the path in address bar of the browser.

Since this is a moodle site. I had to use iframe tag to add the zoom link to the course.

First create a course. Then in the course page you can add various activities.

When creating activities, choose "Page" activity. In Page activity, you can add HTML codes. I added iframe tag and set the ZoomSDK folder link to the "src" attribute.

It worked.
In reply to Bhanuka Weerasekara

Re: How to embed zoom video on a moodle website?

by Sasith Warnaka -
can i get ur number?
sasithwarnakafonseka@gmail.com please drop it