Skip to main content

Left Screen

  • Left screen be shoun when participant left the meeting if redirectOnLeave parameter is not provided while initializing the meeting.

How it works ?

  • While Leftscreen redirectOnLeave value is set to null, the below screen will display when any participant left the meeting.

Meeting Left screen prebuilt

Left Screen Attributes

To configure left screen feature, you need to add lefts screen object in meeting config.

leftScreen object has following attributes:

  • actionButton objecet 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