how to enable full screen option in zoom meeting embedded in a web page

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2022-05-26 11:20 PM
imported Zoom by CDN
<Script src="https://source.zoom.us/2.4.0/lib/vendor/react-dom.min.js" strategy="beforeInteractive" />
<Script src="https://source.zoom.us/2.4.0/lib/vendor/redux-thunk.min.js" strategy="beforeInteractive" />
<Script src="https://source.zoom.us/2.4.0/zoom-meeting-embedded-2.4.0.min.js" strategy="beforeInteractive" />
let meetingSDKElement = document.getElementById('meetingSDKElement');
this.state.client.init({
debug: false,
zoomAppRoot: meetingSDKElement,
leaveUrl: e.leaveUrl,
language: 'en-US',
isSupportChat: true,
customize: {
meetingInfo: ['topic', 'host', 'mn', 'pwd', 'telPwd', 'invite', 'participant', 'dc', 'enctype'],
// toolbar: {
// }
// ]
// }
}
});
how to add full screen option for user
0 REPLIES 0
