BlueJeans is being sunset. Please refer to more details

Hide Apps Panel


Applicable for  Desktop

Apps panel is shown on the right next to chat panel within the meeting environment. Under the apps panel, you have an options of annotations, whiteboards and meeting highlights. If you do not want your client to view/use BlueJeans Apps Panel, you can hide the “Apps Panel" within the meeting experience. By default, BlueJeans apps panel in the meeting experience has been set hideAppsPanel: false

Use the following command to hide apps panel within the meeting experience.

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

The image above demonstrates an example of the default apps panel shown (left) and after hiding apps panel (right).