twilio-video-app-react
twilio-video-app-react copied to clipboard
A collaboration application built with the twilio-video.js SDK and React.js
**Contributing to Twilio** > All third party contributors acknowledge that any contributions they provide will be made under the same open source license that the open source project is provided...
**To Reproduce** Steps to reproduce the behavior: 1. Connect with one device to the room. 2. Connect with mobile device to the room. 3. Disable mobile data & wifi on...
Bumps [jose](https://github.com/panva/jose) from 2.0.5 to 2.0.6. Release notes Sourced from jose's releases. v2.0.6 Fixes limit default PBES2 alg's computational expense (c1512be) Changelog Sourced from jose's changelog. 2.0.6 (2022-09-01) Bug Fixes...
Hello. We are having an issue with Android phone camera losing its original rendered aspect ratio. The video keeps downscaling and is getting different aspect ratios. The original video is...
code from Twilio React sample app ``` export default function EndCallButton(props: { className?: string }) { // room coming through props const classes = useStyles(); const vRoom = useRoomState(); const...
### Discussed in https://github.com/twilio/twilio-video-app-react/discussions/748 Originally posted by **deepakdumraliya** September 8, 2022 Hello, I am getting the following error Invalid Access Token issuer/subject Error Code: 20103 I have created a custom...
**Contributing to Twilio** > All third party contributors acknowledge that any contributions they provide will be made under the same open source license that the open source project is provided...
**Describe the bug** On Firefox, with Dominant Speaker = standard, 3 people in the room, when I listen to two remote participants talking at the same time, the Dominant Speaker...
Error sending OTP: RestException [Error]: Authenticate at success (/Users/m/Desktop/A1/Shopping-Application-backend-/node_modules/twilio/lib/base/Version.js:79:23) at processTicksAndRejections (node:internal/process/task_queues:95:5) { status: 401, code: 20003, moreInfo: 'https://www.twilio.com/docs/errors/20003', details: undefined }
Add buttons for testing SDK methods: - Connect WS: to call the watchRTC.connect() API and try to connect manually the WS - Disconnect WS: to call the watchRTC.disconnect() API and...