sip.js.outgoingrequestmessageoptions.md
September 26, 2022 ยท View on GitHub
Home > sip.js > OutgoingRequestMessageOptions
OutgoingRequestMessageOptions interface
Outgoing request message options.
Signature:
export interface OutgoingRequestMessageOptions
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| callId | string | ||
| callIdPrefix | string | ||
| cseq | number | ||
| forceRport | boolean | ||
| fromDisplayName | string | ||
| fromTag | string | ||
| hackViaTcp | boolean | ||
| optionTags | Array<string> | ||
| routeSet | Array<string> | ||
| toDisplayName | string | ||
| toTag | string | ||
| userAgentString | string | ||
| viaHost | string |