<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [sip.js](./sip.js.md) &gt; [ClientTransactionUser](./sip.js.clienttransactionuser.md) &gt; [onRequestTimeout](./sip.js.clienttransactionuser.onrequesttimeout.md)

## ClientTransactionUser.onRequestTimeout property

Callback for request timeout error.

When a timeout error is received from the transaction layer, it MUST be treated as if a 408 (Request Timeout) status code has been received. https://tools.ietf.org/html/rfc3261\#section-8.1.3.1 TU MUST be informed of a timeout. https://tools.ietf.org/html/rfc3261\#section-17.1.2.2

<b>Signature:</b>

```typescript
onRequestTimeout?: () => void;
```
