Browse Source

Update example/index.html

comment "rtc.attachStream(stream, 'you');"
feiyunruyue 11 years ago
parent
commit
3daa35dfa6
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 {