Skip to main content
Version: 0.3.x

LeftScreen Parameters - Prebuilt

leftScreen

  • type: object

actionButton

  • type: object

  • with the help of leftScreen.actionButton host of the meeting can customize button on left screen page

  • {href,label}

    • href : URL of a customized action button

    • label : label of type String of a customized action button

rejoinButtonEnabled

  • type: Boolean

  • If set to true one can see rejoin button on left screen page.

meeting.init({
//other params
leftScreen: {
actionButton: {
label: "Video SDK",
href: "https://www.videosdk.live",
},
rejoinButtonEnabled: true,
},
//other params
});

Got a Question? Ask us on discord