Преглед изворни кода

Fix setting the mute icon(written by Boris Grozev).

master
paweldomas пре 11 година
родитељ
комит
f06f4cd1ba
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      app.js

+ 1
- 1
app.js Прегледај датотеку

@@ -1017,7 +1017,7 @@ function setAudioMuted(mute) {
1017 1017
     // isMuted is the opposite of audioEnabled
1018 1018
     connection.emuc.addAudioInfoToPresence(mute);
1019 1019
     connection.emuc.sendPresence();
1020
-    VideoLayout.showLocalAudioIndicator(audioEnabled);
1020
+    VideoLayout.showLocalAudioIndicator(mute);
1021 1021
 
1022 1022
     buttonClick("#mute", "icon-microphone icon-mic-disabled");
1023 1023
 }

Loading…
Откажи
Сачувај