Skip to content

Conversation

@arun3528
Copy link
Collaborator

COMPLETES #< INSERT LINK TO ISSUE >

This pull request addresses

< DESCRIBE THE CONTEXT OF THE ISSUE >

by making the following changes

< DESCRIBE YOUR CHANGES >

Change Type

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation update
  • Tooling change
  • Internal code refactor

The following scenarios were tested

< ENUMERATE TESTS PERFORMED, WHETHER MANUAL OR AUTOMATED >

The GAI Coding Policy And Copyright Annotation Best Practices

  • GAI was not used (or, no additional notation is required)
  • Code was generated entirely by GAI
  • GAI was used to create a draft that was subsequently customized or modified
  • Coder created a draft manually that was non-substantively modified by GAI (e.g., refactoring was performed by GAI on manually written code)
  • Tool used for AI assistance (GitHub Copilot / Other - specify)
    • Github Copilot
    • Other - Please Specify
  • This PR is related to
    • Feature
    • Defect fix
    • Tech Debt
    • Automation

I certified that

  • I have read and followed contributing guidelines
  • I discussed changes with code owners prior to submitting this pull request
  • I have not skipped any automated checks
  • All existing and new tests passed
  • I have updated the documentation accordingly

Make sure to have followed the contributing guidelines before submitting.

