BlueJeans is being sunset. Please refer to more details

Hide Copy Meeting Link


Applicable for  Desktop &  Mobile 

Web Embed SDK has the ability to hide the meeting link that displays to the users to copy the meeting link in the hair check screen.  If you do not want your client to see copy the meeting link option in their meeting experience, set hideCopyLink flag as true to hide this option. 

By default, BlueJeans shows the meeting link in the meeting experience and hideCopyLink has been set as "false".

Use the following command to hide the copy meeting link within the meeting.

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

The images above demonstrates an example of the default copy meeting link is shown (left) and after hided copy meeting link is shown (right) in both mobile and desktop browsers.