BlueJeans is being sunset. Please refer to more details

Custom Background Color


The Web Embed SDK provides the capability to customize the background color of the Patient Landing Experience screens. By default, the background color will be the one BlueJeans has configured. 

Custom colors must be configured using hexadecimal values and can be either solid color or a linear gradient. When choosing color options, please ensure they are accessibility approved.

  • Solid color (e.g. #FFFFFF).
  • Linear Gradient (e.g. (#607488, #203245), (#6393CC, #2756B0), (#5BB3CD, #009695), (#FF9D8C, #FF664B), (#FB8FA8, #EE5876)).

Use the following code snippet to change the background color of a televisit.

    "uiProps": {
            "teleHealthConfig": {
                "backgroundColor": "Custom Color",
            }
    }        
    

The images above demonstrates an example of the default background (left) and custom background color (Right).

Note: 

In the televisit, the "inMeetingBGConfig" will be ignored, so our recommendation is to use only "teleHealthConfig" for setting background color in your televisit.