Iframe for the join link

That is odd @FLMurphy.

Have you tried using the Web SDK instead, which is the officially supported way of embedding Zoom Webinars on your site?

Thanks,
Tommy

@tommy How can a host join or start the meeting using iframe wc method?

Hey @isv,

Currently we do not support embedding the Zoom Web Client into an iFrame.

We are investigating an iFrame solution for the future.

Right now, to embed Zoom into your website, please use the Web SDK.

Thanks,
Tommy

hey @tommy can you help some?
I am trying to use zoom meeting inside the iframe

<iframe allow="microphone; camera"
  sandbox="allow-forms allow-scripts allow-same-origin"
  style="border: 0; height: 100%; left: 0; position: absolute; top: 0; width: 100%;"
  src="https://zoom.us/wc/8206504104/join?prefer=0&un=TWluZGF1Z2Fz" frameborder="0"></iframe>

but what i see in my localhost is a form asking name and captcha but after I typed name and captcha its again taking back to the form.
and in production I see nothing

can’t see anything and in production console, I got this
The page at ‘https://demo-ult-school.altiwebs.com/onlineclass/start/1/1/0’ was loaded over HTTPS, but requested an insecure frame ‘Zoom meeting on web’. This request has been blocked; the content must be served over HTTPS.

what is the correct src for getting web client in the iframe?
meanwhile with ‘/j’ i can join, its working with only ‘/j’ but not in web browser, I want my users to use in webapp itself. and also when I clicked join from web browser after cancelling the alert Iam taken to that form again and it repeates again same after filling the form.

What I want is, starting zoom meeting in iframe with that ‘/wc’ which many users are able to do so and next thing is, joining zoom meeting in the iframe and lastly the participants should not be asked for usernames, they can be asked for password but if i can avoid password also that would be great.

And that mixed content, I have also tried by opening only iframe, no other files not even text, even then its shows Mixed Content same error. The thing is, i think, the iframe automatically changes https to http in the src… How to prevent that…?

Thanks

Hey @prafulbykr,

Thanks for reaching out about this. After taking a look at your screenshot and reading through your use case, it seems likely that the issue here is the mixed content between the iFrame and the browser. You should ensure that both the iFrame content and the rest of your requests are being served over HTTPS.

Ultimately, we do not recommend iFraming the Zoom web app—in order to avoid issues like these, it’s best to use our Web SDK in its entirety or the Zoom client. With this in mind, I would recommend avoiding this, but if you prefer to look for a workaround, I would recommend referencing something like “insecure content http/https iFrame” on StackOverflow or similar.

Thanks,
Will

@tommy i’d really appreciate some help…

here’s the code i’m using to embed an iframe…

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

It’s pulling something in but not what I’m expecting. Here’s the screenshot. Thanks so much for taking a look!

Hey @benjy,

We do not recommend iFraming Zoom like this.

Having said that, it does appear there are spaces in your meeting ID in the src attribute, which could be causing issues. But again, because you could run into other issues as well, this approach is not recommended.

Thanks,
Will

Hi,
We have integrated zoom web sdk in our application. But which is not supporting break out rooms . If we would like to connect the session in our domain. Is there any way to call zoom meeting url in iframe and integrate.

Thanks .
Ramadurai j

@ramaduraijayaraman78,

Welcome to the developer forum and thank you for posting. Can you create a new topic for your question? Your question seems different from the thread.