Click or drag to resize

User Events

The User type exposes the following members.

Events
  NameDescription
Public eventAllRegistrationsFailed
Occurs when all registrations have failed
Public eventAllRegistrationsSuccessful
Occurs when registrations to all call servers have been established.
Public eventConfigurationGroupIdReceived
Occurs when provided PPMConfigGroupId does not match the value configured on server and the application should restart sign in process with the configuration group id received from server.
Public eventConfigurationReloadRequested
Occurs when a server is requesting reload of the configuration profile.
Public eventExternalAppRegistered
An external application has registered to the external app interface in order to monitor, place and/or control calls on this user's behalf.
Public eventExternalAppUnregistered
A previously registered external application has unregistered from the external app interface.
Public eventRebootRequested
Occurs when a server is requesting reboot.
Public eventRegistrationFailed
Occurs when a registration attempt has failed. If RegistrationError is Redirected, the next registration/unregistration events (for example RegistrationSuccessful or RegistrationFailed) will be received with a new SignalingServer that will be different from the initially configured one.
Public eventRegistrationInProgress
Occurs when a registration attempt is started.
Public eventRegistrationResponsePayloadReceived
Occurs when the registration response payload is received from server after registration.
Public eventRegistrationSuccessful
Occurs when a registration attempt to a call server has succeeded.
Public eventResourceDiscovered
Occurs when a resource of interest to the client application is discovered during registration or resource discovery. The client application should register an event handler on this event prior to starting the user.
Public eventSignalingServerGroupReceived
Occurs when a registration response has alternate call server list signaling server group received in this event should be persisted by client application and include them in subsequent registrations
Public eventUnregistrationComplete
Occurs when the user has been completely unregistered.
Public eventUnregistrationFailed
Occurs when an unregistration attempt has failed.
Public eventUnregistrationInProgress
Occurs when an unregistration attempt is started.
Public eventUnregistrationSuccessful
Occurs when the user has been successfully unregistered.
Top
See Also