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

# iceDisconnectedGracePeriod

> Grace period before treating ICE 'disconnected' as failure, in seconds.

```ts
get iceDisconnectedGracePeriod(): number
set iceDisconnectedGracePeriod(seconds): void
```

Grace period before treating ICE 'disconnected' as failure, in seconds.

## **Parameters**

Grace period (in seconds) before treating an ICE disconnect as fatal.

## **Examples**

```ts
console.log(client.preferences.iceDisconnectedGracePeriod);
```