BlueJeans is being sunset. Please refer to more details

Disable Full Screen Toggle


Applicable for  Desktop

BlueJeans full screen toggle shows a button A picture containing text, sign, outdoor, gauge
Description automatically generated  at the bottom right corner of the screen, it helps participants to move to Full-screen mode. When the toggle is disabled, it results in hiding it. This will prevent the user to move into Full-Screen mode.

By default disableFullScreenToggle flag has been set as "false". If you want to hide the full screen toggle button, set the disableFullScreenToggle as true.

Use the following code snippet to disable the full screen toggle.

BJNEmbedSDK.joinMeeting({
        "meetingInfo": {
           "meetingId": "Meeting ID",    
           "name": "Your Name",
           "passcode": "Passcode",  
        },
        "iFrameProps": {
            "width": "",
            "height": ""
        },
        "uiProps": {
            "disableFullScreenToggle": true
        }
    })

 

The image above shows an example of the default full screen toggle icon shown (left) and after disabled full screen toggle shown (right).