50UM3N / video-chat

Simple Web Application that offer you to create video meeting room using WebRTC and Socket.
https://soumen-video-calling-app.herokuapp.com/
MIT License
48 stars 32 forks source link

Invalid frame header #13

Open generalsvr opened 2 years ago

generalsvr commented 2 years ago

I executed npm install && node server.js. When opening new room this error throws:

websocket.js:54 WebSocket connection to 'ws://192.168.1.184:3000/socket.io/?EIO=4&transport=websocket' failed: Invalid frame header

I tried changing socket-io versions, node versions and other stuff

sandeepks1 commented 2 years ago

This error we can ignore. But for me, video call was not working because of this const myPeer = new Peer(undefined, { path: "/peerjs", host: "/", port: "3000", });

After comment this port it worked for me :)

riandev commented 1 year ago

different isp not working . how can i fix it