Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.94 KB

File metadata and controls

28 lines (20 loc) · 1.94 KB

Home > sip.js > RegistererOptions

RegistererOptions interface

Options for Registerer constructor.

Signature:

export interface RegistererOptions 

Properties

Property Type Description
expires number Registration expiration time in seconds.
extraContactHeaderParams Array<string> Array of extra Contact header parameters.
extraHeaders Array<string> Array of extra headers added to the REGISTER.
instanceId string UUID to provide with "+sip.instance" Contact parameter.
logConfiguration boolean If true, constructor logs the registerer configuration.
params {
fromDisplayName?: string;
fromTag?: string;
fromUri?: URI;
toDisplayName?: string;
toUri?: URI;
}
refreshFrequency number Determines when a re-REGISTER request is sent. The value should be specified as a percentage of the expiration time (between 50 and 99).
regId number Value to provide with "reg-id" Contact parameter.
registrar URI The URI of the registrar to send the REGISTER requests.