BlueJeans is being sunset. Please refer to more details

Hide Room Join Option


Applicable for  Desktop

UI props provides the object structure for the custom options supported for the UI modification. hideRoomJoinOption method is used to hide or show to the user by joining the meeting using room

To hide the room join options in your meeting experience, use the following command. By default, hideRoomJoinOption has been set as "false", use the following command to hide the room join options. 

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

The image above demonstrates the location of the default room join options (left) and after hiding room join options (right).