Home > sip.js > RegistererOptions
Options for Registerer constructor.
Signature:
export interface RegistererOptions | Property | Modifiers | 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. |