twilio-video-app-react
twilio-video-app-react copied to clipboard
A collaboration application built with the twilio-video.js SDK and React.js
**Question** I'm tryin to use WebAudioAPIs to add my custom audio processor, (for now it just outputs the input value, I'll need it later to perform some Audio Analysis, not...
**Question** Hi, I just wanted to note that I had this error appear when I ran the server locally : I found out it was caused by the req.body that...
**Question** When trying to get audio sharing to work with screen sharing, I found only one way to currently implement this. `navigator.mediaDevices.getDisplayMedia({audio: true, video: true})` Any guidance towards a solution...
**Describe the bug** A clear and concise description of what the bug is. > npm start has an error and does not build the server. I receive this error: Error:...
Bumps [webpack](https://github.com/webpack/webpack) from 5.74.0 to 5.76.0. Release notes Sourced from webpack's releases. v5.76.0 Bugfixes Avoid cross-realm object access by @Jack-Works in webpack/webpack#16500 Improve hash performance via conditional initialization by @lvivski...
Bumps [@sideway/formula](https://github.com/sideway/formula) from 3.0.0 to 3.0.1. Commits 5b44c1b 3.0.1 9fbc20a chore: better number regex 41ae98e Cleanup c59f35e Move to Sideway See full diff in compare view Maintainer changes This version...
Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1. Commits 2449650 Update mocha 560b2d8 Don't use regex to trim whitespace b1bdb92 Remove linting package zoo c20dc7e Cache 308 See full diff in compare...
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) to 2.6.7 and updates ancestor dependency [isomorphic-fetch](https://github.com/matthew-andrews/isomorphic-fetch). These dependencies need to be updated together. Updates `node-fetch` from 1.7.3 to 2.6.7 Release notes Sourced from node-fetch's releases. v2.6.7 Security...
Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project. #### Changes included in this PR - Changes to the following...
**Question** Hello Twilio team! Are there any plans to update this repo with the latest twilio-video release? It looks like there's some useful bug fixes and support for virtual backgrounds...