Zoom Web Client Iframe Integration insecure http redirect?

Description
We are using zoom web client and iframe integration, we loaded the iframe correctly and it has been working well for the past 2 weeks, however today we encounter a Mixed Content error, the client cannot be loaded as apparently it was redirected to a http link zoom.us/wc/join/xxxxx, our initial iframe src is zoom.us/wc/xxxx/join? before being redirected

Error
Mixed Content requesting an insecure frame, in https

Which App Type (OAuth / Chatbot / JWT / Webhook)?
Zoom Web Client

Which Endpoint/s?
NA

How To Reproduce (If applicable)

  1. put a zoom web client url in a https environment

Screenshots (If applicable)
If applicable, add screenshots to help explain your problem.

Additional context
Add any other context about the problem here.

Can you help me and tell me how you added the iframe to your site ?

<iframe src="https://zoom.us/wc/xxxx/join?xxx" sandbox="allow-same-origin allow-forms allow-scripts" allow="microphone; camera" allowfullscreen=""></iframe>

Hi here is the code we added

solved by using

<iframe src="https://zoom.us/wc/join/xxxx?xxx" sandbox="allow-same-origin allow-forms allow-scripts" allow="microphone; camera" allowfullscreen=""></iframe>

we simply use the redirected url as the src

Many thanks for you , but i have other Question about that ,
if i have a website based on laravel and there are many of users
how can i make one to one video meeting for this case ( with zoom if possible ) , please if you have any information tell me

Thank you! That resolved the mixed content insecure error.
But we can’t login automatically the user just like we used to do before, with prefer=1 and others parameters… Someone succeeded? Thank you

1 Like

I used the same code but get a frame which doesn’t display any content. Then sometimes it does. image

Am I doing something wrong. The website is http. Thanks for any advice in advance.

Hey @aswa.secretary, @gbtondo, @developer-whova, @didobedo31,

For the best experience embedding Zoom into a website, please use the Web SDK instead of putting Zoom meeting links in an iFrame.

Thanks,
Tommy

We are honestly trying, but we are encountering problems with the SDK recently, which works fine early April. I detailed the problems in 2 separate threads

Your connection has timed out and you cannot join the meeting. Verify your network connectivity and try again - #148 by developer-whova

Hey @developer-whova,

Thanks, I will assist you in those threads.

-Tommy

I have embedded an iframe, we are https, and on the local end the script works. However, on the remote (published) end the frame is not showing up at all. Our hosting platform tells me that we need specific port numbers from Zoom to allow the iframe to work. The URL: https://firstchurchofgodjctn.org/live-test.html. My code:

Can someone please advise? I have contacted Zoom Support (alas no reply yet.) Thank you!

Hey @mcewengeneron,

Embedding the Zoom Web Client is not supported.

Your two options are to use the Web SDK, or live stream the Zoom meeting and embed the livestream in your website.

Thanks,
Tommy

You are telling me I cannot use a camera as a webcam in my Zoom meeting?

Hey @mcewengeneron,

Maybe I misunderstood your question, you can use a camera as webcam:

https://www.google.com/search?q=zoom+use+camera+as+webcam

Thanks,
Tommy

Hi there!. Please, I am facing the same issue.,did you fix it after this post? If so, could you help me with tips about what to do? Thank you!

Hey @francisca ,

Since this is an outdated issue, please create a new topic and fill out the post template so we have enough info to debug the issue you are facing. :slight_smile:

Thanks,
Tommy