Disables panelist focus mode. All participants will be shown on the grid again.
Options for unfocusing panelists.
await unfocusPanelists({ socket, roomName: "room123", member: "currentUser", islevel: "2", showAlert: (alert) => console.log(alert.message),}); Copy
await unfocusPanelists({ socket, roomName: "room123", member: "currentUser", islevel: "2", showAlert: (alert) => console.log(alert.message),});
Disables panelist focus mode. All participants will be shown on the grid again.