Browse Source

make local remote video not mirror

Ben Brittain 12 years ago
parent
commit
824ee97c6f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      example/index.html

+ 1 - 0
example/index.html

@@ -167,6 +167,7 @@
         rtc.on('add remote stream', function(stream, socketId) {
           console.log("ADDING REMOTE STREAM...");
           var clone = cloneVideo('you', socketId);
+          document.getElementById(clone.id).setAttribute("class", "");
           rtc.attachStream(stream, clone.id);
           subdivideVideos();
         });