Browse Source

Merge pull request #9 from feiyunruyue/master

comment the repeated code
Dennis 11 years ago
parent
commit
243c2176e7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      example/index.html

+ 1 - 1
example/index.html

@@ -156,7 +156,7 @@
           rtc.createStream({"video": true, "audio": true}, function(stream) {
             document.getElementById('you').src = URL.createObjectURL(stream);
             videos.push(document.getElementById('you'));
-            rtc.attachStream(stream, 'you');
+            //rtc.attachStream(stream, 'you');
             subdivideVideos();
           });
         }else {