From Bright Pattern Documentation
Jump to: navigation, search
• 5.19 • 5.2 • 5.3 • 5.8

Notifications

The following events in AgentPlace are 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 the user's softphone status changes:

public event SoftphoneStatusCallback softphoneStatusCallback;


When the input or output audio device is changes:

public event AudioDeviceChangedCallback audioDeviceChangedCallback;


When the 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