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

    Variable allWaitingRoomMembersConst

    allWaitingRoomMembers: (
        { waitingParticipants, updateWaitingRoomList, updateTotalReqWait, }: AllWaitingRoomMembersOptions,
    ) => Promise<void>

    Replaces the waiting-room list and recalculates the combined waiting count.

    Type Declaration

      • (
            { waitingParticipants, updateWaitingRoomList, updateTotalReqWait, }: AllWaitingRoomMembersOptions,
        ): Promise<void>
      • Parameters

        Returns Promise<void>

        Resolves after the state updates run.

    await allWaitingRoomMembers({
    waitingParticipants,
    updateWaitingRoomList: setWaitingRoomList,
    updateTotalReqWait: setTotalReqWait,
    });