ericz 12 éve
szülő
commit
89b9cfdb5b
1 módosított fájl, 0 hozzáadás és 1 törlés
  1. 0 1
      lib/connectionmanager.js

+ 0 - 1
lib/connectionmanager.js

@@ -272,7 +272,6 @@ ConnectionManager.prototype.handleSDP = function(sdp, type, call) {
     util.log('Set remoteDescription: ' + type);
     if (type === 'OFFER') {
       if (call && !self._call) {
-        window.g = self.pc;
         self._call = new MediaConnection(self.peer);
         self._call.on('answer', function(stream){
           if (stream) {