瀏覽代碼

embarassing

ericz 12 年之前
父節點
當前提交
89b9cfdb5b
共有 1 個文件被更改,包括 0 次插入1 次删除
  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) {