BlueJeans is being sunset. Please refer to more details

Televisit Logos


The televisit patient landing experience screens support two different logo types, displayed on the landing screen at the start of a televisit. 

  • Color Logo: The full color logo is displayed on the landing screen when joining from a desktop. Using the Web Embed SDK, you can add or change this logo to meet your needs. 
    Use the following code snippet to use this within your enterprise.
    "uiProps": {
            "teleHealthConfig": {
                "logo": "https://Your Logo URL",
            }
    }

The image above demonstrates the location and use of the full color logo.

  • White Logo: The white version of your logo can be visible from two different areas. 
    • If the patient or participant is joining from a mobile device, the logo will be shown on the landing screen above the welcome message.
    • If the patient or participant is joining from a desktop, the white version of the logo will be visible in the top left corner of the landing screen.

Using the Web Embed SDK you can add or change this logo according to your preference. 

"uiProps": {
              "teleHealthConfig": {
                  "whiteLogo": "https://Your Logo URL",
                  }
}

 

The image above demonstrates the location of the white logo version when joining from a desktop and mobile.