Updates the entire panelist list. Only hosts (islevel === "2") can update panelists.
Options for updating panelists.
await updatePanelists({ socket, panelists: [participant1, participant2], roomName: "room123", member: "currentUser", islevel: "2", showAlert: (alert) => console.log(alert.message),}); Copy
await updatePanelists({ socket, panelists: [participant1, participant2], roomName: "room123", member: "currentUser", islevel: "2", showAlert: (alert) => console.log(alert.message),});
Updates the entire panelist list. Only hosts (islevel === "2") can update panelists.