Skip to main content
Version: 0.3.x

Theme - Prebuilt

Using this feature you can change your prebuilt SDK theme to either DARK or LIGHT.

Theme attributes

  • theme : You can set theme attribute to either DARK , LIGHT or DEFAULT, by default theme is set to DEFAULT.

How it works ?

  • When you set the value of theme parameter to DARK your prebuilt theme switches to a dark theme.

Go live with VideoSDK

  • When you set the value of theme parameter to LIGHT your prebuilt theme switches to a light theme.

Go live with VideoSDK

index.html
const config = {
// ...
theme: "DARK", // DARK || LIGHT || DEFAULT
// ...
};

Got a Question? Ask us on discord