<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [sip.js](./sip.js.md) &gt; [Transport](./sip.js.transport.md) &gt; [state](./sip.js.transport.state.md)

## Transport.state property

Transport state.

<b>Signature:</b>

```typescript
readonly state: TransportState;
```

## Remarks

The initial Transport state MUST be "disconnected" (after calling constructor).

