updateWaitingParticipants(updates)
Use this instead of looping over updateWaitingParticipant().
Parameters
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
ReturnsPromise<{ ids: string[] }> — resolves with an array of the updated participants’ IDs.