Zoom Video SDK UI Toolkit — Custom container size configuration

Using UI Toolkit 2.2.0-1 (web). The session container renders at 990x760 , and our wrapper can only stretch it to 1022x799.

Is there a config option in joinSession to set a custom width/height, or a way to make the session container fully responsive to its parent?

The Video UI Toolkit takes up the full space of the container it is rendered in, for example on our JS sample it takes up the whole page. GitHub - zoom/videosdk-ui-toolkit-javascript-sample: Use the Zoom Video SDK UI Toolkit in (vanilla) JavaScript · GitHub


Can you double check your styling to make sure the CSS let’s the the wrapper container flex to fill the parent? The sample app is using v2.4.0-1, I would recommend updating to the latest release as well.