BlueJeans is being sunset. Please refer to more details

Lock Meeting Controls


Applicable for  Desktop &  Mobile 

BlueJeans provides you the ability to “freeze” or “lock” meeting controls that are displayed on the top of your embedded screen.  In-meeting experience, generally meeting controls are used to control the user. By default, these meeting controls, automatically hide after 5 seconds and appear back when the mouse is scrolled over the embedded screen.

lockMeetingControls is a Boolean property and by default, the lockMeetingControls  has been set as "false" in the haircheck screen. If you want your client to see the meeting controls throughout the meeting, set lockMeetingControls as "true".

Use the following command to lock the meeting controls within the meeting experience.

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

The above pictures are shown before and after locking the meeting controls in mobile  and desktop    browsers.