Skip to main content
Version: 0.3.x

Layout Feature Parameter - Prebuilt

layout

  • type: object

type

  • type: String

  • layout.type represents the type of layout which can be SPOTLIGHT | SIDEBAR | GRID

priority

  • type: String

  • layout.priority represents the priority of layout type which can be SPEAKER | PIN

gridSize

  • type: Number

  • layout.gridSize represents the maximum participants to be shown on the meeting screen. Max value should be 25

meeting.init({
//other params
layout: {
type: "SPOTLIGHT", // "SPOTLIGHT" | "SIDEBAR" | "GRID"
priority: "SPEAKER", // "SPEAKER" | "PIN",
gridSize: 3,
},
//other params
});

Got a Question? Ask us on discord