Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 921 Bytes

sip.js.messageroptions.md

File metadata and controls

21 lines (13 loc) · 921 Bytes

Home > sip.js > MessagerOptions

MessagerOptions interface

Options for Messager constructor.

Signature:

export interface MessagerOptions 

Properties

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