Skip to main content
updateWaitingParticipants(updates) Use this instead of looping over updateWaitingParticipant().

Parameters

{ [id: string]: DailyWaitingParticipantUpdateOptions }
required
An object whose keys are waiting participant session IDs and whose values are update options. Accepts the special key '*' to apply updates to all waiting participants not otherwise explicitly specified.

Return value

Returns Promise<{ ids: string[] }> — resolves with an array of the updated participants’ IDs.

Examples

See also