Home > sip.js > UserAgentCoreConfiguration
User Agent Core configuration.
Signature:
export interface UserAgentCoreConfiguration | Property | Type | Description |
|---|---|---|
| aor | URI |
Address-of-Record (AOR). |
| contact | Contact |
Contact. |
| displayName | string |
From header display name. |
| hackViaTcp | boolean |
Force Via header field transport to TCP. |
| loggerFactory | LoggerFactory |
Logger factory. |
| routeSet | Array<string> |
Preloaded route set. |
| sipjsId | string |
Unique instance id. |
| supportedOptionTags | Array<string> |
Option tags of supported SIP extensions. |
| supportedOptionTagsResponse | Array<string> |
Option tags of supported SIP extensions. Used in responses. |
| userAgentHeaderFieldValue | string | undefined |
User-Agent header field value. |
| viaForceRport | boolean |
Force use of "rport" Via header field parameter. |
| viaHost | string |
Via header field host name or network address. |
| Method | Description |
|---|---|
| authenticationFactory() | DEPRECATED Authentication factory function. |
| transportAccessor() | DEPRECATED: This is a hack to get around Transport requiring the UA to start for construction. |