toggleDeaf

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

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

Returns

Promise<void>

Examples

await participant.toggleDeaf();

See