forked from webex/webex-js-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(plugin-cc): set agent status implementation (webex#3970)
Co-authored-by: Priya <[email protected]> Co-authored-by: parv_gour <parv_gour@PAGOUR-M-D8B2> Co-authored-by: pagour98 <[email protected]> Co-authored-by: arungane <[email protected]> Co-authored-by: Bharath Balan <[email protected]> Co-authored-by: Adhwaith Menon <[email protected]> Co-authored-by: adhmenon <[email protected]> Co-authored-by: Rajesh Kumar <[email protected]>
- Loading branch information
1 parent
b70f7bd
commit 19db600
Showing
12 changed files
with
239 additions
and
20 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,7 @@ | ||
// making query params configurable for List Teams and List Aux Codes API | ||
export const DEFAULT_PAGE = 0; | ||
export const DEFAULT_PAGE_SIZE = 10; | ||
export const DEFAULT_ATTRIBUTES = ['id', 'name']; | ||
export const AGENT_STATE_AVAILABLE_ID = '0'; | ||
export const AGENT_STATE_AVAILABLE = 'Available'; | ||
export const AGENT_STATE_AVAILABLE_DESCRIPTION = 'Agent is available to receive calls'; | ||
export const DEFAULT_ATTRIBUTES = []; |
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
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.