Does create meeting start url works in HTML5 iframe?

Hello, 

I am working on Zoom API to create a zoom meeting application. I want to use the start_url to launch a zoom meeting inside my web application, such as using a HTML iframe, however, if using iframe, it will take over my whole screen which covers my web application. Is any way, I can limit zoom meeting interface inside my application?

Hi Volute, 

It is possible to use HTML iframe using our webclient (https://success.zoom.us/wc/{meeting-number}/join), however our web client is not responsive to iframe at this time. 

Thanks 

Thank you so much for the answer. I have tried for the sample-app-web, it works, however, i used an iframe tag like this: 

<iframe src=“http://localhost:9999/”></iframe>, it works ok. However, after I click leave meeting,  zoom home page automatically occupied the whole screen. Is there anyway to solve this, like maybe open a new tag for Zoom homepage instead of replacing my original web app URL. 

Or use other technologies instead of iframe tag to enable zoom meeting live insdie of another web app? 

Thank you!

 

Hi Volute, 

Currently our webclient does not have the capability to open a new tag after clicking leave meeting. Unfortunately, thats the only workaround solution we have right now. I’ll reach out to our Engineers to see if they can release new web client features for embedding in the near future. 

Thanks

Thank you so much for those information and such quick response

Hi @michael_p.zoom,

Just want to know if there is any update on redirecting after leaving?

Thanks,
Subhan

Hi @subhan,

Just to confirm, you want to redirect to a customer site after leaving a meeting? If so, we do have that with our WebSDK. Within the init function, you can set the leaveUrl property.

Thanks
Michael

Is it possible if we’re using your hosted version of Web Client?
I mean something like: https://zoom.us/wc/xxxxxxxx/join?prefer=1&un=dG9tbXk=

Hi @subhan,

It will only work using the WebSDK and not the Webclient at this time.

Thanks