We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Kudos to the team for making this library.
The following code gives a JavaScript error on the browser.
CLIENT CODE : rtc.connect('ws://abc.in:8001');
SERVER CODE : var webRTC = require('/usr/local/node_modules/webrtc.io/lib/webrtc.io').listen( 8001 );
console.log( "Server Listening" );
webRTC.on( "connection", function() {
console.log( "Hi" ); // This gets executed successfully.
});
Error is : Uncaught TypeError: Type error rtc._socket.onopen
Error Location: webrtc.io.js:65
I am using latest version of Google Chrome which happens to be Version 30.0.1599.101 m right now, running on Windows 7...
Please resolve
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Kudos to the team for making this library.
The following code gives a JavaScript error on the browser.
CLIENT CODE :
rtc.connect('ws://abc.in:8001');
SERVER CODE :
var webRTC = require('/usr/local/node_modules/webrtc.io/lib/webrtc.io').listen( 8001 );
console.log( "Server Listening" );
webRTC.on( "connection", function() {
});
Error is :
Uncaught TypeError: Type error
rtc._socket.onopen
Error Location:
webrtc.io.js:65
I am using latest version of Google Chrome which happens to be
Version 30.0.1599.101 m right now, running on Windows 7...
Please resolve
The text was updated successfully, but these errors were encountered: