RCTWebRTCDemo-server
RCTWebRTCDemo-server copied to clipboard
it throws emit undefined when using the updated version of the library.
after using the update version of open
and socket.io
it throws some issue related to `emit
"open": "^6.3.0",
"socket.io": "2.1.1"
error
TypeError: Cannot read property 'emit' of undefined
@thecodingwhale yes I notice it too. I can't debug it now because I'm not so familiar with node and socket.io. When I figure it out, I'll update the repo. If you find the solution earlier please feel free to post a PR.