waitingParticipants()
Prebuilt
Custom
Returns the set of participants who have called requestAccess() and are waiting for elevated access to the meeting. Only available to meeting owners and participant admins. Admins should use updateWaitingParticipant() or updateWaitingParticipants() to grant or deny access to waiting participants.
Return value
Returns{ [id: string]: DailyWaitingParticipant } — an object mapping participant IDs to their waiting participant info.
The participant’s session ID.
The participant’s display name.
The access level the participant is requesting. Currently the only requestable level is
{ level: 'full' }.