Skip to content
Snippets Groups Projects
Commit 8f208ca2 authored by Richard Alam's avatar Richard Alam
Browse files

Merge pull request #391 from SenecaCDOT-BigBlueButton/fix-listenonly-talking

fixed the glowing listen only indicator
parents 025ac35c 681aedbd
No related branches found
No related tags found
No related merge requests found
......@@ -155,6 +155,9 @@
}
private function updateButtons(voiceMuted:Boolean = false):void {
// reset the mute image filter so the talking indicator doesn't stick
muteImg.filters = null;
if (data != null) {
kickUserBtn.visible = !data.me && rolledOver && options.allowKickUser;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment