BlueJeans is being sunset. Please refer to more details

Skip Check-in


During a televisit, by default, the Patient Landing experience has three workflow screens. If desired, the Web Embed SDK allows you to provision the patient landing experience to skip the second "Check-in” screen. If this is done, the patient or other participant will go from the landing screen directly into the entertainment screen, by passing the check-in screen. To do this you can set skipCheckIn as “true” on your enterprise. By default, skipCheckIn has been set "false" in the patient landing experience. 

Use the following code snippet to customize this PLE workflow functionality.

"uiProps": {
        "teleHealthConfig": {
            "skipCheckIn": "true",
        }
}        

The image above is demonstrating the default PLE workflow (top) and the “skipCheckIn configuration capability (bottom).