Replaces the waiting-room list and recalculates the combined waiting count.
Waiting-room state setters.
Resolves after the state updates run.
await allWaitingRoomMembers({ waitingParticipants, updateWaitingRoomList: setWaitingRoomList, updateTotalReqWait: setTotalReqWait,}); Copy
await allWaitingRoomMembers({ waitingParticipants, updateWaitingRoomList: setWaitingRoomList, updateTotalReqWait: setTotalReqWait,});
Replaces the waiting-room list and recalculates the combined waiting count.