Component View to fill 100% of container

Hi, how can I make the component view fill it’s container without dragging? and without fixing the width on client.init()? I see how to do a fixed resize on init here … Resizing (zoom.us)

but my component view needs to live inside a side panel that is resizable.

I’m running the Angular sample from here …
zoom/meetingsdk-sample-angular: Use the Zoom Meeting SDK in an Angular App (github.com)
Thanks
–Andy

I haven’t made any progress on this, the best I can do is set a fixed width on client.init() which doesn’t fit with our whiteboard application.

I looked at using iframes … (but I noticed that these are not supported)

I looked at the Client View … (but that takes over the entire document body, so no good)

No solution here.
–Andy

I’m stuck here as well. Any insight on this @tommy?

any new updates here? we are stuck on the same issue

Thanks to the Zoom team for supporting iframes …
https://devsupport.zoom.us/hc/en-us/articles/13662906729485

I was able to use the Client View now with an iframe to show Zoom inside of a resizable widget to solve this issue.

If you’re interested, here is a look at Zoom embeded into our large screen whiteboard app …
–Andy

I’ve been trying to figure out how to get the meetings sdk to work in an iframe, but it keeps trying to redirect me to the app. Would you mind providing some additional context on how you got it working?