adhmenon and others added 8 commits May 21, 2025 19:53
Co-authored-by: robstax <[email protected]>
Co-authored-by: rstachof <[email protected]>
Co-authored-by: Coread <[email protected]>
Co-authored-by: László Vadász <[email protected]>
Co-authored-by: chrisadubois <[email protected]>
Co-authored-by: Kesava Krishnan Madavan <[email protected]>
Co-authored-by: Kacper Waśniowski <[email protected]>
Co-authored-by: Edmond Vujići <[email protected]>
Co-authored-by: Sreekanth Narayanan <[email protected]>
Co-authored-by: Peter Cole <[email protected]>
Co-authored-by: rsarika <[email protected]>
Co-authored-by: akulakum <[email protected]>
Co-authored-by: Kesari3008 <[email protected]>
Co-authored-by: Bharath Balan <[email protected]>
Co-authored-by: Marcin <[email protected]>
Co-authored-by: Bryce Tham <[email protected]>
Co-authored-by: shivani1211 <[email protected]>
Co-authored-by: mickelr <[email protected]>
Co-authored-by: Priya <[email protected]>
Co-authored-by: robstax <[email protected]>
Co-authored-by: rstachof <[email protected]>
Co-authored-by: Coread <[email protected]>
Co-authored-by: László Vadász <[email protected]>
Co-authored-by: chrisadubois <[email protected]>
Co-authored-by: Kesava Krishnan Madavan <[email protected]>
Co-authored-by: Kacper Waśniowski <[email protected]>
Co-authored-by: Edmond Vujići <[email protected]>
Co-authored-by: Sreekanth Narayanan <[email protected]>
Co-authored-by: Peter Cole <[email protected]>
Co-authored-by: rsarika <[email protected]>
Co-authored-by: akulakum <[email protected]>
Co-authored-by: Kesari3008 <[email protected]>
Co-authored-by: Bharath Balan <[email protected]>
Co-authored-by: Marcin <[email protected]>
Co-authored-by: Bryce Tham <[email protected]>
Co-authored-by: shivani1211 <[email protected]>
Co-authored-by: mickelr <[email protected]>
Co-authored-by: robstax <[email protected]>
Co-authored-by: rstachof <[email protected]>
Co-authored-by: Coread <[email protected]>
Co-authored-by: László Vadász <[email protected]>
Co-authored-by: chrisadubois <[email protected]>
Co-authored-by: Kesava Krishnan Madavan <[email protected]>
Co-authored-by: Kacper Waśniowski <[email protected]>
Co-authored-by: Edmond Vujići <[email protected]>
Co-authored-by: Sreekanth Narayanan <[email protected]>
Co-authored-by: Peter Cole <[email protected]>
Co-authored-by: rsarika <[email protected]>
Co-authored-by: akulakum <[email protected]>
Co-authored-by: Kesari3008 <[email protected]>
Co-authored-by: Bharath Balan <[email protected]>
Co-authored-by: Marcin <[email protected]>
Co-authored-by: Bryce Tham <[email protected]>
Co-authored-by: shivani1211 <[email protected]>
Co-authored-by: mickelr <[email protected]>
Co-authored-by: Jordan Rowan <[email protected]>
Co-authored-by: Anna Tsukanova <[email protected]>
Co-authored-by: John Soter <[email protected]>
Co-authored-by: jsoter <[email protected]>
Co-authored-by: Arun Ganeshan <[email protected]>
Co-authored-by: Rajesh Kumar <[email protected]>
Co-authored-by: Shreyas Sharma <[email protected]>
Co-authored-by: Stan Wang <[email protected]>
Co-authored-by: Stan Wang <[email protected]>
Co-authored-by: honghli <[email protected]>
Co-authored-by: JudyZhu <[email protected]>
Co-authored-by: jiwang7 <[email protected]>
# Conflicts:
#	docs/samples/contact-center/app.js
#	docs/samples/contact-center/index.html
#	package.json
#	packages/@webex/contact-center/README.md
#	packages/@webex/contact-center/babel.config.js
#	packages/@webex/contact-center/package.json
#	packages/@webex/contact-center/src/cc.ts
#	packages/@webex/contact-center/src/constants.ts
#	packages/@webex/contact-center/src/index.ts
#	packages/@webex/contact-center/src/logger-proxy.ts
#	packages/@webex/contact-center/src/metrics/behavioral-events.ts
#	packages/@webex/contact-center/src/metrics/constants.ts
#	packages/@webex/contact-center/src/services/config/constants.ts
#	packages/@webex/contact-center/src/services/config/index.ts
#	packages/@webex/contact-center/src/services/config/types.ts
#	packages/@webex/contact-center/src/services/core/GlobalTypes.ts
#	packages/@webex/contact-center/src/services/core/Utils.ts
#	packages/@webex/contact-center/src/services/core/aqm-reqs.ts
#	packages/@webex/contact-center/src/services/core/websocket/WebSocketManager.ts
#	packages/@webex/contact-center/src/services/task/TaskManager.ts
#	packages/@webex/contact-center/src/services/task/constants.ts
#	packages/@webex/contact-center/src/services/task/index.ts
#	packages/@webex/contact-center/src/services/task/types.ts
#	packages/@webex/contact-center/src/types.ts
#	packages/@webex/contact-center/test/unit/spec/cc.ts
#	packages/@webex/contact-center/test/unit/spec/services/config/index.ts
#	packages/@webex/contact-center/test/unit/spec/services/core/Utils.ts
#	packages/@webex/contact-center/test/unit/spec/services/task/TaskManager.ts
#	packages/@webex/contact-center/test/unit/spec/services/task/index.ts
#	packages/@webex/contact-center/typedoc.md
#	packages/@webex/internal-plugin-metrics/package.json
#	packages/@webex/internal-plugin-metrics/src/call-diagnostic/call-diagnostic-metrics.ts
#	packages/@webex/internal-plugin-metrics/src/new-metrics.ts
#	packages/@webex/internal-plugin-metrics/test/unit/spec/call-diagnostic/call-diagnostic-metrics.ts
#	packages/@webex/internal-plugin-metrics/test/unit/spec/new-metrics.ts
#	packages/@webex/internal-plugin-voicea/src/constants.ts
#	packages/@webex/internal-plugin-voicea/src/voicea.ts
#	packages/@webex/internal-plugin-voicea/test/unit/spec/voicea.js
#	packages/@webex/media-helpers/package.json
#	packages/@webex/plugin-meetings/package.json
#	packages/@webex/plugin-meetings/src/config.ts
#	packages/@webex/plugin-meetings/src/constants.ts
#	packages/@webex/plugin-meetings/src/locus-info/index.ts
#	packages/@webex/plugin-meetings/src/media/index.ts
#	packages/@webex/plugin-meetings/src/media/properties.ts
#	packages/@webex/plugin-meetings/src/meeting/in-meeting-actions.ts
#	packages/@webex/plugin-meetings/src/meeting/index.ts
#	packages/@webex/plugin-meetings/src/meetings/index.ts
#	packages/@webex/plugin-meetings/src/member/index.ts
#	packages/@webex/plugin-meetings/src/member/util.ts
#	packages/@webex/plugin-meetings/src/members/index.ts
#	packages/@webex/plugin-meetings/src/members/request.ts
#	packages/@webex/plugin-meetings/src/members/util.ts
#	packages/@webex/plugin-meetings/src/reachability/index.ts
#	packages/@webex/plugin-meetings/test/unit/spec/locus-info/index.js
#	packages/@webex/plugin-meetings/test/unit/spec/media/index.ts
#	packages/@webex/plugin-meetings/test/unit/spec/meeting/brbState.ts
#	packages/@webex/plugin-meetings/test/unit/spec/meeting/in-meeting-actions.ts
#	packages/@webex/plugin-meetings/test/unit/spec/meeting/index.js
#	packages/@webex/plugin-meetings/test/unit/spec/meetings/index.js
#	packages/@webex/plugin-meetings/test/unit/spec/members/index.js
#	packages/@webex/plugin-meetings/test/unit/spec/members/request.js
#	packages/@webex/plugin-meetings/test/unit/spec/members/utils.js
#	packages/@webex/plugin-meetings/test/unit/spec/reachability/index.ts
#	packages/calling/package.json
#	yarn.lock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants