Ver código fonte

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

master
paweldomas 11 anos atrás
pai
commit
f06f4cd1ba
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      app.js

+ 1
- 1
app.js Ver arquivo

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

Carregando…
Cancelar
Salvar