updateParticipants(updates)
Modifies multiple participants at once. Internally loops over the keys of updates and calls updateParticipant() for each. Use this instead of calling updateParticipant() in a loop — changes are batched together, making updates faster.
Parameters
An object whose keys are participant session IDs and whose values are the update options for each participant. See
updateParticipant() for all available actions.Use '*' as a key to apply the same update to all current participants at once.Return value
Returnsthis (the DailyCall instance) for chaining.