Left Screen - Prebuilt
- Left screen be shoun when participant left the meeting if redirectOnLeaveparameter is not provided while initializing the meeting.
How it works ?
- While Leftscreen redirectOnLeavevalue is set tonull, the below screen will display when any participant left the meeting.

Left Screen Attributes
To configure left screen feature, you need to add lefts screen object in meeting config.
leftScreen object has following attributes:
- 
actionButtonobjecet has following attributes- 
label: Action button label
- 
href: Action button href
 
- 
index.html
const config = {
  // ...
  leftScreen: {
    actionButton: {
      label: "Video SDK",
      href: "https://videosdk.live/",
    },
  },
  // ...
};
Got a Question? Ask us on discord

