forked from dremin/twilio-voice.js
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Upgrade to 2.10.0 #4
Merged
Merged
Conversation
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
…twilio#122) * VBLOCKS-1155 Making sure publisher host is inited if home region is available * Changelog and tests
* feat: option for event registration; send option over vsp invite * Update peerconnection.js * [VBLOCKS-505] feat: sdk eventing; listener and event (twilio#112) * feat: sdk eventing; listener and event * fix: rename registerFor * chore: unit tests * feat: send message api (twilio#114) * feat: send message api * feat: address feedback * fix: add callsid check * fix: remove call status check * VBLOCKS-981 VBLOCKS-1093 | Updating eventing API per latest specs (twilio#116) * VBLOCKS-981 VBLOCKS-1093 | Updating eventing API per latest specs * Adding note about the key * VBLOCKS-1095 | Updating API docs * Adding docs * Addressed feedback * [VBLOCKS-1127] Consume new SDK eventing errors (twilio#120) * chore: update voice-error dependency * fix: update voice-errors dep and generate new error classes * Adding changelog draft (twilio#123) * Adding changelog draft * Adding Kumkum's suggestion. * Syncing lock file version * 2.2.0-rc1 * 2.2.0-dev * Adding placeholder links to public docs * VBLOCKS-1218 Adding 31209 error for max payload size limit (twilio#125) * Updating gitignore for test webpack * Fixing release pipeline: removing unused webpack test * 2.2.0-rc2 * 2.2.0-dev * Prep for release (twilio#128) * Using latest errors * Using latest errors * Updating docs * Update changelog * Update changelog Co-authored-by: Michael Huynh <mhuynh@twilio.com> Co-authored-by: Michael Huynh <12516091+mhuynh5757@users.noreply.github.com> Co-authored-by: twilio-vblocks-ci <svc.vblocks-ci@twilio.com>
* Update gitignore * VBLOCKS-1086 Use voice-js DNS names directly (twilio#119) * VBLOCKS-1086 Use voice-js DNS names directly * Update CSP policies * Adding changelog * Updating tests * Updating lockfile * 2.3.0-rc1 * 2.3.0-dev * Prep for release. Adding release date. Co-authored-by: twilio-vblocks-ci <svc.vblocks-ci@twilio.com>
…ted (twilio#134) * fix(incoming-sound): stop incoming sound when the call gets disconnected * test(incoming-sound): add a unit test to cover the fixed bug * test: cover missing incoming sound unit tests --------- Co-authored-by: Kamal Bennani <kamal.bennani@aircall.io>
* GH95 | error is not returned when mic access is blocked * PR Review
* [VBLOCKS-2054] Missing generated errors (twilio#192) * feat: add errors and unit tests to check for missing errors * docs: changelog entry * fix: call hangup handler * docs: update changelog * feat: add error feature flag and handling * chore: unit tests * chore: update voice errors version * feat: add new errors to generation scripts * chore: commit generated errors * fix: add error codes to feature flag set * docs: update changelog entry * docs: update docstring for option * docs: less enthusiasm * fix: rename variables and functions * fix: rename test case * chore: bump versions (twilio#206) * 2.8.0-rc1 * 2.8.0-dev --------- Co-authored-by: Michael Huynh <12516091+mhuynh5757@users.noreply.github.com> Co-authored-by: twilio-vblocks-ci <svc.vblocks-ci@twilio.com>
* VBLOCKS-2030 | API stubs and error checking (twilio#202) * AudioProcessor interface * Adding add and remove api * lint * Address PR reviews * Update audiohelper.ts * VBLOCKS-2180 | AudioProcessor implementation (twilio#207) * AudioProcessor interface * Adding add and remove api * lint * Making sure newStream is saved * moving gUM call into one source * progress * progress: reviewing diffs * Rename to be more specific * stop stream * Processed stream default * progress * Progress * working version * Removing unnecessary firefox check * Restart streams on selected * restart default stream * logs * VBLOCKS-2032 | AudioProcessor insights and reusing AudioHelper (twilio#213) * Build checks fix (twilio#214) * lint * Temporary disabling unit tests * 2.9.0-rc1 * 2.9.0-dev * VBLOCKS-2031 VBLOCKS-2412 | Tests and Promise return type (twilio#216) * RC Prep: sync lock file version * 2.9.0-rc2 * 2.9.0-dev --------- Co-authored-by: twilio-vblocks-ci <svc.vblocks-ci@twilio.com>
VBLOCKS-2033 | AudioProcessor docs
* VBLOCKS-1850 Add and improve debug logs * Lint and tests * Changelog
* VBLOCKS-1559 Fix InvalidState error after updating token * Update tests/unit/device.ts Co-authored-by: Michael Huynh <12516091+mhuynh5757@users.noreply.github.com> --------- Co-authored-by: Michael Huynh <12516091+mhuynh5757@users.noreply.github.com>
* VBLOCKS-1850 Add and improve debug logs (twilio#221) * VBLOCKS-1850 Add and improve debug logs * Lint and tests * Changelog * VBLOCKS-1559 Fix InvalidState error after updating token * VBLOCKS-2473 fix logLevel param to accept strings * Update docs
twilio#227) * VBLOCKS-1850 Add and improve debug logs (twilio#221) * VBLOCKS-1850 Add and improve debug logs * Lint and tests * Changelog * VBLOCKS-1559 Fix InvalidState error after updating token * VBLOCKS-2473 fix logLevel param to accept strings * VBLOCKS-2461 fix call.mute() to also work during ringing or connecting
rgkeith3
approved these changes
Jan 17, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Contributing to Twilio
Pull Request Details
JIRA link(s):
Description
A description of what this PR does.
Burndown
Before review
npm test
Before merge