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

# toggleLowbitrate

> Toggles low-bitrate mode for the local participant's outbound media.

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

## **Returns**

`Promise<void>`

## **Inherited from**

[`Participant`](/docs/browser-sdk/v4/reference/participant).[`toggleLowbitrate`](/docs/browser-sdk/v4/reference/participant#togglelowbitrate)

## **Examples**

```ts
await selfParticipant.toggleLowbitrate();
```