Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 765 Bytes

sip.js.messageroptions.md

File metadata and controls

21 lines (13 loc) · 765 Bytes

Home > sip.js > MessagerOptions

MessagerOptions interface

Options for Messager constructor.

Signature:

export interface MessagerOptions 

Properties

Property Modifiers 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; }