BlueJeans is being sunset. Please refer to more details

Disable App Pitches


Applicable for  Desktop

BlueJeans client and calls out under the "APPS" section that it’s “app only”. In this section, you have an options of annotations, whiteboards and meeting highlights within the meeting environment.

If desired, the Web Embed SDK allows you to disable app pitches within the meeting experience. If this is done, the participants will not notice “app pitches” and "BlueJeans trial” within the meeting. To do this you can set the hideAppPitches flag with true. By default, the hideAppPitches has been set "false".

Use the following code snippet to disable the app pitches.

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

The image above shows an example with the default "app pitches and BlueJeans trial" (left) and after disabled "app pitches and BlueJeans trial" (right) in the meeting experience.