|
@@ -21,16 +21,14 @@ app.get('/webrtc.io.js', function(req, res) {
|
|
|
|
|
|
webRTC.rtc.on('connect', function(rtc) {
|
|
webRTC.rtc.on('connect', function(rtc) {
|
|
|
|
|
|
- console.log('connect');
|
|
|
|
});
|
|
});
|
|
|
|
|
|
webRTC.rtc.on('send answer', function(rtc) {
|
|
webRTC.rtc.on('send answer', function(rtc) {
|
|
|
|
|
|
- console.log('send answer');
|
|
|
|
});
|
|
});
|
|
|
|
|
|
webRTC.rtc.on('disconnect', function(rtc) {
|
|
webRTC.rtc.on('disconnect', function(rtc) {
|
|
- console.log('disconnect');
|
|
+
|
|
});
|
|
});
|
|
|
|
|
|
webRTC.rtc.on('chat_msg', function(data, socket) {
|
|
webRTC.rtc.on('chat_msg', function(data, socket) {
|