Skip to main content
updateWaitingParticipant(id, updates) The id must correspond to a participant in waitingParticipants() — passing an unknown ID results in an error. Once access is granted, the participant is removed from waitingParticipants() and a waiting-participant-removed event fires.

Parameters

string
required
The session ID of the waiting participant.
DailyWaitingParticipantUpdateOptions
required

Return value

Returns Promise<{ id: string }> — resolves with the ID of the updated participant.

Example

See also