From Bright Pattern Documentation
imported>Tracy |
(Updated via BpDeleteTranslateTags script) |
||
Line 1: | Line 1: | ||
− | + | = 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. | 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. | ||
Line 31: | Line 31: | ||
<center>[[desktop-integration-api-net-version-tutorial/Favorites|< Previous]] >]]</center> | <center>[[desktop-integration-api-net-version-tutorial/Favorites|< Previous]] >]]</center> | ||
− |
Latest revision as of 04:13, 29 May 2024
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;