Hello, i need to integrate zoom web sdk on an angular application with child component etc not a SPA.
Specifically in a div on a child component of a page.
I have already looked a LOT of topic/samples of integration none of that worked.
Tried iframe first because that’s the perfect solution but we can’t go pass the username prompt who keep reseting (on chrome, firefox work but we need chrome), impossible to manage host with that, can’t bypass username and password…
Tried web sdk, that work on fullscreen and in the root of the app and have a lot of small css problem like menu who overlap etc… that’s completely not a use case possible for our application.
So after hours and days of reading a lot of things and trying to make it work in a working solution for our application (embed it in a div, in a child component), i’m here to ask if that’s really possible to embed your sdk in a child component on a specific div.
I have already tried the id=“zmmtg-root” or that sort of things and that don’t work and we don’t want a fullscreen integration.
Hope you can help me in solving and integrating your sdk.
Best regards !
Zoom version: 1.8.6
Angular version: 8.1.2