-
Notifications
You must be signed in to change notification settings - Fork 318
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Task templates APIs support and other improvements. (#573)
* [VoiceId] Invoke a callback when sufficient audio has been collected * [N+ Conferencing] Unlock N+ features for deskphone agents * updated documentation for view contact * rebasing Streams/mainline * add addNamespaceToLogs utility function * Backoff reloads on 401s. Introduce new events relating to the authorize api * fixing iframe metrics * [LongPoll Deprecation] introduce the longPollingOptions object into initSharedWorker's params and the shared worker's ClientEngine class props * pass addNamespaceToLogs param on connect.EventType.CONFIGURE, remove from connect.agentApp.initApp * adding try-catch around err.stack.split * updated to keep array type in all cases * fixed the order of type checks * Emit number of ccp browser tabs metric on tab event * [Task Templates] Streams update * fix agent.setConfiguration's bug that doesn't support a parameter at agentPreferences.LANGUAGE * refactor unit tests * remove setSoftphoneUserMediaStream call from SoftphoneManager to prevent one way audio issue * Fix console error from emitting tab count metric * document shouldAddNamespaceToLogs initCCP param * document scenarios where onViewContact callback is invoked * add note about how onAccepted doesn't fire for auto-accepted contacts * address git comments * Enable styling to be set from initCCP params * Code cleaning
- Loading branch information
Showing
27 changed files
with
2,069 additions
and
805 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.