remove console.logs
This commit is contained in:
parent
5e3b1e94e2
commit
7798e38253
18 changed files with 9 additions and 161 deletions
|
|
@ -69,11 +69,9 @@ Video.prototype._addCall = function(mediaConnection, cb) {
|
|||
});
|
||||
|
||||
mediaConnection.on('close', function() {
|
||||
console.log('Media connection closed with ' + peerID);
|
||||
cb(true, peerID, null); // ask to stop video streaming in UI
|
||||
});
|
||||
mediaConnection.on('error', function(e) {
|
||||
console.log('Media connection error with ' + peerID);
|
||||
cb(e, peerID, null);
|
||||
});
|
||||
this.mediaConnections[peerID] = mediaConnection;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue