adrianhajdin / project_video_chat

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.
850 stars 392 forks source link

Cross Origin Issue #16

Open haran1902 opened 1 year ago

haran1902 commented 1 year ago
CrossOrigin

I am facing cross origin Issue and I have code to do without cross origin but that is not working can you give your solution for your video chat code.

AbhinavNaman commented 1 year ago

in the SocketContext.jsx file, check this line: const socket = io('http://localhost:5000'); is it localhost:5000 where your backend is running or any other