sip.js.useragentcoreconfiguration.md
September 26, 2022 ยท View on GitHub
Home > sip.js > UserAgentCoreConfiguration
UserAgentCoreConfiguration interface
User Agent Core configuration.
Signature:
export interface UserAgentCoreConfiguration
Properties
| Property | Modifiers | 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. |
Methods
| Method | Description |
|---|---|
| authenticationFactory() | DEPRECATED Authentication factory function. |
| transportAccessor() | DEPRECATED: This is a hack to get around Transport requiring the UA to start for construction. |