Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Application

The root object in the object model.

One instance of Application creates one UCWA endpoint that can sign in with its own credentials. The constructor is not a singleton as it is possible to create several UCWA endpoints in one web app and make them chat with each other via the UCWA protocol.

Hierarchy

  • Application

Index

Properties

collectOII

collectOII: Property<boolean>

Allows to collect OII (organizational identifiable information) such as FQDNs. OII doesn't include PII, which is the user's SIP address, email or other data linkable to an individual user.

Enabled by default.

conversationsManager

conversationsManager: ConversationsManager

devicesManager

devicesManager: DevicesManager

personsAndGroupsManager

personsAndGroupsManager: PersonsAndGroupsManager

signInManager

signInManager: SignInManager