Author: vdegtyarev
Date: Tue Dec 29 05:49:04 2015
New Revision: 1722055
URL: http://svn.apache.org/viewvc?rev=1722055&view=rev
Log:
OPENMEETINGS-1279: Mute microphone works as expected.
Modified:
openmeetings/application/branches/3.1.x/openmeetings-flash/src/main/swf/video/baseVideoObject.lzx
Modified:
openmeetings/application/branches/3.1.x/openmeetings-flash/src/main/swf/video/baseVideoObject.lzx
URL:
http://svn.apache.org/viewvc/openmeetings/application/branches/3.1.x/openmeetings-flash/src/main/swf/video/baseVideoObject.lzx?rev=1722055&r1=1722054&r2=1722055&view=diff
==============================================================================
---
openmeetings/application/branches/3.1.x/openmeetings-flash/src/main/swf/video/baseVideoObject.lzx
(original)
+++
openmeetings/application/branches/3.1.x/openmeetings-flash/src/main/swf/video/baseVideoObject.lzx
Tue Dec 29 05:49:04 2015
@@ -603,7 +603,7 @@
}
if (canvas.ismoderator) {
canvas.thishib.switchMicMuted.publicSID
= this.publicSID;
- canvas.thishib.switchMicMuted.mute =
true;
+ canvas.thishib.switchMicMuted.mute =
mute;
canvas.thishib.switchMicMuted.doCall();
} else {
this._chatvideoinner._videostream.setSoundVolume(mute ? 0 : 100);