Home > sip.js > MessagerOptions
Options for Messager constructor.
Signature:
export interface MessagerOptions
Property | Type | Description |
---|---|---|
extraHeaders | Array<string> |
Array of extra headers added to the MESSAGE. |
params | { fromDisplayName?: string; fromTag?: string; fromUri?: string | URI; toDisplayName?: string; toUri?: string | URI; } |