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

    Function removePanelist

    • Removes a participant from the panelist list.

      Parameters

      Returns Promise<void>

      await removePanelist({
      socket,
      participant: { id: "123", name: "John" },
      roomName: "room123",
      member: "currentUser",
      islevel: "2",
      showAlert: (alert) => console.log(alert.message),
      });