Focuses the display on panelists only. When enabled, only panelists appear on the grid. Optionally mutes other participants' mic and/or camera.
Options for focusing panelists.
await focusPanelists({ socket, roomName: "room123", member: "currentUser", islevel: "2", focusEnabled: true, muteOthersMic: true, muteOthersCamera: false, showAlert: (alert) => console.log(alert.message),}); Copy
await focusPanelists({ socket, roomName: "room123", member: "currentUser", islevel: "2", focusEnabled: true, muteOthersMic: true, muteOthersCamera: false, showAlert: (alert) => console.log(alert.message),});
Focuses the display on panelists only. When enabled, only panelists appear on the grid. Optionally mutes other participants' mic and/or camera.