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. The current state is tracked via build status; see toggleIncomingVideo for the parallel video method, also not yet implemented.
Promise<void> — once implemented, resolves after the server has acknowledged the state change.
Throws unconditionally — implementation pending.
toggleIncomingVideo — the parallel video toggle.