MediaSFU React Native (Expo)
    Preparing search index...

    Function updatePanelists

    • Updates the entire panelist list. Only hosts (islevel === "2") can update panelists.

      Parameters

      Returns Promise<void>

      await updatePanelists({
      socket,
      panelists: [participant1, participant2],
      roomName: "room123",
      member: "currentUser",
      islevel: "2",
      showAlert: (alert) => console.log(alert.message),
      });