toggleDeaf

View as MarkdownOpen in Claude
toggleDeaf(): Promise<void>

Toggles the deafened state (mutes/unmutes incoming audio).

Returns

Promise<void>

Inherited from

Participant.toggleDeaf

Examples

await selfParticipant.toggleDeaf();