|
|
|
|
|
|
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
|
}
|