Phil Nash
Phil Nash
@railsme While yoyodyne does ultimately generate the code, we are happy to take improvements submitted to this repo as pull requests and either merge them in (not all the code...
I've spent a bit of time thinking about this and trying to come up with solutions. Let me explain what I think the problem is and how I've started to...
Hey @mohsinijaz568, thanks for sharing your code. This looks quite similar to [my example application here](https://github.com/philnash/first-twilio-video-application). Are you able to run this application successfully and see the remote video? Are...
Hey, this is because in your `disconnect` event listener you refer to `previewTracks` but you never set `previewTracks` anywhere. So this conditional is false you don't try to stop any...
Hey! This is a good question. Since this uses Express as a back end server, it can't work as simply as deploying an application built with solely `create-react-app`. However, Netlify...
How are you running the application?
Did you create an `.env` file? Without an `.env` file, even a blank one, the server will fail to start. But in the terminal the React application will take over...
Deploying can be done in so many ways it's hard to give good advice without being prescriptive about the environment you want to deploy to. However, the `npm run dev`...
This is a good question and one I haven’t addressed and I should. You can build the React front-end with the command `npm run build`. Currently the server side is...
Hi there! Can you explain a bit more about what you did and what error you are getting? If you are trying to use the token endpoints, did you checkout...