Home > sip.js > OutgoingRequestMessageOptions
Outgoing request message options.
Signature:
export interface OutgoingRequestMessageOptions
Property | 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 |