Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 2.44 KB

File metadata and controls

38 lines (28 loc) · 2.44 KB

Home > sip.js > UserAgentCoreConfiguration

UserAgentCoreConfiguration interface

User Agent Core configuration.

Signature:

export interface UserAgentCoreConfiguration 

Properties

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.

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.