User Events |
The User type exposes the following members.
Name | Description | |
---|---|---|
![]() | AllRegistrationsFailed |
Occurs when all registrations have failed
|
![]() | AllRegistrationsSuccessful |
Occurs when registrations to all call servers have been established.
|
![]() | ConfigurationGroupIdReceived |
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.
|
![]() | ConfigurationReloadRequested |
Occurs when a server is requesting reload of the configuration profile.
|
![]() | ExternalAppRegistered |
An external application has registered to the external app interface
in order to monitor, place and/or control calls on this user's
behalf.
|
![]() | ExternalAppUnregistered |
A previously registered external application has unregistered from
the external app interface.
|
![]() | RebootRequested |
Occurs when a server is requesting reboot.
|
![]() | RegistrationFailed |
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.
|
![]() | RegistrationInProgress |
Occurs when a registration attempt is started.
|
![]() | RegistrationResponsePayloadReceived |
Occurs when the registration response payload is received from server after registration.
|
![]() | RegistrationSuccessful |
Occurs when a registration attempt to a call server has succeeded.
|
![]() | ResourceDiscovered |
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.
|
![]() | SignalingServerGroupReceived |
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
|
![]() | UnregistrationComplete |
Occurs when the user has been completely unregistered.
|
![]() | UnregistrationFailed |
Occurs when an unregistration attempt has failed.
|
![]() | UnregistrationInProgress |
Occurs when an unregistration attempt is started.
|
![]() | UnregistrationSuccessful |
Occurs when the user has been successfully unregistered.
|