<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [sip.js](./sip.js.md) &gt; [Dialog](./sip.js.dialog.md) &gt; [routeSet](./sip.js.dialog.routeset.md)

## Dialog.routeSet property

Route set, which is an ordered list of URIs. The route set is the list of servers that need to be traversed to send a request to the peer.

<b>Signature:</b>

```typescript
readonly routeSet: Array<string>;
```
