Browse Source

Remove unused/invalid call

dev1
paweldomas 9 years ago
parent
commit
9c0e7afca2
1 changed files with 0 additions and 2 deletions
  1. 0
    2
      modules/RTC/RTC.js

+ 0
- 2
modules/RTC/RTC.js View File

@@ -21,8 +21,6 @@ function createLocalTracks(streams, options) {
21 21
         var localStream = new JitsiLocalTrack(streams[i].stream,
22 22
             streams[i].videoType, streams[i].resolution, deviceId);
23 23
         newStreams.push(localStream);
24
-        if (streams[i].isMuted === true)
25
-            localStream.setMute(true);
26 24
     }
27 25
     return newStreams;
28 26
 }

Loading…
Cancel
Save