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 tofalse
.
Pin attributes
index.html
const config = {
// ...
permissions: {
pin: true,
},
};
Got a Question? Ask us on discord