From Bright Pattern Documentation
< 3.13:Desktop-integration-api-net-version-tutorial
Revision as of 22:52, 26 August 2016 by Sasha (talk | contribs) (Created new topic from branched topic Documentation:ServicePattern:desktop-integration-api-net-version-tutorial:Notifications:3.12)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
• 3.10 • 3.11 • 3.12 • 3.13 • 3.14 • 3.15 • 3.16 • 3.17 • 3.18

Notifications

The following events in AgentPlace are be raised when the corresponding conditions are detected in the logged user’s Agent Desktop environment. Your application may use these events to alert the users.


When user's soft phone status changes:

public event SoftphoneStatusCallback softphoneStatusCallback;


When input or output audio device is changes:

public event AudioDeviceChangedCallback audioDeviceChangedCallback;


When user's phone capabilities change:

public event PhoneCapabilitiesChangedCallback phoneCapabilitiesChangedCallback;


When the audio quality problem is detected for the current call:

public event CallAudioQualityAlertCallback callAudioQualityAlertCallback;


When an error occurs:

public event ErrorCallback errorCallback;


< Previous >]]
< Previous