cancel
Showing results for 
Search instead for 
Did you mean: 

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

kohli
Listener

imported Zoom by CDN

<Script src="https://source.zoom.us/2.4.0/lib/vendor/react.min.js" strategy="beforeInteractive" />
                <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.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/lib/vendor/lodash.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