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

change: update twilio-video.js to 2.29.0 and @twilio/video-processors to 3.0.0-beta.1 #856

Merged
merged 4 commits into from
Jan 10, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 0.10.6

### Changes

-`@twilio/video-processors` has been upgraded to 3.0.0-beta.1. This release fixes a bug where enabling virtual or blur background sometimes degraded local video, especially on low-powered Intel graphics cards.
- `twilio-video` has been upgraded to 2.29.1.

## 0.10.5

### Dependency Upgrade
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ This application demonstrates a multi-party video application built with [Twilio

You must have the following installed:

- [Node.js v14+](https://nodejs.org/en/download/)
- NPM v6+ (comes installed with newer Node versions)
- [Node.js v16+](https://nodejs.org/en/download/)
- NPM v8+ (comes installed with newer Node versions)

You can check which versions of Node.js and NPM you currently have installed with the following commands:

Expand Down
Loading