Const
Replaces the waiting-room list and recalculates the combined waiting count.
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.