toggleIncomingAudio

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

Toggles whether the local peer receives incoming audio from the call. When disabled, the local participant continues to send audio (if not muted) but discards the remote audio stream.

Not yet implemented in v4. This method is on the API surface and will throw when called. See toggleIncomingVideo for the parallel video method, also not yet implemented.

Returns

Promise<void> — once implemented, resolves after the server has acknowledged the state change.

Throws

Throws unconditionally — implementation pending.

See