Open venkateswararao opened 7 years ago
@venkateswararao, did you manage to solve this?
yes i have the same problem
I tried it, but it was the same. Fixing version of socket.io library to 1.3.x solved the problem.
any update?still not work
+1
Hi, can you provide more details about how and where exactly are you getting that error, please? PC/Mac, browser, node version, etc.
Please check my fork and share the results here, thank you: https://github.com/gilpanal/react-native-webrtc-server
It should work using Chrome latest and Node v8.11.3 (node -v)
I cloned the server code and hosted in node.js server when i try to join room getting error .emit is undefined in server side code
var to = io.sockets.connected[data.to]; to.emit('exchange', data);