Handles a participant joining the waiting room by notifying the UI and bumping the pending total.
Waiting-room notification settings.
Optional
Resolves after state updates complete.
await userWaiting({ name: 'Ada', totalReqWait: 2, updateTotalReqWait: setTotalReqWait, showAlert: ({ message }) => console.log(message),}); Copy
await userWaiting({ name: 'Ada', totalReqWait: 2, updateTotalReqWait: setTotalReqWait, showAlert: ({ message }) => console.log(message),});
Handles a participant joining the waiting room by notifying the UI and bumping the pending total.