TwilioReact icon indicating copy to clipboard operation
TwilioReact copied to clipboard

A React Video Chat app using Twilio Video

Results 19 TwilioReact issues
Sort by recently updated
recently updated
newest added

Bumps [qs](https://github.com/ljharb/qs) from 6.4.0 to 6.4.1. Changelog Sourced from qs's changelog. 6.4.1 [Fix] parse: ignore __proto__ keys (#428) [Fix] fix for an impossible situation: when the formatter is called with...

dependencies

Bumps [express](https://github.com/expressjs/express) from 4.16.2 to 4.17.3. Release notes Sourced from express's releases. 4.17.3 deps: accepts@~1.3.8 deps: mime-types@~2.1.34 deps: [email protected] deps: [email protected] deps: [email protected] deps: [email protected] deps: [email protected] deps: [email protected] deps:...

dependencies

While Joining Room , It says Open Failed while using connect function of Twilio. Error Received through (error.message) : Open Failed

I have cloned the project successfully but after running the npm start I got the Cannot GET / message on the browser and localhost:3000 not found. ![image](https://user-images.githubusercontent.com/48171775/71985253-41be8980-3250-11ea-947a-aaeab05d19ae.png)

I setup with my .env and start react app successfully ![image](https://user-images.githubusercontent.com/19630935/103338400-e3b63200-4ab0-11eb-8148-52ee359f2445.png) But when visit http://localhost:3000 I just see empty page with error as below ![image](https://user-images.githubusercontent.com/19630935/103338458-18c28480-4ab1-11eb-9f98-6f79ad7b75d1.png) Please help me on this.

I have succesfully cloned this and installed it on AWS Ubuntu 18.04 LTS. When I go to http://server:3000 I am presented the full interface, but when I click on "Preview...

Hi, I did the same code which in blogs and it publishes on Heroku for temporary https://videocallingtest.herokuapp.com and set room name 111 but when I tried with two different pcs/laptops...

Is there a demo project of the "React + twilio-video v.2" ?

enhancement

After cloning the repository and installing all required modules, I ran `npm start` only to be presented with the following error: ``` Uncaught TypeError: Cannot read property '1' of null...