Michelle Bu 12 anni fa
parent
commit
17b2d7fcba
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      public/js/sink.js

+ 0 - 1
public/js/sink.js

@@ -43,7 +43,6 @@ SinkPeer.prototype.socketInit = function(cb) {
         console.log('failed to setRemoteDescription with offer, ', err);
       });
     });
-    cb(self._id);
   });
 };