Skip to main content
updateParticipant(sessionId, updates) Modifies a participant, either by sending a message to change their state, or by changing how you see them locally. Returns this for chaining.

Parameters

sessionId
string
required
The participant’s session_id, or 'local' for the local participant.
updates
DailyParticipantUpdateOptions
required
An object describing what to update. All fields are optional.

Return value

Returns this (the DailyCall instance) for chaining.

See also