project_video_chat
project_video_chat copied to clipboard
This is a code repository for the corresponding YouTube video. In this tutorial, we're going to build and deploy a React Video Chat Application using WebRTC.
Cloned this library and tried in my local server but everytime I got error navigation.media....... undefined ! Unexpected error .
C:/Users/mohdw/Desktop/WebRTC/client/src/SocketContext.js:26 .then((currentStream) => { setStream(currentStream); myVideo.current.srcObject = currentStream; });
**Issues as like** react.development.js:1476 Uncaught Error: Invalid hook call. Hooks can only be called inside of the body of a function component. This could happen for one of the following...
Getting the following error when i call the client outside my network at first time it connects properly but afterwards it does not and the client videos shows blank get...
`Error: Invalid hook call. Hooks can only be called inside of the body of a function component. This could happen for one of the following reasons: 1. You might have...
With a clean clone of this repository, and changing the server to the local server running on port 5000. (The associated heroku app is dead), I see the following error...
Hey Adrian. Love your work. Found a way to prevent the necessity of page reloading in your React App. Please consider my changes. Thank you... \\(@^_^)/
After deployment I am unable to establish connection with anyone, maybe due to the above issue.
Cannot set properties of undefined (setting 'srcObject') TypeError: Cannot set properties of undefined (setting 'srcObject') at http://localhost:3000/static/js/bundle.js:181:33