Skip to main content
Version: 0.3.x

Pin Participants - Prebuilt

This feature allows participants to pin self or other participants in the meeting.

  • permissions.pin: If it is true then that participant can pin or unpin other participants in the meeting, by default it is set to false.

Pin attributes

index.html
const config = {
// ...
permissions: {
pin: true,
},
};

Got a Question? Ask us on discord


Was this helpful?