> For a complete index of all SignalWire documentation pages, fetch https://signalwire.com/docs/llms.txt

# toggleIncomingVideo

> Toggles whether incoming video is received.

```ts
toggleIncomingVideo(): Promise<void>
```

Toggles whether the local peer receives incoming video from the call. When disabled, the remote video stream is discarded; the local participant continues to send video (if not muted).

**Not yet implemented in v4.** This method is on the API surface and will throw when called.

## **Returns**

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

## **Throws**

Throws unconditionally — implementation pending.

## **See**

* [`toggleIncomingAudio`](/docs/browser-sdk/v4/reference/webrtc-call/toggle-incoming-audio) — the parallel audio toggle.