Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(call): update method to send digit in call and readme #3093

Merged
merged 4 commits into from
Sep 19, 2023

Conversation

sreenara
Copy link
Contributor

COMPLETES # NA. Adhoc Change.

This pull request addresses

  1. Tests the new publish flow in deploy.yml
  2. Fixes the incomplete Readme file and changes the sendDTMF method from the call object.

by making the following changes

  1. Changes in the readme file to reflect new Github Wiki pages.
  2. Changed the method name in the call object

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 where tested

< ENUMERATE TESTS PERFORMED, WHETHER MANUAL OR AUTOMATED >

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.

@sreenara sreenara added the validated If the pull request is validated for automation. label Sep 18, 2023
@sreenara sreenara requested a review from a team as a code owner September 18, 2023 17:05
@@ -46,7 +46,7 @@
"test:integration": "webex-legacy-tools test --integration --runner mocha",
"test:style": "eslint ./src/**/*.*",
"test:unit": "webex-legacy-tools test --unit --runner jest",
"deploy:npm": "yarn npm publish"
"deploy:npm": "echo yarn npm publish"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Adding echo here as we are not publishing webex object on next branch to npm yet. Will do this in a future PR. This PR is to test that the pipeline publishes the calling package correctly.

"test:style": "eslint ./src/**/*.*",
"test:unit": "webex-legacy-tools test --unit --runner jest",
"deploy:npm": "yarn npm publish"
"test:style:todo": "eslint ./src/**/*.*",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Adding todos here as these need to be fixed as part of a different PR before release

@sreenara sreenara merged commit 094e854 into webex:next Sep 19, 2023
8 of 11 checks passed
@sreenara sreenara deleted the update-calling-readme branch September 19, 2023 06:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
validated If the pull request is validated for automation.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant