How display webinar in iframe?

Hi!
I’m Gabriel.
I’m trying to show a webinar via iframe but it says that the user’s email is mandatory.
How to solve this?

Here is the code used:
<iframe style = "border: none; height: 600px; width: 100%;" src = "https://zoom.us/wc/ {{$ $ webinar_id}} / join? prefer = 1 & un = {{base64_encode ({{$ student_name)}})" sandbox = "allow-forms allow-scripts allow- same-origin "allow =" microphone; camera "> </iframe>

Hey @gabriel.moraes, thanks for posting and using Zoom!

Please see my post here:

Thanks,
Tommy

Hello,
We have been trying to embed our Zoom Webinar in and iFrame, and are coming across that Zoom is letting 3 people join through the iFrame in our website, but then the 4th person it pushes to the zoom website and launched the meeting on Zoom instead of our website…is there a fix for this

Hi @FLMurphy,

Can you DM us the meeting ID & a screenshot of what you see so that we can take a closer look? To clarify, everyone else joins the webinar through your website except the 4+ person who tries correct?

Sorry, would you be able to give more instruction on the base64EncodedEmail - where do i get this and where do i place this?

I’m currently using the following code, but each time somebody writes there name and clicks “Join”, it just reloads the same page?

Hey @Wolfie,

The base64encoded email is just any email, base64encoded.

Please use the Web SDK for embedding Zoom Webinars into your website.

Thanks,
Tommy

Does this need to be the hosts email encoded? Or every users email encoded?

Hey @Wolfie,

It’s the email that the participant wants to use to gain entry to a webinar.

Thanks,
Tommy

Okay, so would that not need to be changed for each participant to be able to access?

Hey @Wolfie,

It should change for each participant.

Thanks,
Tommy

Hello, We are using the video conferncing with Zoom wordpress plug in. We need the following information : API Key, API Secret Key, How to create a vanity URL https://wordpress.org/plugins/video-conferencing-with-zoom-api/

thank you for your help!

Hey @wolmetz,

You can get your API Key and Secret by creating an app: https://marketplace.zoom.us/develop/create

Thanks,
Tommy