BlueJeans is being sunset. Please refer to more details

Hide Chat Panel


Applicable for  Desktop &  Mobile 

Web Embed SDK meetings provides the facility to chat with participants present in the meeting. The chat will remain during the duration of the meeting and will be cleared once the meeting has been ended. There are two types of chat services available:

  • Public Chat
  • Private Chat

All the functionality related to the chat has been embedded in the Web Embed SDK. If you want to hide the chat panel within the meeting environment, set the "hideChatPanel" as true. By enabling the hideChatPanel as true, the chat panel/feature won't be provided in your meeting and users would not be able to perform chat functionality in their meeting experience.

Use the following command to hide the chat panel.

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

The images above shows an examples of the default chat panel shown (left) and with chat panel hided (right) for both mobile and desktop.