LeftScreen Parameters - Prebuilt
leftScreen
- type: 
object 
actionButton
- 
type:
object - 
with the help of
leftScreen.actionButtonhost of the meeting can customize button on left screen page - 
{href,label}- 
href : URL of a customized action button
 - 
label : label of type
Stringof 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

