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

- do not show mic mute/unmute button when joined listen only

parent 28619450
No related merge requests found
......@@ -100,7 +100,7 @@ package org.bigbluebutton.air.main.views {
}
if (meetingData.voiceUsers.me) {
view.micButton.visible = view.micButton.includeInLayout = true;
view.micButton.visible = view.micButton.includeInLayout = !meetingData.voiceUsers.me.listenOnly;
view.audioButton.styleName = "icon-audio-off menuButtonRed";
view.audioButton.label = "Hang Up";
......
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