You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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",
});
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
The text was updated successfully, but these errors were encountered: