Skip to main content
Version: 0.3.x

Branding Parameters - Prebuilt

branding

  • type: object

enabled

  • type: Boolean

  • If true, then branding will be visible on topbar of the meeting layout.

logoURL

  • type: String

  • url of your brand logo, to be shown on the topbar of the meeting screen layout.

name

  • type: String

  • It represents your brand name, that will be shown on the topbar of the meeting screen layout.

poweredBy

  • type: Boolean

  • If it is true, powered by videosdk.live will be shown below the branch name else it eill be hidden.

meeting.init({
//other params
branding: {
enabled: true,
logoURL: "https://your-brand.logo",
name: "Prebuilt",
poweredBy: true,
},
//other params
});

Got a Question? Ask us on discord