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

# toggleLowbitrate

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

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

## **Returns**

`Promise<void>`

## **Examples**

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