You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by so...@apache.org on 2019/03/09 05:20:36 UTC

[openmeetings] branch 4.0.x updated: [OPENMEETINGS-1993] 'exclusive audio' is renamed to 'mute others'

This is an automated email from the ASF dual-hosted git repository.

solomax pushed a commit to branch 4.0.x
in repository https://gitbox.apache.org/repos/asf/openmeetings.git


The following commit(s) were added to refs/heads/4.0.x by this push:
     new d5ad2f7  [OPENMEETINGS-1993] 'exclusive audio' is renamed to 'mute others'
d5ad2f7 is described below

commit d5ad2f77c8140b52fac820e8c727e92336e7864f
Author: Maxim Solodovnik <so...@gmail.com>
AuthorDate: Sat Mar 9 12:20:21 2019 +0700

    [OPENMEETINGS-1993] 'exclusive audio' is renamed to 'mute others'
---
 .../db/dao/basic/ConfigurationDao.java             |   7 ++--
 .../apache/openmeetings/db/entity/room/Room.java   |   2 +-
 .../openmeetings/db/util/ws/RoomMessage.java       |   4 +--
 openmeetings-flash/src/main/flex/main.mxml         |  36 ++++++++++-----------
 .../apache/openmeetings/nettest/NetworkTest.mxml   |   2 +-
 .../apache/openmeetings/backup/BackupImport.java   |   4 +--
 .../installation/ImportInitvalues.java             |   6 ++--
 .../resources/images/microphone_mute_others.png    | Bin
 openmeetings-server/src/site/xdoc/HotKeys.xml      |   4 +--
 .../src/site/xdoc/ManualTesting.xml                |   2 +-
 openmeetings-server/src/site/xdoc/index.xml        |   8 ++---
 .../openmeetings/util/OpenmeetingsVariables.java   |   2 +-
 .../web/app/Application.properties.xml             |  17 +++++-----
 .../web/app/Application_ar.properties.xml          |  17 +++++-----
 .../web/app/Application_bg.properties.xml          |  17 +++++-----
 .../web/app/Application_bn.properties.xml          |  17 +++++-----
 .../web/app/Application_ca.properties.xml          |  17 +++++-----
 .../web/app/Application_cs.properties.xml          |  17 +++++-----
 .../web/app/Application_da.properties.xml          |  17 +++++-----
 .../web/app/Application_de.properties.xml          |  17 +++++-----
 .../web/app/Application_el.properties.xml          |  17 +++++-----
 .../web/app/Application_es.properties.xml          |  17 +++++-----
 .../web/app/Application_fa.properties.xml          |  17 +++++-----
 .../web/app/Application_fi.properties.xml          |  17 +++++-----
 .../web/app/Application_fr.properties.xml          |  17 +++++-----
 .../web/app/Application_gl.properties.xml          |  17 +++++-----
 .../web/app/Application_he.properties.xml          |  17 +++++-----
 .../web/app/Application_hu.properties.xml          |  17 +++++-----
 .../web/app/Application_in.properties.xml          |  17 +++++-----
 .../web/app/Application_it.properties.xml          |  17 +++++-----
 .../web/app/Application_ja.properties.xml          |  17 +++++-----
 .../web/app/Application_ko.properties.xml          |  17 +++++-----
 .../web/app/Application_nl.properties.xml          |  17 +++++-----
 .../web/app/Application_pl.properties.xml          |  17 +++++-----
 .../web/app/Application_pt.properties.xml          |  17 +++++-----
 .../web/app/Application_pt_BR.properties.xml       |  17 +++++-----
 .../web/app/Application_ru.properties.xml          |  17 +++++-----
 .../web/app/Application_sk.properties.xml          |  17 +++++-----
 .../web/app/Application_sv.properties.xml          |  17 +++++-----
 .../web/app/Application_th.properties.xml          |  17 +++++-----
 .../web/app/Application_tr.properties.xml          |  17 +++++-----
 .../web/app/Application_uk.properties.xml          |  17 +++++-----
 .../web/app/Application_zh_CN.properties.xml       |  17 +++++-----
 .../web/app/Application_zh_TW.properties.xml       |  17 +++++-----
 .../apache/openmeetings/web/room/RoomPanel.html    |   6 ++--
 .../apache/openmeetings/web/room/RoomPanel.java    |  16 ++++-----
 .../web/room/activities/ActivitiesPanel.java       |  12 +++----
 .../openmeetings/web/room/activities/Activity.java |   2 +-
 .../org/apache/openmeetings/web/room/raw-room.js   |   4 +--
 .../openmeetings/web/room/raw-video-manager.js     |  16 ++++-----
 .../web/room/sidebar/ClientIconsPanel.html         |   2 +-
 .../web/room/sidebar/ClientIconsPanel.java         |   8 ++---
 .../openmeetings/web/room/sidebar/RoomSidebar.java |   6 ++--
 .../web/room/sidebar/SelfIconsPanel.html           |   2 +-
 .../web/room/sidebar/icon/UserSpeaksIcon.java      |   6 ++--
 ...siveRightIcon.java => MuteOthersRightIcon.java} |  10 +++---
 .../webapp/css/images/microphone_muteothers.png    | Bin
 openmeetings-web/src/main/webapp/css/raw-room.css  |   4 +--
 pom.xml                                            |   2 +-
 59 files changed, 344 insertions(+), 373 deletions(-)

diff --git a/openmeetings-db/src/main/java/org/apache/openmeetings/db/dao/basic/ConfigurationDao.java b/openmeetings-db/src/main/java/org/apache/openmeetings/db/dao/basic/ConfigurationDao.java
index c24d186..48056ad 100644
--- a/openmeetings-db/src/main/java/org/apache/openmeetings/db/dao/basic/ConfigurationDao.java
+++ b/openmeetings-db/src/main/java/org/apache/openmeetings/db/dao/basic/ConfigurationDao.java
@@ -44,7 +44,7 @@ import static org.apache.openmeetings.util.OpenmeetingsVariables.CONFIG_GOOGLE_A
 import static org.apache.openmeetings.util.OpenmeetingsVariables.CONFIG_HEADER_CSP;
 import static org.apache.openmeetings.util.OpenmeetingsVariables.CONFIG_HEADER_XFRAME;
 import static org.apache.openmeetings.util.OpenmeetingsVariables.CONFIG_KEYCODE_ARRANGE;
-import static org.apache.openmeetings.util.OpenmeetingsVariables.CONFIG_KEYCODE_EXCLUSIVE;
+import static org.apache.openmeetings.util.OpenmeetingsVariables.CONFIG_KEYCODE_MUTE_OTHERS;
 import static org.apache.openmeetings.util.OpenmeetingsVariables.CONFIG_KEYCODE_MUTE;
 import static org.apache.openmeetings.util.OpenmeetingsVariables.CONFIG_LNAME_MIN_LENGTH;
 import static org.apache.openmeetings.util.OpenmeetingsVariables.CONFIG_LOGIN_MIN_LENGTH;
@@ -322,6 +322,9 @@ public class ConfigurationDao implements IDataProviderDao<Configuration> {
 			case CONFIG_FLASH_CAM_QUALITY:
 			case CONFIG_FLASH_ECHO_PATH:
 			case CONFIG_FLASH_MIC_RATE:
+			case CONFIG_KEYCODE_ARRANGE:
+			case CONFIG_KEYCODE_MUTE_OTHERS:
+			case CONFIG_KEYCODE_MUTE:
 				reloadRoomSettings();
 				break;
 			case CONFIG_MAX_UPLOAD_SIZE:
@@ -593,7 +596,7 @@ public class ConfigurationDao implements IDataProviderDao<Configuration> {
 				.put(FLASH_MIC_RATE, getLong(CONFIG_FLASH_MIC_RATE, 22L))
 				.put("keycode", new JSONObject()
 						.put("arrange", getLong(CONFIG_KEYCODE_ARRANGE, 119L))
-						.put("exclusive", getLong(CONFIG_KEYCODE_EXCLUSIVE, 123L))
+						.put("muteothers", getLong(CONFIG_KEYCODE_MUTE_OTHERS, 123L))
 						.put("mute", getLong(CONFIG_KEYCODE_MUTE, 118L))
 						)
 				);
diff --git a/openmeetings-db/src/main/java/org/apache/openmeetings/db/entity/room/Room.java b/openmeetings-db/src/main/java/org/apache/openmeetings/db/entity/room/Room.java
index 59eaaf4..c788b00 100644
--- a/openmeetings-db/src/main/java/org/apache/openmeetings/db/entity/room/Room.java
+++ b/openmeetings-db/src/main/java/org/apache/openmeetings/db/entity/room/Room.java
@@ -102,7 +102,7 @@ public class Room extends HistoricalEntity {
 		, remoteControl
 		, audio
 		, video
-		, exclusive
+		, muteOthers
 	}
 
 	@XmlType(namespace="org.apache.openmeetings.room.element")
diff --git a/openmeetings-db/src/main/java/org/apache/openmeetings/db/util/ws/RoomMessage.java b/openmeetings-db/src/main/java/org/apache/openmeetings/db/util/ws/RoomMessage.java
index dc65ef1..dd5627e 100644
--- a/openmeetings-db/src/main/java/org/apache/openmeetings/db/util/ws/RoomMessage.java
+++ b/openmeetings-db/src/main/java/org/apache/openmeetings/db/util/ws/RoomMessage.java
@@ -49,13 +49,13 @@ public class RoomMessage implements IWebSocketPushMessage {
 		, requestRightRemote
 		, requestRightA
 		, requestRightAv
-		, requestRightExclusive
+		, requestRightMuteOthers
 		, haveQuestion
 		, kick
 		, newStream
 		, closeStream
 		, mute
-		, exclusive
+		, muteOthers
 		, quickPollUpdated
 	}
 	private final Date timestamp;
diff --git a/openmeetings-flash/src/main/flex/main.mxml b/openmeetings-flash/src/main/flex/main.mxml
index c78ca2c..68dc002 100644
--- a/openmeetings-flash/src/main/flex/main.mxml
+++ b/openmeetings-flash/src/main/flex/main.mxml
@@ -73,7 +73,7 @@
 		[Bindable]
 		public var cursorImgCls:Class;
 		[Bindable]
-		private var exclusiveTitle:String;
+		private var muteOthersTitle:String;
 
 		private function debug(...rest):void {
 			if ('true' === params.debug) {
@@ -102,8 +102,8 @@
 			return rights.indexOf('remoteControl') > -1 || rights.indexOf('moderator') > -1 || rights.indexOf('superModerator') > -1;
 		}
 
-		private function hasRightExclusive():Boolean {
-			return rights.indexOf('exclusive') > -1 || rights.indexOf('moderator') > -1 || rights.indexOf('superModerator') > -1;
+		private function hasRightMuteOthers():Boolean {
+			return rights.indexOf('muteOthers') > -1 || rights.indexOf('moderator') > -1 || rights.indexOf('superModerator') > -1;
 		}
 
 		private function getIntParam(param:String, def:int):int {
@@ -116,7 +116,7 @@
 			debug("appInit()", params);
 			audioOnly = 'true' == params.audioOnly;
 			interview = 'true' == params.interview;
-			exclusiveTitle = params.exclusiveTitle;
+			muteOthersTitle = params.muteOthersTitle;
 			FPS = getIntParam("fps", 30);
 			bandwidth = getIntParam(params.bandwidth, 0);
 			quality = getIntParam(params.quality, 90);
@@ -203,7 +203,7 @@
 									activities = check.activities;
 									addImage(params.width, params.height);
 									_resize(params.width, params.height);
-									_updateExclusive();
+									_updateMuteOthers();
 									activityTimer.addEventListener(TimerEvent.TIMER, broadcastTimerListener);
 									refreshBroadcast(null);
 									ExternalInterface.call("VideoManager.swfLoaded", params.uid);
@@ -227,7 +227,7 @@
 													refreshBroadcast(null);
 												}
 											}
-											_updateExclusive();
+											_updateMuteOthers();
 											//debug("Client updated: ", c);
 										}));
 									});
@@ -241,7 +241,7 @@
 					addImage(params.width, params.height);
 					vidResize(params.width, params.height);
 					refreshCallback(null);
-					_updateExclusive();
+					_updateMuteOthers();
 					_updateRemote();
 					ExternalInterface.addCallback("setVolume", function (vol:int):void {
 						video.setStreamVolume(vol);
@@ -249,7 +249,7 @@
 					ExternalInterface.addCallback("update", function (c:Object):void {
 						debug("update Callback", c.activities);
 						activities = c.activities;
-						_updateExclusive();
+						_updateMuteOthers();
 					});
 					ExternalInterface.addCallback("refresh", refreshCallback);
 					ExternalInterface.addCallback("setRights", setRightsCallback);
@@ -261,12 +261,12 @@
 			}
 		}
 
-		private function _updateExclusive():void {
-			debug("_updateExclusive", rights, activities);
+		private function _updateMuteOthers():void {
+			debug("_updateMuteOthers", rights, activities);
 			removeEventListener(MouseEvent.MOUSE_OUT, exclMouseOutHandler);
 			removeEventListener(MouseEvent.MOUSE_OVER, exclMouseOverHandler);
 			removeEventListener(MouseEvent.CLICK, exclMouseClickHandler);
-			if (hasAudio() && hasRightExclusive()) {
+			if (hasAudio() && hasRightMuteOthers()) {
 				addEventListener(MouseEvent.MOUSE_OUT, exclMouseOutHandler);
 				addEventListener(MouseEvent.MOUSE_OVER, exclMouseOverHandler);
 				addEventListener(MouseEvent.CLICK, exclMouseClickHandler);
@@ -274,15 +274,15 @@
 		}
 
 		private function exclMouseOutHandler(evt:MouseEvent):void {
-			exclusiveMic.visible = false;
+			muteOthersMic.visible = false;
 		}
 
 		private function exclMouseOverHandler(evt:MouseEvent):void {
-			exclusiveMic.visible = true;
+			muteOthersMic.visible = true;
 		}
 
 		private function exclMouseClickHandler(evt:MouseEvent):void {
-			ExternalInterface.call("VideoManager.clickExclusive", cuid);
+			ExternalInterface.call("VideoManager.clickMuteOthers", cuid);
 		}
 
 		private function _updateRemote():void {
@@ -394,8 +394,8 @@
 		private function _resize(_width:int, _height:int):void {
 			userImage.width = _width;
 			userImage.height = _height;
-			exclusiveMic.x = (_width - exclusiveMic.width) / 2;
-			exclusiveMic.y = (_height - exclusiveMic.height) / 2;
+			muteOthersMic.x = (_width - muteOthersMic.width) / 2;
+			muteOthersMic.y = (_height - muteOthersMic.height) / 2;
 			video.resize(_width, _height);
 		}
 
@@ -448,7 +448,7 @@
 		private function setRightsCallback(_rights:Array):void {
 			debug("setRightsCallback", _rights);
 			rights = _rights;
-			_updateExclusive();
+			_updateMuteOthers();
 			_updateRemote();
 		}
 
@@ -682,7 +682,7 @@
 	<s:Image id="userImage" visible="false" width="0" height="0" />
 	<mx:UIComponent id="videoDisplay" width="0" height="0" />
 	<s:Rect id="volumeRect" x="5" y="5" width="10" height="100" visible="false" />
-	<s:Image id="exclusiveMic" source="{micImgCls}" toolTip="{exclusiveTitle}" visible="false"/>
+	<s:Image id="muteOthersMic" source="{micImgCls}" toolTip="{muteOthersTitle}" visible="false"/>
 	<s:Label id="timerText" height="20" width="45" x="20" y="5" paddingLeft="5" paddingTop="5"
 			 visible="false" backgroundColor="0xf5f5f5" fontWeight="bold"><s:text></s:text></s:Label>
 	<s:Image id="cursor" source="{cursorImgCls}" visible="false"/>
diff --git a/openmeetings-flash/src/main/flex/org/apache/openmeetings/nettest/NetworkTest.mxml b/openmeetings-flash/src/main/flex/org/apache/openmeetings/nettest/NetworkTest.mxml
index 7e87129..b3ff6fa 100644
--- a/openmeetings-flash/src/main/flex/org/apache/openmeetings/nettest/NetworkTest.mxml
+++ b/openmeetings-flash/src/main/flex/org/apache/openmeetings/nettest/NetworkTest.mxml
@@ -170,7 +170,7 @@
 		}
 	]]></fx:Script>
 
-	<s:Image id="notRun" source="{notRunImgCls}" visible="true" width="113" height="113" x="0" y="0"/> <!-- toolTip="{exclusiveTitle}" -->
+	<s:Image id="notRun" source="{notRunImgCls}" visible="true" width="113" height="113" x="0" y="0"/>
 	<mx:UIComponent id="container" visible="false" width="113" height="113" x="0" y="0"/>
 	<s:Image id="failed" source="{failedImgCls}" visible="false" width="113" height="113" x="0" y="0"/>
 	<s:Image id="passed" source="{passedImgCls}" visible="false" width="113" height="113" x="0" y="0"/>
diff --git a/openmeetings-install/src/main/java/org/apache/openmeetings/backup/BackupImport.java b/openmeetings-install/src/main/java/org/apache/openmeetings/backup/BackupImport.java
index 4e53417..621797e 100644
--- a/openmeetings-install/src/main/java/org/apache/openmeetings/backup/BackupImport.java
+++ b/openmeetings-install/src/main/java/org/apache/openmeetings/backup/BackupImport.java
@@ -70,7 +70,7 @@ import static org.apache.openmeetings.util.OpenmeetingsVariables.CONFIG_FLASH_VI
 import static org.apache.openmeetings.util.OpenmeetingsVariables.CONFIG_FLASH_VIDEO_FPS;
 import static org.apache.openmeetings.util.OpenmeetingsVariables.CONFIG_IGNORE_BAD_SSL;
 import static org.apache.openmeetings.util.OpenmeetingsVariables.CONFIG_KEYCODE_ARRANGE;
-import static org.apache.openmeetings.util.OpenmeetingsVariables.CONFIG_KEYCODE_EXCLUSIVE;
+import static org.apache.openmeetings.util.OpenmeetingsVariables.CONFIG_KEYCODE_MUTE_OTHERS;
 import static org.apache.openmeetings.util.OpenmeetingsVariables.CONFIG_KEYCODE_MUTE;
 import static org.apache.openmeetings.util.OpenmeetingsVariables.CONFIG_LOGIN_MIN_LENGTH;
 import static org.apache.openmeetings.util.OpenmeetingsVariables.CONFIG_MAX_UPLOAD_SIZE;
@@ -281,7 +281,7 @@ public class BackupImport {
 		configTypes.put(CONFIG_PASS_MIN_LENGTH, Configuration.Type.number);
 		configTypes.put(CONFIG_CALENDAR_ROOM_CAPACITY, Configuration.Type.number);
 		configTypes.put(CONFIG_KEYCODE_ARRANGE, Configuration.Type.number);
-		configTypes.put(CONFIG_KEYCODE_EXCLUSIVE, Configuration.Type.number);
+		configTypes.put(CONFIG_KEYCODE_MUTE_OTHERS, Configuration.Type.number);
 		configTypes.put(CONFIG_KEYCODE_MUTE, Configuration.Type.number);
 		configTypes.put(CONFIG_DEFAULT_LDAP_ID, Configuration.Type.number);
 		configTypes.put(CONFIG_FLASH_VIDEO_FPS, Configuration.Type.number);
diff --git a/openmeetings-install/src/main/java/org/apache/openmeetings/installation/ImportInitvalues.java b/openmeetings-install/src/main/java/org/apache/openmeetings/installation/ImportInitvalues.java
index 6fbe173..caa5e79 100644
--- a/openmeetings-install/src/main/java/org/apache/openmeetings/installation/ImportInitvalues.java
+++ b/openmeetings-install/src/main/java/org/apache/openmeetings/installation/ImportInitvalues.java
@@ -59,8 +59,8 @@ import static org.apache.openmeetings.util.OpenmeetingsVariables.CONFIG_HEADER_C
 import static org.apache.openmeetings.util.OpenmeetingsVariables.CONFIG_HEADER_XFRAME;
 import static org.apache.openmeetings.util.OpenmeetingsVariables.CONFIG_IGNORE_BAD_SSL;
 import static org.apache.openmeetings.util.OpenmeetingsVariables.CONFIG_KEYCODE_ARRANGE;
-import static org.apache.openmeetings.util.OpenmeetingsVariables.CONFIG_KEYCODE_EXCLUSIVE;
 import static org.apache.openmeetings.util.OpenmeetingsVariables.CONFIG_KEYCODE_MUTE;
+import static org.apache.openmeetings.util.OpenmeetingsVariables.CONFIG_KEYCODE_MUTE_OTHERS;
 import static org.apache.openmeetings.util.OpenmeetingsVariables.CONFIG_LNAME_MIN_LENGTH;
 import static org.apache.openmeetings.util.OpenmeetingsVariables.CONFIG_LOGIN_MIN_LENGTH;
 import static org.apache.openmeetings.util.OpenmeetingsVariables.CONFIG_MAX_UPLOAD_SIZE;
@@ -309,8 +309,8 @@ public class ImportInitvalues {
 
 		addCfg(list, CONFIG_KEYCODE_ARRANGE, "119", Configuration.Type.number
 				, "A hot key code for arrange video windows functionality. Should be used with Shift key. (Keycode 119 is F8)", VER_2_0);
-		addCfg(list, CONFIG_KEYCODE_EXCLUSIVE, "123", Configuration.Type.number
-				, "A hot key code for the 'give exclusive audio' functionality. Should be used with Shift key. (Keycode 123 is F12)", VER_2_0);
+		addCfg(list, CONFIG_KEYCODE_MUTE_OTHERS, "123", Configuration.Type.number
+				, "A hot key code for the 'mute others' functionality. Should be used with Shift key. (Keycode 123 is F12)", VER_2_0);
 		addCfg(list, CONFIG_KEYCODE_MUTE, "118", Configuration.Type.number
 				, "A hot key code for the 'mute/unmute audio' functionality. Should be used with Shift key. (Keycode 118 is F7)", VER_2_0);
 
diff --git a/openmeetings-web/src/main/webapp/css/images/microphone_exclusive.png b/openmeetings-server/src/site/resources/images/microphone_mute_others.png
similarity index 100%
rename from openmeetings-web/src/main/webapp/css/images/microphone_exclusive.png
rename to openmeetings-server/src/site/resources/images/microphone_mute_others.png
diff --git a/openmeetings-server/src/site/xdoc/HotKeys.xml b/openmeetings-server/src/site/xdoc/HotKeys.xml
index 45dbb5e..7aea550 100644
--- a/openmeetings-server/src/site/xdoc/HotKeys.xml
+++ b/openmeetings-server/src/site/xdoc/HotKeys.xml
@@ -30,9 +30,9 @@
 				</tr>
 				<tr>
 					<td>Shift+F12 (code 123)</td>
-					<td>A hot key code for the 'give exclusive audio' functionality.</td>
+					<td>A hot key code for the 'mute others' functionality.</td>
 					<td>Yes</td>
-					<td>exclusive.audio.keycode</td>
+					<td>mute.others.keycode</td>
 				</tr>
 				<tr>
 					<td>Shift+F8 (code 119)</td>
diff --git a/openmeetings-server/src/site/xdoc/ManualTesting.xml b/openmeetings-server/src/site/xdoc/ManualTesting.xml
index 060c489..be04814 100644
--- a/openmeetings-server/src/site/xdoc/ManualTesting.xml
+++ b/openmeetings-server/src/site/xdoc/ManualTesting.xml
@@ -151,7 +151,7 @@
 								<li>Allow/deny drawing on whiteboard – possible by the moderator only </li>
 								<li>Allow/deny screen sharing – possible by the moderator only </li>
 								<li>Allow/deny remote screen control – possible by the moderator only </li>
-								<li>Allow/deny exclusive audio – possible by the moderator only </li>
+								<li>Allow/deny mute others – possible by the moderator only </li>
 								<li>Re-start devise settings via user list </li>
 								<li>Re-start devise settings via video window </li>
 								<li>Kick the user off by the moderator </li>
diff --git a/openmeetings-server/src/site/xdoc/index.xml b/openmeetings-server/src/site/xdoc/index.xml
index 145c7b1..212397f 100644
--- a/openmeetings-server/src/site/xdoc/index.xml
+++ b/openmeetings-server/src/site/xdoc/index.xml
@@ -260,12 +260,12 @@
 								Allow/Deny Remote Control Screen
 							</li>
 							<li>
-								<img src="images/microphone_exclusive.png" class="alignnone" title="Right for exclusive audio" alt="" />
-								Allow/Deny right for exclusive audio
+								<img src="images/microphone_mute_others.png" class="alignnone" title="Right for 'Mute others'" alt="" />
+								Allow/Deny right for 'Mute others'
 							</li>
 							<li>
-								<img src="images/micro_small.png" class="alignnone" title="Exclusive audio" alt="" />
-								Give exclusive audio to others or self
+								<img src="images/micro_small.png" class="alignnone" title="Mute others" alt="" />
+								Let one user to speak while others are muted
 							</li>
 							<li>
 								<img src="images/webcam_add.png" class="alignnone" title="Video" alt="" />
diff --git a/openmeetings-util/src/main/java/org/apache/openmeetings/util/OpenmeetingsVariables.java b/openmeetings-util/src/main/java/org/apache/openmeetings/util/OpenmeetingsVariables.java
index 49b45de..f2eb151 100644
--- a/openmeetings-util/src/main/java/org/apache/openmeetings/util/OpenmeetingsVariables.java
+++ b/openmeetings-util/src/main/java/org/apache/openmeetings/util/OpenmeetingsVariables.java
@@ -87,7 +87,7 @@ public class OpenmeetingsVariables {
 	public static final String CONFIG_CALENDAR_ROOM_CAPACITY = "calendar.conference.rooms.default.size";
 	public static final String CONFIG_REPLY_TO_ORGANIZER = "inviter.email.as.replyto";
 	public static final String CONFIG_KEYCODE_ARRANGE = "video.arrange.keycode";
-	public static final String CONFIG_KEYCODE_EXCLUSIVE = "exclusive.audio.keycode";
+	public static final String CONFIG_KEYCODE_MUTE_OTHERS = "mute.others.keycode";
 	public static final String CONFIG_KEYCODE_MUTE = "mute.keycode";
 	public static final String CONFIG_MYROOMS_ENABLED = "personal.rooms.enabled";
 	public static final String CONFIG_REMINDER_MESSAGE = "reminder.message";
diff --git a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application.properties.xml b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application.properties.xml
index e8c547b..1281005 100644
--- a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application.properties.xml
+++ b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application.properties.xml
@@ -172,8 +172,6 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="363"><![CDATA[Delete language]]></entry>
 	<entry key="366"><![CDATA[Add language]]></entry>
 	<entry key="367"><![CDATA[Backup]]></entry>
-	<entry key="371"><![CDATA[user speaks]]></entry>
-	<entry key="372"><![CDATA[user speaks (By clicking here you can give exclusive audio / mute the microphone of others)]]></entry>
 	<entry key="376"><![CDATA[Hello]]></entry>
 	<entry key="377"><![CDATA[Edit your profile]]></entry>
 	<entry key="378"><![CDATA[Unread messages]]></entry>
@@ -471,7 +469,6 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="1361"><![CDATA[Deny and remove message]]></entry>
 	<entry key="1362"><![CDATA[I]]></entry>
 	<entry key="1363"><![CDATA[Activities and actions]]></entry>
-	<entry key="1386"><![CDATA[Mute microphone of others. Give exclusive audio to me (You can also press F12)]]></entry>
 	<entry key="1410"><![CDATA[Poll name]]></entry>
 	<entry key="1411"><![CDATA[You]]></entry>
 	<entry key="1412"><![CDATA[Archieved polls]]></entry>
@@ -483,7 +480,6 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="1420"><![CDATA[Delete poll]]></entry>
 	<entry key="1421"><![CDATA[Are you sure you want to delete this poll? The results will be deleted as well.]]></entry>
 	<entry key="1422"><![CDATA[Language ISO code]]></entry>
-	<entry key="1428">Give a permission for exclusive audio.</entry>
 	<entry key="1429"><![CDATA[Cam resolution]]></entry>
 	<entry key="1430"><![CDATA[Changing the resolution affects bandwidth, bigger picture needs more bandwith.]]></entry>
 	<entry key="1443"><![CDATA[Layout options]]></entry>
@@ -543,7 +539,6 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="1536"><![CDATA[System import]]></entry>
 	<entry key="1537"><![CDATA[Include uploaded files and recordings in backup]]></entry>
 	<entry key="1538"><![CDATA[Enable SIP transport in the room]]></entry>
-	<entry key="1539">Do you really want to provide this user an exclusive audio?</entry>
 	<entry key="1546"><![CDATA[Welcome]]></entry>
 	<entry key="1547"><![CDATA[Widget displaying basic user info and support links]]></entry>
 	<entry key="1548"><![CDATA[Widgets]]></entry>
@@ -945,9 +940,9 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="ulist.right.audio.grant"><![CDATA[Allow this user to use microphone]]></entry>
 	<entry key="ulist.right.audio.revoke"><![CDATA[Mute user and remove the right to turn on microphone]]></entry>
 	<entry key="ulist.right.audio.request"><![CDATA[Request permission to use microphone]]></entry>
-	<entry key="ulist.right.exclusive.grant"><![CDATA[Allow this user to mute others]]></entry>
-	<entry key="ulist.right.exclusive.revoke"><![CDATA[Remove this user's right to mute others]]></entry>
-	<entry key="ulist.right.exclusive.request"><![CDATA[Request exclusive audio]]></entry>
+	<entry key="ulist.right.muteothers.grant"><![CDATA[Allow this user to mute others]]></entry>
+	<entry key="ulist.right.muteothers.revoke"><![CDATA[Remove this user's right to mute others]]></entry>
+	<entry key="ulist.right.muteothers.request"><![CDATA[Request permission to mute others]]></entry>
 	<entry key="ulist.right.moderator.grant"><![CDATA[Allow this user to be moderator]]></entry>
 	<entry key="ulist.right.moderator.revoke"><![CDATA[Remove moderator permissions from this user]]></entry>
 	<entry key="ulist.right.moderator.request"><![CDATA[Request moderator permissions]]></entry>
@@ -966,6 +961,9 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="ulist.right.wb.grant"><![CDATA[Allow this user to draw on the whiteboard]]></entry>
 	<entry key="ulist.right.wb.revoke"><![CDATA[Remove this user's permission to draw on the whiteboard]]></entry>
 	<entry key="ulist.right.wb.request"><![CDATA[Request permission to draw on the whiteboard]]></entry>
+	<entry key="ulist.user.speaks"><![CDATA[user speaks]]></entry>
+	<entry key="ulist.user.muteothers"><![CDATA[ (By clicking here you can mute the microphone of others)]]></entry>
+	<entry key="ulist.user.muteothers.confirm"><![CDATA[Do you really want to mute all users except this one?]]></entry>
 	<entry key="activities.request.right.moderator"><![CDATA[requests permission to be moderator]]></entry>
 	<entry key="activities.request.right.presenter"><![CDATA[requests permission to be presenter]]></entry>
 	<entry key="activities.request.right.wb"><![CDATA[requests permission to draw on the whiteboard]]></entry>
@@ -973,7 +971,7 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="activities.request.right.remote"><![CDATA[requests permission to control screen during screen sharing]]></entry>
 	<entry key="activities.request.right.audio"><![CDATA[requests permission to turn on micropone]]></entry>
 	<entry key="activities.request.right.video"><![CDATA[requests permission to turn on camera]]></entry>
-	<entry key="activities.request.right.exclusive"><![CDATA[requests permission to use exclusive audio]]></entry>
+	<entry key="activities.request.right.muteothers"><![CDATA[requests permission to mute others]]></entry>
 	<entry key="activities.ask.question"><![CDATA[would like to ask a question]]></entry>
 	<entry key="camera.on"><![CDATA[Turn on camera]]></entry>
 	<entry key="camera.off"><![CDATA[Turn off camera]]></entry>
@@ -996,4 +994,5 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="download.image.steps"><![CDATA[Please right click the image and choose "Save image as"]]></entry>
 	<entry key="video.permission.title"><![CDATA[Permission is required]]></entry>
 	<entry key="video.permission.text"><![CDATA[Extra permission is required to play video.<br/>Press OK to allow playing.]]></entry>
+	<entry key="video.muteothers"><![CDATA[Mute microphone of others]]></entry>
 </properties>
diff --git a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_ar.properties.xml b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_ar.properties.xml
index c558c43..2ba23ea 100644
--- a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_ar.properties.xml
+++ b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_ar.properties.xml
@@ -172,8 +172,6 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="363"><![CDATA[delete language]]></entry>
 	<entry key="366"><![CDATA[إضافة لغة]]></entry>
 	<entry key="367"><![CDATA[نسخ إحتياطي]]></entry>
-	<entry key="371"><![CDATA[المستخدم يتكلم]]></entry>
-	<entry key="372"><![CDATA[المستخدم يتكلم]]></entry>
 	<entry key="376"><![CDATA[مرحباً،]]></entry>
 	<entry key="377"><![CDATA[إضافة ملف التعريف]]></entry>
 	<entry key="378"><![CDATA[رسائل جديدة:]]></entry>
@@ -471,7 +469,6 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="1361"><![CDATA[Deny]]></entry>
 	<entry key="1362"><![CDATA[I]]></entry>
 	<entry key="1363"><![CDATA[Activities and actions]]></entry>
-	<entry key="1386"><![CDATA[Mute microphone of others]]></entry>
 	<entry key="1410"><![CDATA[Poll Name]]></entry>
 	<entry key="1411"><![CDATA[You]]></entry>
 	<entry key="1412"><![CDATA[Archieved Polls]]></entry>
@@ -483,7 +480,6 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="1420"><![CDATA[Delete Poll]]></entry>
 	<entry key="1421"><![CDATA[Are you sure you want to delete this Poll? The results will be deleted as well.]]></entry>
 	<entry key="1422"><![CDATA[Language ISO Code]]></entry>
-	<entry key="1428">Give a permission for exclusive audio.</entry>
 	<entry key="1429"><![CDATA[Cam resolution]]></entry>
 	<entry key="1430"><![CDATA[Changing the resolution affects bandwidth, bigger picture needs more bandwith!]]></entry>
 	<entry key="1443"><![CDATA[Layout options]]></entry>
@@ -543,7 +539,6 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="1536"><![CDATA[System import]]></entry>
 	<entry key="1537"><![CDATA[Include uploaded files and recordings in backup]]></entry>
 	<entry key="1538"><![CDATA[Enable SIP transport in the room]]></entry>
-	<entry key="1539">Do you really want to provide this user an exclusive audio?</entry>
 	<entry key="1546"><![CDATA[Welcome]]></entry>
 	<entry key="1547"><![CDATA[Widget displaying basic user info and support links]]></entry>
 	<entry key="1548"><![CDATA[Widgets]]></entry>
@@ -945,9 +940,9 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="ulist.right.audio.grant"><![CDATA[Allow this user to use microphone]]></entry>
 	<entry key="ulist.right.audio.revoke"><![CDATA[Mute user and remove the right to turn on microphone]]></entry>
 	<entry key="ulist.right.audio.request"><![CDATA[Request permission to use microphone]]></entry>
-	<entry key="ulist.right.exclusive.grant"><![CDATA[Allow this user to mute others]]></entry>
-	<entry key="ulist.right.exclusive.revoke"><![CDATA[Remove this user's right to mute others]]></entry>
-	<entry key="ulist.right.exclusive.request"><![CDATA[Request exclusive audio]]></entry>
+	<entry key="ulist.right.muteothers.grant"><![CDATA[Allow this user to mute others]]></entry>
+	<entry key="ulist.right.muteothers.revoke"><![CDATA[Remove this user's right to mute others]]></entry>
+	<entry key="ulist.right.muteothers.request"><![CDATA[Request permission to mute others]]></entry>
 	<entry key="ulist.right.moderator.grant"><![CDATA[Allow this user to be moderator]]></entry>
 	<entry key="ulist.right.moderator.revoke"><![CDATA[Remove moderator permissions from this user]]></entry>
 	<entry key="ulist.right.moderator.request"><![CDATA[Request moderator permissions]]></entry>
@@ -966,6 +961,9 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="ulist.right.wb.grant"><![CDATA[Allow this user to draw on the whiteboard]]></entry>
 	<entry key="ulist.right.wb.revoke"><![CDATA[Remove this user's permission to draw on the whiteboard]]></entry>
 	<entry key="ulist.right.wb.request"><![CDATA[Request permission to draw on the whiteboard]]></entry>
+	<entry key="ulist.user.speaks"><![CDATA[المستخدم يتكلم]]></entry>
+	<entry key="ulist.user.muteothers"><![CDATA[ (By clicking here you can mute the microphone of others)]]></entry>
+	<entry key="ulist.user.muteothers.confirm"><![CDATA[Do you really want to mute all users except this one?]]></entry>
 	<entry key="activities.request.right.moderator"><![CDATA[requests permission to be moderator]]></entry>
 	<entry key="activities.request.right.presenter"><![CDATA[requests permission to be presenter]]></entry>
 	<entry key="activities.request.right.wb"><![CDATA[requests permission to draw on the whiteboard]]></entry>
@@ -973,7 +971,7 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="activities.request.right.remote"><![CDATA[requests permission to control screen during screen sharing]]></entry>
 	<entry key="activities.request.right.audio"><![CDATA[requests permission to turn on micropone]]></entry>
 	<entry key="activities.request.right.video"><![CDATA[requests permission to turn on camera]]></entry>
-	<entry key="activities.request.right.exclusive"><![CDATA[requests permission to use exclusive audio]]></entry>
+	<entry key="activities.request.right.muteothers"><![CDATA[requests permission to mute others]]></entry>
 	<entry key="activities.ask.question"><![CDATA[would like to ask a question]]></entry>
 	<entry key="camera.on"><![CDATA[Turn on camera]]></entry>
 	<entry key="camera.off"><![CDATA[Turn off camera]]></entry>
@@ -996,4 +994,5 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="download.image.steps"><![CDATA[Please right click the image and choose "Save image as"]]></entry>
 	<entry key="video.permission.title"><![CDATA[Permission is required]]></entry>
 	<entry key="video.permission.text"><![CDATA[Extra permission is required to play video.<br/>Press OK to allow playing.]]></entry>
+	<entry key="video.muteothers"><![CDATA[Mute microphone of others]]></entry>
 </properties>
diff --git a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_bg.properties.xml b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_bg.properties.xml
index c60e24d..342a8bd 100644
--- a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_bg.properties.xml
+++ b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_bg.properties.xml
@@ -172,8 +172,6 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="363"><![CDATA[изтриване на език]]></entry>
 	<entry key="366"><![CDATA[добавяне на език]]></entry>
 	<entry key="367"><![CDATA[Бекъп]]></entry>
-	<entry key="371"><![CDATA[потребителят говори]]></entry>
-	<entry key="372"><![CDATA[потребителят говори (By clicking here you can give exclusive audio / mute the microphone of others)]]></entry>
 	<entry key="376"><![CDATA[Здравейте,]]></entry>
 	<entry key="377"><![CDATA[Редакт.на профил]]></entry>
 	<entry key="378"><![CDATA[Нови съобщения:]]></entry>
@@ -471,7 +469,6 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="1361"><![CDATA[Deny]]></entry>
 	<entry key="1362"><![CDATA[I]]></entry>
 	<entry key="1363"><![CDATA[Activities and actions]]></entry>
-	<entry key="1386"><![CDATA[Mute microphone of others]]></entry>
 	<entry key="1410"><![CDATA[Poll Name]]></entry>
 	<entry key="1411"><![CDATA[You]]></entry>
 	<entry key="1412"><![CDATA[Archieved Polls]]></entry>
@@ -483,7 +480,6 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="1420"><![CDATA[Delete Poll]]></entry>
 	<entry key="1421"><![CDATA[Are you sure you want to delete this Poll? The results will be deleted as well.]]></entry>
 	<entry key="1422"><![CDATA[Language ISO Code]]></entry>
-	<entry key="1428">Give a permission for exclusive audio.</entry>
 	<entry key="1429"><![CDATA[Cam resolution]]></entry>
 	<entry key="1430"><![CDATA[Changing the resolution affects bandwidth, bigger picture needs more bandwith!]]></entry>
 	<entry key="1443"><![CDATA[Layout options]]></entry>
@@ -543,7 +539,6 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="1536"><![CDATA[System import]]></entry>
 	<entry key="1537"><![CDATA[Include uploaded files and recordings in backup]]></entry>
 	<entry key="1538"><![CDATA[Enable SIP transport in the room]]></entry>
-	<entry key="1539">Do you really want to provide this user an exclusive audio?</entry>
 	<entry key="1546"><![CDATA[Welcome]]></entry>
 	<entry key="1547"><![CDATA[Widget displaying basic user info and support links]]></entry>
 	<entry key="1548"><![CDATA[Widgets]]></entry>
@@ -945,9 +940,9 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="ulist.right.audio.grant"><![CDATA[Allow this user to use microphone]]></entry>
 	<entry key="ulist.right.audio.revoke"><![CDATA[Mute user and remove the right to turn on microphone]]></entry>
 	<entry key="ulist.right.audio.request"><![CDATA[Request permission to use microphone]]></entry>
-	<entry key="ulist.right.exclusive.grant"><![CDATA[Allow this user to mute others]]></entry>
-	<entry key="ulist.right.exclusive.revoke"><![CDATA[Remove this user's right to mute others]]></entry>
-	<entry key="ulist.right.exclusive.request"><![CDATA[Request exclusive audio]]></entry>
+	<entry key="ulist.right.muteothers.grant"><![CDATA[Allow this user to mute others]]></entry>
+	<entry key="ulist.right.muteothers.revoke"><![CDATA[Remove this user's right to mute others]]></entry>
+	<entry key="ulist.right.muteothers.request"><![CDATA[Request permission to mute others]]></entry>
 	<entry key="ulist.right.moderator.grant"><![CDATA[Allow this user to be moderator]]></entry>
 	<entry key="ulist.right.moderator.revoke"><![CDATA[Remove moderator permissions from this user]]></entry>
 	<entry key="ulist.right.moderator.request"><![CDATA[Request moderator permissions]]></entry>
@@ -966,6 +961,9 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="ulist.right.wb.grant"><![CDATA[Allow this user to draw on the whiteboard]]></entry>
 	<entry key="ulist.right.wb.revoke"><![CDATA[Remove this user's permission to draw on the whiteboard]]></entry>
 	<entry key="ulist.right.wb.request"><![CDATA[Request permission to draw on the whiteboard]]></entry>
+	<entry key="ulist.user.speaks"><![CDATA[потребителят говори]]></entry>
+	<entry key="ulist.user.muteothers"><![CDATA[ (By clicking here you can mute the microphone of others)]]></entry>
+	<entry key="ulist.user.muteothers.confirm"><![CDATA[Do you really want to mute all users except this one?]]></entry>
 	<entry key="activities.request.right.moderator"><![CDATA[requests permission to be moderator]]></entry>
 	<entry key="activities.request.right.presenter"><![CDATA[requests permission to be presenter]]></entry>
 	<entry key="activities.request.right.wb"><![CDATA[requests permission to draw on the whiteboard]]></entry>
@@ -973,7 +971,7 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="activities.request.right.remote"><![CDATA[requests permission to control screen during screen sharing]]></entry>
 	<entry key="activities.request.right.audio"><![CDATA[requests permission to turn on micropone]]></entry>
 	<entry key="activities.request.right.video"><![CDATA[requests permission to turn on camera]]></entry>
-	<entry key="activities.request.right.exclusive"><![CDATA[requests permission to use exclusive audio]]></entry>
+	<entry key="activities.request.right.muteothers"><![CDATA[requests permission to mute others]]></entry>
 	<entry key="activities.ask.question"><![CDATA[would like to ask a question]]></entry>
 	<entry key="camera.on"><![CDATA[Turn on camera]]></entry>
 	<entry key="camera.off"><![CDATA[Turn off camera]]></entry>
@@ -996,4 +994,5 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="download.image.steps"><![CDATA[Please right click the image and choose "Save image as"]]></entry>
 	<entry key="video.permission.title"><![CDATA[Permission is required]]></entry>
 	<entry key="video.permission.text"><![CDATA[Extra permission is required to play video.<br/>Press OK to allow playing.]]></entry>
+	<entry key="video.muteothers"><![CDATA[Mute microphone of others]]></entry>
 </properties>
diff --git a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_bn.properties.xml b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_bn.properties.xml
index caf4c04..7bf1bf4 100644
--- a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_bn.properties.xml
+++ b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_bn.properties.xml
@@ -172,8 +172,6 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="363"><![CDATA[ভাষা মুছুন]]></entry>
 	<entry key="366"><![CDATA[ভাষা যোগ করুন]]></entry>
 	<entry key="367"><![CDATA[ব্যাকআপ]]></entry>
-	<entry key="371"><![CDATA[ইউজার বলছেন]]></entry>
-	<entry key="372"><![CDATA[ইউজার বলছেন (এখানে ক্লিক করে আপনি একচেটিয়া অডিও দিতে পারেন / অন্যদের মাইক্রোফোন নিঃশব্দ করতে পারেন)]]></entry>
 	<entry key="376"><![CDATA[হ্যালো]]></entry>
 	<entry key="377"><![CDATA[আপনার প্রোফাইল সম্পাদনা করুন]]></entry>
 	<entry key="378"><![CDATA[অপঠিত বার্তা]]></entry>
@@ -471,7 +469,6 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="1361"><![CDATA[Deny and remove message]]></entry>
 	<entry key="1362"><![CDATA[I]]></entry>
 	<entry key="1363"><![CDATA[Activities and actions]]></entry>
-	<entry key="1386"><![CDATA[Mute microphone of others. Give exclusive audio to me (You can also press F12)]]></entry>
 	<entry key="1410"><![CDATA[Poll name]]></entry>
 	<entry key="1411"><![CDATA[You]]></entry>
 	<entry key="1412"><![CDATA[Archieved polls]]></entry>
@@ -483,7 +480,6 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="1420"><![CDATA[Delete poll]]></entry>
 	<entry key="1421"><![CDATA[Are you sure you want to delete this poll? The results will be deleted as well.]]></entry>
 	<entry key="1422"><![CDATA[Language ISO code]]></entry>
-	<entry key="1428">Give a permission for exclusive audio.</entry>
 	<entry key="1429"><![CDATA[Cam resolution]]></entry>
 	<entry key="1430"><![CDATA[Changing the resolution affects bandwidth, bigger picture needs more bandwith.]]></entry>
 	<entry key="1443"><![CDATA[Layout options]]></entry>
@@ -543,7 +539,6 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="1536"><![CDATA[System import]]></entry>
 	<entry key="1537"><![CDATA[Include uploaded files and recordings in backup]]></entry>
 	<entry key="1538"><![CDATA[Enable SIP transport in the room]]></entry>
-	<entry key="1539">Do you really want to provide this user an exclusive audio?</entry>
 	<entry key="1546"><![CDATA[Welcome]]></entry>
 	<entry key="1547"><![CDATA[Widget displaying basic user info and support links]]></entry>
 	<entry key="1548"><![CDATA[Widgets]]></entry>
@@ -945,9 +940,9 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="ulist.right.audio.grant"><![CDATA[Allow this user to use microphone]]></entry>
 	<entry key="ulist.right.audio.revoke"><![CDATA[Mute user and remove the right to turn on microphone]]></entry>
 	<entry key="ulist.right.audio.request"><![CDATA[Request permission to use microphone]]></entry>
-	<entry key="ulist.right.exclusive.grant"><![CDATA[Allow this user to mute others]]></entry>
-	<entry key="ulist.right.exclusive.revoke"><![CDATA[Remove this user's right to mute others]]></entry>
-	<entry key="ulist.right.exclusive.request"><![CDATA[Request exclusive audio]]></entry>
+	<entry key="ulist.right.muteothers.grant"><![CDATA[Allow this user to mute others]]></entry>
+	<entry key="ulist.right.muteothers.revoke"><![CDATA[Remove this user's right to mute others]]></entry>
+	<entry key="ulist.right.muteothers.request"><![CDATA[Request permission to mute others]]></entry>
 	<entry key="ulist.right.moderator.grant"><![CDATA[Allow this user to be moderator]]></entry>
 	<entry key="ulist.right.moderator.revoke"><![CDATA[Remove moderator permissions from this user]]></entry>
 	<entry key="ulist.right.moderator.request"><![CDATA[Request moderator permissions]]></entry>
@@ -966,6 +961,9 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="ulist.right.wb.grant"><![CDATA[Allow this user to draw on the whiteboard]]></entry>
 	<entry key="ulist.right.wb.revoke"><![CDATA[Remove this user's permission to draw on the whiteboard]]></entry>
 	<entry key="ulist.right.wb.request"><![CDATA[Request permission to draw on the whiteboard]]></entry>
+	<entry key="ulist.user.speaks"><![CDATA[ইউজার বলছেন]]></entry>
+	<entry key="ulist.user.muteothers"><![CDATA[ (এখানে ক্লিক করে আপনি একচেটিয়া অডিও দিতে পারেন / অন্যদের মাইক্রোফোন নিঃশব্দ করতে পারেন)]]></entry>
+	<entry key="ulist.user.muteothers.confirm"><![CDATA[Do you really want to mute all users except this one?]]></entry>
 	<entry key="activities.request.right.moderator"><![CDATA[requests permission to be moderator]]></entry>
 	<entry key="activities.request.right.presenter"><![CDATA[requests permission to be presenter]]></entry>
 	<entry key="activities.request.right.wb"><![CDATA[requests permission to draw on the whiteboard]]></entry>
@@ -973,7 +971,7 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="activities.request.right.remote"><![CDATA[requests permission to control screen during screen sharing]]></entry>
 	<entry key="activities.request.right.audio"><![CDATA[requests permission to turn on micropone]]></entry>
 	<entry key="activities.request.right.video"><![CDATA[requests permission to turn on camera]]></entry>
-	<entry key="activities.request.right.exclusive"><![CDATA[requests permission to use exclusive audio]]></entry>
+	<entry key="activities.request.right.muteothers"><![CDATA[requests permission to mute others]]></entry>
 	<entry key="activities.ask.question"><![CDATA[would like to ask a question]]></entry>
 	<entry key="camera.on"><![CDATA[Turn on camera]]></entry>
 	<entry key="camera.off"><![CDATA[Turn off camera]]></entry>
@@ -996,4 +994,5 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="download.image.steps"><![CDATA[Please right click the image and choose "Save image as"]]></entry>
 	<entry key="video.permission.title"><![CDATA[Permission is required]]></entry>
 	<entry key="video.permission.text"><![CDATA[Extra permission is required to play video.<br/>Press OK to allow playing.]]></entry>
+	<entry key="video.muteothers"><![CDATA[Mute microphone of others]]></entry>
 </properties>
diff --git a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_ca.properties.xml b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_ca.properties.xml
index 01318d8..e135414 100644
--- a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_ca.properties.xml
+++ b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_ca.properties.xml
@@ -172,8 +172,6 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="363"><![CDATA[eliminar idioma]]></entry>
 	<entry key="366"><![CDATA[afegir idioma]]></entry>
 	<entry key="367"><![CDATA[Copia de seguretat]]></entry>
-	<entry key="371"><![CDATA[l'usuari parla]]></entry>
-	<entry key="372"><![CDATA[l'usuari parla (By clicking here you can give exclusive audio / mute the microphone of others)]]></entry>
 	<entry key="376"><![CDATA[Salutacions,]]></entry>
 	<entry key="377"><![CDATA[Editar perfil]]></entry>
 	<entry key="378"><![CDATA[Nous missatges:]]></entry>
@@ -471,7 +469,6 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="1361"><![CDATA[Deny]]></entry>
 	<entry key="1362"><![CDATA[I]]></entry>
 	<entry key="1363"><![CDATA[Activities and actions]]></entry>
-	<entry key="1386"><![CDATA[Mute microphone of others]]></entry>
 	<entry key="1410"><![CDATA[Poll Name]]></entry>
 	<entry key="1411"><![CDATA[You]]></entry>
 	<entry key="1412"><![CDATA[Archieved Polls]]></entry>
@@ -483,7 +480,6 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="1420"><![CDATA[Delete Poll]]></entry>
 	<entry key="1421"><![CDATA[Are you sure you want to delete this Poll? The results will be deleted as well.]]></entry>
 	<entry key="1422"><![CDATA[Language ISO Code]]></entry>
-	<entry key="1428">Give a permission for exclusive audio.</entry>
 	<entry key="1429"><![CDATA[Cam resolution]]></entry>
 	<entry key="1430"><![CDATA[Changing the resolution affects bandwidth, bigger picture needs more bandwith!]]></entry>
 	<entry key="1443"><![CDATA[Layout options]]></entry>
@@ -543,7 +539,6 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="1536"><![CDATA[System import]]></entry>
 	<entry key="1537"><![CDATA[Include uploaded files and recordings in backup]]></entry>
 	<entry key="1538"><![CDATA[Enable SIP transport in the room]]></entry>
-	<entry key="1539">Do you really want to provide this user an exclusive audio?</entry>
 	<entry key="1546"><![CDATA[Welcome]]></entry>
 	<entry key="1547"><![CDATA[Widget displaying basic user info and support links]]></entry>
 	<entry key="1548"><![CDATA[Widgets]]></entry>
@@ -945,9 +940,9 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="ulist.right.audio.grant"><![CDATA[Allow this user to use microphone]]></entry>
 	<entry key="ulist.right.audio.revoke"><![CDATA[Mute user and remove the right to turn on microphone]]></entry>
 	<entry key="ulist.right.audio.request"><![CDATA[Request permission to use microphone]]></entry>
-	<entry key="ulist.right.exclusive.grant"><![CDATA[Allow this user to mute others]]></entry>
-	<entry key="ulist.right.exclusive.revoke"><![CDATA[Remove this user's right to mute others]]></entry>
-	<entry key="ulist.right.exclusive.request"><![CDATA[Request exclusive audio]]></entry>
+	<entry key="ulist.right.muteothers.grant"><![CDATA[Allow this user to mute others]]></entry>
+	<entry key="ulist.right.muteothers.revoke"><![CDATA[Remove this user's right to mute others]]></entry>
+	<entry key="ulist.right.muteothers.request"><![CDATA[Request permission to mute others]]></entry>
 	<entry key="ulist.right.moderator.grant"><![CDATA[Allow this user to be moderator]]></entry>
 	<entry key="ulist.right.moderator.revoke"><![CDATA[Remove moderator permissions from this user]]></entry>
 	<entry key="ulist.right.moderator.request"><![CDATA[Request moderator permissions]]></entry>
@@ -966,6 +961,9 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="ulist.right.wb.grant"><![CDATA[Allow this user to draw on the whiteboard]]></entry>
 	<entry key="ulist.right.wb.revoke"><![CDATA[Remove this user's permission to draw on the whiteboard]]></entry>
 	<entry key="ulist.right.wb.request"><![CDATA[Request permission to draw on the whiteboard]]></entry>
+	<entry key="ulist.user.speaks"><![CDATA[l'usuari parla]]></entry>
+	<entry key="ulist.user.muteothers"><![CDATA[ (By clicking here you can mute the microphone of others)]]></entry>
+	<entry key="ulist.user.muteothers.confirm"><![CDATA[Do you really want to mute all users except this one?]]></entry>
 	<entry key="activities.request.right.moderator"><![CDATA[requests permission to be moderator]]></entry>
 	<entry key="activities.request.right.presenter"><![CDATA[requests permission to be presenter]]></entry>
 	<entry key="activities.request.right.wb"><![CDATA[requests permission to draw on the whiteboard]]></entry>
@@ -973,7 +971,7 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="activities.request.right.remote"><![CDATA[requests permission to control screen during screen sharing]]></entry>
 	<entry key="activities.request.right.audio"><![CDATA[requests permission to turn on micropone]]></entry>
 	<entry key="activities.request.right.video"><![CDATA[requests permission to turn on camera]]></entry>
-	<entry key="activities.request.right.exclusive"><![CDATA[requests permission to use exclusive audio]]></entry>
+	<entry key="activities.request.right.muteothers"><![CDATA[requests permission to mute others]]></entry>
 	<entry key="activities.ask.question"><![CDATA[would like to ask a question]]></entry>
 	<entry key="camera.on"><![CDATA[Turn on camera]]></entry>
 	<entry key="camera.off"><![CDATA[Turn off camera]]></entry>
@@ -996,4 +994,5 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="download.image.steps"><![CDATA[Please right click the image and choose "Save image as"]]></entry>
 	<entry key="video.permission.title"><![CDATA[Permission is required]]></entry>
 	<entry key="video.permission.text"><![CDATA[Extra permission is required to play video.<br/>Press OK to allow playing.]]></entry>
+	<entry key="video.muteothers"><![CDATA[Mute microphone of others]]></entry>
 </properties>
diff --git a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_cs.properties.xml b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_cs.properties.xml
index 88b272f..17db16e 100644
--- a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_cs.properties.xml
+++ b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_cs.properties.xml
@@ -172,8 +172,6 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="363"><![CDATA[smaž jazyk]]></entry>
 	<entry key="366"><![CDATA[přidej jazyk]]></entry>
 	<entry key="367"><![CDATA[Záloha]]></entry>
-	<entry key="371"><![CDATA[uživatel mluví]]></entry>
-	<entry key="372"><![CDATA[uživatel mluví (By clicking here you can give exclusive audio / mute the microphone of others)]]></entry>
 	<entry key="376"><![CDATA[Dobrý den,]]></entry>
 	<entry key="377"><![CDATA[Uprav svůj profil]]></entry>
 	<entry key="378"><![CDATA[Nové zprávy:]]></entry>
@@ -471,7 +469,6 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="1361"><![CDATA[Deny]]></entry>
 	<entry key="1362"><![CDATA[I]]></entry>
 	<entry key="1363"><![CDATA[Activities and actions]]></entry>
-	<entry key="1386"><![CDATA[Mute microphone of others]]></entry>
 	<entry key="1410"><![CDATA[Poll Name]]></entry>
 	<entry key="1411"><![CDATA[You]]></entry>
 	<entry key="1412"><![CDATA[Archieved Polls]]></entry>
@@ -483,7 +480,6 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="1420"><![CDATA[Delete Poll]]></entry>
 	<entry key="1421"><![CDATA[Are you sure you want to delete this Poll? The results will be deleted as well.]]></entry>
 	<entry key="1422"><![CDATA[Language ISO Code]]></entry>
-	<entry key="1428">Give a permission for exclusive audio.</entry>
 	<entry key="1429"><![CDATA[Cam resolution]]></entry>
 	<entry key="1430"><![CDATA[Changing the resolution affects bandwidth, bigger picture needs more bandwith!]]></entry>
 	<entry key="1443"><![CDATA[Layout options]]></entry>
@@ -543,7 +539,6 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="1536"><![CDATA[System import]]></entry>
 	<entry key="1537"><![CDATA[Include uploaded files and recordings in backup]]></entry>
 	<entry key="1538"><![CDATA[Enable SIP transport in the room]]></entry>
-	<entry key="1539">Do you really want to provide this user an exclusive audio?</entry>
 	<entry key="1546"><![CDATA[Welcome]]></entry>
 	<entry key="1547"><![CDATA[Widget displaying basic user info and support links]]></entry>
 	<entry key="1548"><![CDATA[Widgets]]></entry>
@@ -945,9 +940,9 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="ulist.right.audio.grant"><![CDATA[Allow this user to use microphone]]></entry>
 	<entry key="ulist.right.audio.revoke"><![CDATA[Mute user and remove the right to turn on microphone]]></entry>
 	<entry key="ulist.right.audio.request"><![CDATA[Request permission to use microphone]]></entry>
-	<entry key="ulist.right.exclusive.grant"><![CDATA[Allow this user to mute others]]></entry>
-	<entry key="ulist.right.exclusive.revoke"><![CDATA[Remove this user's right to mute others]]></entry>
-	<entry key="ulist.right.exclusive.request"><![CDATA[Request exclusive audio]]></entry>
+	<entry key="ulist.right.muteothers.grant"><![CDATA[Allow this user to mute others]]></entry>
+	<entry key="ulist.right.muteothers.revoke"><![CDATA[Remove this user's right to mute others]]></entry>
+	<entry key="ulist.right.muteothers.request"><![CDATA[Request permission to mute others]]></entry>
 	<entry key="ulist.right.moderator.grant"><![CDATA[Allow this user to be moderator]]></entry>
 	<entry key="ulist.right.moderator.revoke"><![CDATA[Remove moderator permissions from this user]]></entry>
 	<entry key="ulist.right.moderator.request"><![CDATA[Request moderator permissions]]></entry>
@@ -966,6 +961,9 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="ulist.right.wb.grant"><![CDATA[Allow this user to draw on the whiteboard]]></entry>
 	<entry key="ulist.right.wb.revoke"><![CDATA[Remove this user's permission to draw on the whiteboard]]></entry>
 	<entry key="ulist.right.wb.request"><![CDATA[Request permission to draw on the whiteboard]]></entry>
+	<entry key="ulist.user.speaks"><![CDATA[uživatel mluví]]></entry>
+	<entry key="ulist.user.muteothers"><![CDATA[ (By clicking here you can mute the microphone of others)]]></entry>
+	<entry key="ulist.user.muteothers.confirm"><![CDATA[Do you really want to mute all users except this one?]]></entry>
 	<entry key="activities.request.right.moderator"><![CDATA[requests permission to be moderator]]></entry>
 	<entry key="activities.request.right.presenter"><![CDATA[requests permission to be presenter]]></entry>
 	<entry key="activities.request.right.wb"><![CDATA[requests permission to draw on the whiteboard]]></entry>
@@ -973,7 +971,7 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="activities.request.right.remote"><![CDATA[requests permission to control screen during screen sharing]]></entry>
 	<entry key="activities.request.right.audio"><![CDATA[requests permission to turn on micropone]]></entry>
 	<entry key="activities.request.right.video"><![CDATA[requests permission to turn on camera]]></entry>
-	<entry key="activities.request.right.exclusive"><![CDATA[requests permission to use exclusive audio]]></entry>
+	<entry key="activities.request.right.muteothers"><![CDATA[requests permission to mute others]]></entry>
 	<entry key="activities.ask.question"><![CDATA[would like to ask a question]]></entry>
 	<entry key="camera.on"><![CDATA[Turn on camera]]></entry>
 	<entry key="camera.off"><![CDATA[Turn off camera]]></entry>
@@ -996,4 +994,5 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="download.image.steps"><![CDATA[Please right click the image and choose "Save image as"]]></entry>
 	<entry key="video.permission.title"><![CDATA[Permission is required]]></entry>
 	<entry key="video.permission.text"><![CDATA[Extra permission is required to play video.<br/>Press OK to allow playing.]]></entry>
+	<entry key="video.muteothers"><![CDATA[Mute microphone of others]]></entry>
 </properties>
diff --git a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_da.properties.xml b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_da.properties.xml
index 173af9e..d9afb8b 100644
--- a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_da.properties.xml
+++ b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_da.properties.xml
@@ -172,8 +172,6 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="363"><![CDATA[Fjern sprog]]></entry>
 	<entry key="366"><![CDATA[Tilføj sprog]]></entry>
 	<entry key="367"><![CDATA[Sikkerhedskopier]]></entry>
-	<entry key="371"><![CDATA[Bruger taler]]></entry>
-	<entry key="372"><![CDATA[Bruger taler (By clicking here you can give exclusive audio / mute the microphone of others)]]></entry>
 	<entry key="376"><![CDATA[Hej,]]></entry>
 	<entry key="377"><![CDATA[Rediger profil]]></entry>
 	<entry key="378"><![CDATA[Nye meddelelser:]]></entry>
@@ -471,7 +469,6 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="1361"><![CDATA[Deny]]></entry>
 	<entry key="1362"><![CDATA[I]]></entry>
 	<entry key="1363"><![CDATA[Activities and actions]]></entry>
-	<entry key="1386"><![CDATA[Mute microphone of others]]></entry>
 	<entry key="1410"><![CDATA[Poll Name]]></entry>
 	<entry key="1411"><![CDATA[You]]></entry>
 	<entry key="1412"><![CDATA[Archieved Polls]]></entry>
@@ -483,7 +480,6 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="1420"><![CDATA[Delete Poll]]></entry>
 	<entry key="1421"><![CDATA[Are you sure you want to delete this Poll? The results will be deleted as well.]]></entry>
 	<entry key="1422"><![CDATA[Language ISO Code]]></entry>
-	<entry key="1428">Give a permission for exclusive audio.</entry>
 	<entry key="1429"><![CDATA[Cam resolution]]></entry>
 	<entry key="1430"><![CDATA[Changing the resolution affects bandwidth, bigger picture needs more bandwith!]]></entry>
 	<entry key="1443"><![CDATA[Layout options]]></entry>
@@ -543,7 +539,6 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="1536"><![CDATA[System import]]></entry>
 	<entry key="1537"><![CDATA[Include uploaded files and recordings in backup]]></entry>
 	<entry key="1538"><![CDATA[Enable SIP transport in the room]]></entry>
-	<entry key="1539">Do you really want to provide this user an exclusive audio?</entry>
 	<entry key="1546"><![CDATA[Welcome]]></entry>
 	<entry key="1547"><![CDATA[Widget displaying basic user info and support links]]></entry>
 	<entry key="1548"><![CDATA[Widgets]]></entry>
@@ -945,9 +940,9 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="ulist.right.audio.grant"><![CDATA[Allow this user to use microphone]]></entry>
 	<entry key="ulist.right.audio.revoke"><![CDATA[Mute user and remove the right to turn on microphone]]></entry>
 	<entry key="ulist.right.audio.request"><![CDATA[Request permission to use microphone]]></entry>
-	<entry key="ulist.right.exclusive.grant"><![CDATA[Allow this user to mute others]]></entry>
-	<entry key="ulist.right.exclusive.revoke"><![CDATA[Remove this user's right to mute others]]></entry>
-	<entry key="ulist.right.exclusive.request"><![CDATA[Request exclusive audio]]></entry>
+	<entry key="ulist.right.muteothers.grant"><![CDATA[Allow this user to mute others]]></entry>
+	<entry key="ulist.right.muteothers.revoke"><![CDATA[Remove this user's right to mute others]]></entry>
+	<entry key="ulist.right.muteothers.request"><![CDATA[Request permission to mute others]]></entry>
 	<entry key="ulist.right.moderator.grant"><![CDATA[Allow this user to be moderator]]></entry>
 	<entry key="ulist.right.moderator.revoke"><![CDATA[Remove moderator permissions from this user]]></entry>
 	<entry key="ulist.right.moderator.request"><![CDATA[Request moderator permissions]]></entry>
@@ -966,6 +961,9 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="ulist.right.wb.grant"><![CDATA[Allow this user to draw on the whiteboard]]></entry>
 	<entry key="ulist.right.wb.revoke"><![CDATA[Remove this user's permission to draw on the whiteboard]]></entry>
 	<entry key="ulist.right.wb.request"><![CDATA[Request permission to draw on the whiteboard]]></entry>
+	<entry key="ulist.user.speaks"><![CDATA[Bruger taler]]></entry>
+	<entry key="ulist.user.muteothers"><![CDATA[ (By clicking here you can mute the microphone of others)]]></entry>
+	<entry key="ulist.user.muteothers.confirm"><![CDATA[Do you really want to mute all users except this one?]]></entry>
 	<entry key="activities.request.right.moderator"><![CDATA[requests permission to be moderator]]></entry>
 	<entry key="activities.request.right.presenter"><![CDATA[requests permission to be presenter]]></entry>
 	<entry key="activities.request.right.wb"><![CDATA[requests permission to draw on the whiteboard]]></entry>
@@ -973,7 +971,7 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="activities.request.right.remote"><![CDATA[requests permission to control screen during screen sharing]]></entry>
 	<entry key="activities.request.right.audio"><![CDATA[requests permission to turn on micropone]]></entry>
 	<entry key="activities.request.right.video"><![CDATA[requests permission to turn on camera]]></entry>
-	<entry key="activities.request.right.exclusive"><![CDATA[requests permission to use exclusive audio]]></entry>
+	<entry key="activities.request.right.muteothers"><![CDATA[requests permission to mute others]]></entry>
 	<entry key="activities.ask.question"><![CDATA[would like to ask a question]]></entry>
 	<entry key="camera.on"><![CDATA[Turn on camera]]></entry>
 	<entry key="camera.off"><![CDATA[Turn off camera]]></entry>
@@ -996,4 +994,5 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="download.image.steps"><![CDATA[Please right click the image and choose "Save image as"]]></entry>
 	<entry key="video.permission.title"><![CDATA[Permission is required]]></entry>
 	<entry key="video.permission.text"><![CDATA[Extra permission is required to play video.<br/>Press OK to allow playing.]]></entry>
+	<entry key="video.muteothers"><![CDATA[Mute microphone of others]]></entry>
 </properties>
diff --git a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_de.properties.xml b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_de.properties.xml
index ddfe89b..4178c15 100644
--- a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_de.properties.xml
+++ b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_de.properties.xml
@@ -172,8 +172,6 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="363"><![CDATA[Sprache löschen]]></entry>
 	<entry key="366"><![CDATA[Sprache anlegen]]></entry>
 	<entry key="367"><![CDATA[Sicherung]]></entry>
-	<entry key="371"><![CDATA[Benutzer spricht]]></entry>
-	<entry key="372"><![CDATA[Benutzer spricht (Durch klicken können Sie exclusive audio vergeben  / das Mikrofon für anderen stummschalten)]]></entry>
 	<entry key="376"><![CDATA[Hallo,]]></entry>
 	<entry key="377"><![CDATA[Profil bearbeiten]]></entry>
 	<entry key="378"><![CDATA[Ungelesene Nachrichten:]]></entry>
@@ -471,7 +469,6 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="1361"><![CDATA[Ablehnen]]></entry>
 	<entry key="1362"><![CDATA[Ich]]></entry>
 	<entry key="1363"><![CDATA[Aktivitäten und Aktionen]]></entry>
-	<entry key="1386"><![CDATA[Mikrofon für andere stumm schalten]]></entry>
 	<entry key="1410"><![CDATA[Titel der Abstimmung]]></entry>
 	<entry key="1411"><![CDATA[Sie]]></entry>
 	<entry key="1412"><![CDATA[Archivierte Abstimmungen]]></entry>
@@ -483,7 +480,6 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="1420"><![CDATA[Abstimmung löschen]]></entry>
 	<entry key="1421"><![CDATA[Wollen Sie die Abstimmung wirklich löschen? Damit werden auch alle Ergebnisse gelöscht.]]></entry>
 	<entry key="1422"><![CDATA[Sprache: ISO Code]]></entry>
-	<entry key="1428"><![CDATA[Recht für exklusives Audio geben.]]></entry>
 	<entry key="1429"><![CDATA[Kamera-Auflösung]]></entry>
 	<entry key="1430"><![CDATA[Die Kamera-Auflösung hat einen direkten Einfluss auf die verbrauchte Upload-Bandbreite!]]></entry>
 	<entry key="1443"><![CDATA[Layout Optionen]]></entry>
@@ -543,7 +539,6 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="1536"><![CDATA[System Import]]></entry>
 	<entry key="1537"><![CDATA[beinhaltet hochgeladene Dateien und Aufnahmen im Backup]]></entry>
 	<entry key="1538"><![CDATA[Aktivieren Sie SIP-Verkehr im Raum]]></entry>
-	<entry key="1539"><![CDATA[Wollen Sie wirklich diesem Benutzer exklusive Audiorechte geben?]]></entry>
 	<entry key="1546"><![CDATA[Wilkommen]]></entry>
 	<entry key="1547"><![CDATA[Anzeige von Informationen und Support-Links]]></entry>
 	<entry key="1548"><![CDATA[Widgets]]></entry>
@@ -950,9 +945,9 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="ulist.right.audio.grant"><![CDATA[Allow this user to use microphone]]></entry>
 	<entry key="ulist.right.audio.revoke"><![CDATA[Mute user and remove the right to turn on microphone]]></entry>
 	<entry key="ulist.right.audio.request"><![CDATA[Request permission to use microphone]]></entry>
-	<entry key="ulist.right.exclusive.grant"><![CDATA[Allow this user to mute others]]></entry>
-	<entry key="ulist.right.exclusive.revoke"><![CDATA[Remove this user's right to mute others]]></entry>
-	<entry key="ulist.right.exclusive.request"><![CDATA[Request exclusive audio]]></entry>
+	<entry key="ulist.right.muteothers.grant"><![CDATA[Allow this user to mute others]]></entry>
+	<entry key="ulist.right.muteothers.revoke"><![CDATA[Remove this user's right to mute others]]></entry>
+	<entry key="ulist.right.muteothers.request"><![CDATA[Request permission to mute others]]></entry>
 	<entry key="ulist.right.moderator.grant"><![CDATA[Allow this user to be moderator]]></entry>
 	<entry key="ulist.right.moderator.revoke"><![CDATA[Remove moderator permissions from this user]]></entry>
 	<entry key="ulist.right.moderator.request"><![CDATA[Request moderator permissions]]></entry>
@@ -971,6 +966,9 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="ulist.right.wb.grant"><![CDATA[Allow this user to draw on the whiteboard]]></entry>
 	<entry key="ulist.right.wb.revoke"><![CDATA[Remove this user's permission to draw on the whiteboard]]></entry>
 	<entry key="ulist.right.wb.request"><![CDATA[Request permission to draw on the whiteboard]]></entry>
+	<entry key="ulist.user.speaks"><![CDATA[Benutzer spricht]]></entry>
+	<entry key="ulist.user.muteothers"><![CDATA[ (Durch klicken schalten Sie das Mikrofon aller anderen stumm)]]></entry>
+	<entry key="ulist.user.muteothers.confirm"><![CDATA[Do you really want to mute all users except this one?]]></entry>
 	<entry key="activities.request.right.moderator"><![CDATA[requests permission to be moderator]]></entry>
 	<entry key="activities.request.right.presenter"><![CDATA[requests permission to be presenter]]></entry>
 	<entry key="activities.request.right.wb"><![CDATA[requests permission to draw on the whiteboard]]></entry>
@@ -978,7 +976,7 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="activities.request.right.remote"><![CDATA[requests permission to control screen during screen sharing]]></entry>
 	<entry key="activities.request.right.audio"><![CDATA[requests permission to turn on micropone]]></entry>
 	<entry key="activities.request.right.video"><![CDATA[requests permission to turn on camera]]></entry>
-	<entry key="activities.request.right.exclusive"><![CDATA[requests permission to use exclusive audio]]></entry>
+	<entry key="activities.request.right.muteothers"><![CDATA[requests permission to mute others]]></entry>
 	<entry key="activities.ask.question"><![CDATA[would like to ask a question]]></entry>
 	<entry key="camera.on"><![CDATA[Turn on camera]]></entry>
 	<entry key="camera.off"><![CDATA[Turn off camera]]></entry>
@@ -1001,4 +999,5 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="download.image.steps"><![CDATA[Please right click the image and choose "Save image as"]]></entry>
 	<entry key="video.permission.title"><![CDATA[Permission is required]]></entry>
 	<entry key="video.permission.text"><![CDATA[Extra permission is required to play video.<br/>Press OK to allow playing.]]></entry>
+	<entry key="video.muteothers"><![CDATA[Mikrofon für andere stumm schalten]]></entry>
 </properties>
diff --git a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_el.properties.xml b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_el.properties.xml
index d9e8209..b858491 100644
--- a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_el.properties.xml
+++ b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_el.properties.xml
@@ -172,8 +172,6 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="363"><![CDATA[Διαγραφή Γλώσσας]]></entry>
 	<entry key="366"><![CDATA[Προσθήκη Γλώσσας]]></entry>
 	<entry key="367"><![CDATA[Αντίγραφα Ασφαλείας]]></entry>
-	<entry key="371"><![CDATA[Ο Χρήστης μιλάει]]></entry>
-	<entry key="372"><![CDATA[Ο Χρήστης μιλάει (By clicking here you can give exclusive audio / mute the microphone of others)]]></entry>
 	<entry key="376"><![CDATA[Γειά σας,]]></entry>
 	<entry key="377"><![CDATA[Επεξεργασία Προφίλ]]></entry>
 	<entry key="378"><![CDATA[Νέα Μηνύματα:]]></entry>
@@ -471,7 +469,6 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="1361"><![CDATA[Deny]]></entry>
 	<entry key="1362"><![CDATA[I]]></entry>
 	<entry key="1363"><![CDATA[Activities and actions]]></entry>
-	<entry key="1386"><![CDATA[Mute microphone of others]]></entry>
 	<entry key="1410"><![CDATA[Poll Name]]></entry>
 	<entry key="1411"><![CDATA[You]]></entry>
 	<entry key="1412"><![CDATA[Archieved Polls]]></entry>
@@ -483,7 +480,6 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="1420"><![CDATA[Delete Poll]]></entry>
 	<entry key="1421"><![CDATA[Are you sure you want to delete this Poll? The results will be deleted as well.]]></entry>
 	<entry key="1422"><![CDATA[Language ISO Code]]></entry>
-	<entry key="1428">Give a permission for exclusive audio.</entry>
 	<entry key="1429"><![CDATA[Cam resolution]]></entry>
 	<entry key="1430"><![CDATA[Changing the resolution affects bandwidth, bigger picture needs more bandwith!]]></entry>
 	<entry key="1443"><![CDATA[Layout options]]></entry>
@@ -543,7 +539,6 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="1536"><![CDATA[System import]]></entry>
 	<entry key="1537"><![CDATA[Include uploaded files and recordings in backup]]></entry>
 	<entry key="1538"><![CDATA[Enable SIP transport in the room]]></entry>
-	<entry key="1539">Do you really want to provide this user an exclusive audio?</entry>
 	<entry key="1546"><![CDATA[Welcome]]></entry>
 	<entry key="1547"><![CDATA[Widget displaying basic user info and support links]]></entry>
 	<entry key="1548"><![CDATA[Widgets]]></entry>
@@ -945,9 +940,9 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="ulist.right.audio.grant"><![CDATA[Allow this user to use microphone]]></entry>
 	<entry key="ulist.right.audio.revoke"><![CDATA[Mute user and remove the right to turn on microphone]]></entry>
 	<entry key="ulist.right.audio.request"><![CDATA[Request permission to use microphone]]></entry>
-	<entry key="ulist.right.exclusive.grant"><![CDATA[Allow this user to mute others]]></entry>
-	<entry key="ulist.right.exclusive.revoke"><![CDATA[Remove this user's right to mute others]]></entry>
-	<entry key="ulist.right.exclusive.request"><![CDATA[Request exclusive audio]]></entry>
+	<entry key="ulist.right.muteothers.grant"><![CDATA[Allow this user to mute others]]></entry>
+	<entry key="ulist.right.muteothers.revoke"><![CDATA[Remove this user's right to mute others]]></entry>
+	<entry key="ulist.right.muteothers.request"><![CDATA[Request permission to mute others]]></entry>
 	<entry key="ulist.right.moderator.grant"><![CDATA[Allow this user to be moderator]]></entry>
 	<entry key="ulist.right.moderator.revoke"><![CDATA[Remove moderator permissions from this user]]></entry>
 	<entry key="ulist.right.moderator.request"><![CDATA[Request moderator permissions]]></entry>
@@ -966,6 +961,9 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="ulist.right.wb.grant"><![CDATA[Allow this user to draw on the whiteboard]]></entry>
 	<entry key="ulist.right.wb.revoke"><![CDATA[Remove this user's permission to draw on the whiteboard]]></entry>
 	<entry key="ulist.right.wb.request"><![CDATA[Request permission to draw on the whiteboard]]></entry>
+	<entry key="ulist.user.speaks"><![CDATA[Ο Χρήστης μιλάει]]></entry>
+	<entry key="ulist.user.muteothers"><![CDATA[ (By clicking here you can mute the microphone of others)]]></entry>
+	<entry key="ulist.user.muteothers.confirm"><![CDATA[Do you really want to mute all users except this one?]]></entry>
 	<entry key="activities.request.right.moderator"><![CDATA[requests permission to be moderator]]></entry>
 	<entry key="activities.request.right.presenter"><![CDATA[requests permission to be presenter]]></entry>
 	<entry key="activities.request.right.wb"><![CDATA[requests permission to draw on the whiteboard]]></entry>
@@ -973,7 +971,7 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="activities.request.right.remote"><![CDATA[requests permission to control screen during screen sharing]]></entry>
 	<entry key="activities.request.right.audio"><![CDATA[requests permission to turn on micropone]]></entry>
 	<entry key="activities.request.right.video"><![CDATA[requests permission to turn on camera]]></entry>
-	<entry key="activities.request.right.exclusive"><![CDATA[requests permission to use exclusive audio]]></entry>
+	<entry key="activities.request.right.muteothers"><![CDATA[requests permission to mute others]]></entry>
 	<entry key="activities.ask.question"><![CDATA[would like to ask a question]]></entry>
 	<entry key="camera.on"><![CDATA[Turn on camera]]></entry>
 	<entry key="camera.off"><![CDATA[Turn off camera]]></entry>
@@ -996,4 +994,5 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="download.image.steps"><![CDATA[Please right click the image and choose "Save image as"]]></entry>
 	<entry key="video.permission.title"><![CDATA[Permission is required]]></entry>
 	<entry key="video.permission.text"><![CDATA[Extra permission is required to play video.<br/>Press OK to allow playing.]]></entry>
+	<entry key="video.muteothers"><![CDATA[Mute microphone of others]]></entry>
 </properties>
diff --git a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_es.properties.xml b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_es.properties.xml
index aa1d7ba..bc8c078 100644
--- a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_es.properties.xml
+++ b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_es.properties.xml
@@ -172,8 +172,6 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="363"><![CDATA[eliminar idioma]]></entry>
 	<entry key="366"><![CDATA[añadir idioma]]></entry>
 	<entry key="367"><![CDATA[Copia de seguridad]]></entry>
-	<entry key="371"><![CDATA[usuario habla]]></entry>
-	<entry key="372"><![CDATA[usuario habla (Haciendo clic aquí usted podrá dar audio exclusivo o silenciar el micrófono de los demás)]]></entry>
 	<entry key="376"><![CDATA[Saludos,]]></entry>
 	<entry key="377"><![CDATA[Editar perfil]]></entry>
 	<entry key="378"><![CDATA[Nuevos mensajes:]]></entry>
@@ -471,7 +469,6 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="1361"><![CDATA[Denegar]]></entry>
 	<entry key="1362"><![CDATA[I]]></entry>
 	<entry key="1363"><![CDATA[Actividades y acciones]]></entry>
-	<entry key="1386"><![CDATA[Silenciar los micrófonos de los demás]]></entry>
 	<entry key="1410"><![CDATA[Nombre Encuesta]]></entry>
 	<entry key="1411"><![CDATA[Usted]]></entry>
 	<entry key="1412"><![CDATA[Encuestas archivadas]]></entry>
@@ -483,7 +480,6 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="1420"><![CDATA[Eliminar encuesta]]></entry>
 	<entry key="1421"><![CDATA[Realmente quiere eliminar esta encuesta? Los resultados tambien se eliminarán.]]></entry>
 	<entry key="1422"><![CDATA[Lenguaje ISO Código]]></entry>
-	<entry key="1428">Dar permiso para audio exclusivo.</entry>
 	<entry key="1429"><![CDATA[Resolución de cámara]]></entry>
 	<entry key="1430"><![CDATA[Cambiando la resolución a efecto de ancho de banda, fotos grandes necesitan más ancho de banda!]]></entry>
 	<entry key="1443"><![CDATA[Opciones de capa]]></entry>
@@ -543,7 +539,6 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="1536"><![CDATA[Importar sistema]]></entry>
 	<entry key="1537"><![CDATA[Incluir archivos subidos y grabaciones en el backup]]></entry>
 	<entry key="1538"><![CDATA[Permitir transporte SIP en la sala]]></entry>
-	<entry key="1539">Realmente quiere proveer a este usuario de audio exclusivo?</entry>
 	<entry key="1546"><![CDATA[BienVenidos]]></entry>
 	<entry key="1547"><![CDATA[El Widget muestra información básica del usuario y links soportados]]></entry>
 	<entry key="1548"><![CDATA[Widgets]]></entry>
@@ -943,9 +938,9 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="ulist.right.audio.grant"><![CDATA[Allow this user to use microphone]]></entry>
 	<entry key="ulist.right.audio.revoke"><![CDATA[Mute user and remove the right to turn on microphone]]></entry>
 	<entry key="ulist.right.audio.request"><![CDATA[Request permission to use microphone]]></entry>
-	<entry key="ulist.right.exclusive.grant"><![CDATA[Allow this user to mute others]]></entry>
-	<entry key="ulist.right.exclusive.revoke"><![CDATA[Remove this user's right to mute others]]></entry>
-	<entry key="ulist.right.exclusive.request"><![CDATA[Request exclusive audio]]></entry>
+	<entry key="ulist.right.muteothers.grant"><![CDATA[Allow this user to mute others]]></entry>
+	<entry key="ulist.right.muteothers.revoke"><![CDATA[Remove this user's right to mute others]]></entry>
+	<entry key="ulist.right.muteothers.request"><![CDATA[Request permission to mute others]]></entry>
 	<entry key="ulist.right.moderator.grant"><![CDATA[Allow this user to be moderator]]></entry>
 	<entry key="ulist.right.moderator.revoke"><![CDATA[Remove moderator permissions from this user]]></entry>
 	<entry key="ulist.right.moderator.request"><![CDATA[Request moderator permissions]]></entry>
@@ -964,6 +959,9 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="ulist.right.wb.grant"><![CDATA[Allow this user to draw on the whiteboard]]></entry>
 	<entry key="ulist.right.wb.revoke"><![CDATA[Remove this user's permission to draw on the whiteboard]]></entry>
 	<entry key="ulist.right.wb.request"><![CDATA[Request permission to draw on the whiteboard]]></entry>
+	<entry key="ulist.user.speaks"><![CDATA[usuario habla]]></entry>
+	<entry key="ulist.user.muteothers"><![CDATA[usuario habla (Haciendo clic aquí usted podrá dar audio exclusivo o silenciar el micrófono de los demás)]]></entry>
+	<entry key="ulist.user.muteothers.confirm"><![CDATA[Do you really want to mute all users except this one?]]></entry>
 	<entry key="activities.request.right.moderator"><![CDATA[requests permission to be moderator]]></entry>
 	<entry key="activities.request.right.presenter"><![CDATA[requests permission to be presenter]]></entry>
 	<entry key="activities.request.right.wb"><![CDATA[requests permission to draw on the whiteboard]]></entry>
@@ -971,7 +969,7 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="activities.request.right.remote"><![CDATA[requests permission to control screen during screen sharing]]></entry>
 	<entry key="activities.request.right.audio"><![CDATA[requests permission to turn on micropone]]></entry>
 	<entry key="activities.request.right.video"><![CDATA[requests permission to turn on camera]]></entry>
-	<entry key="activities.request.right.exclusive"><![CDATA[requests permission to use exclusive audio]]></entry>
+	<entry key="activities.request.right.muteothers"><![CDATA[requests permission to mute others]]></entry>
 	<entry key="activities.ask.question"><![CDATA[would like to ask a question]]></entry>
 	<entry key="camera.on"><![CDATA[Turn on camera]]></entry>
 	<entry key="camera.off"><![CDATA[Turn off camera]]></entry>
@@ -994,4 +992,5 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="download.image.steps"><![CDATA[Please right click the image and choose "Save image as"]]></entry>
 	<entry key="video.permission.title"><![CDATA[Permission is required]]></entry>
 	<entry key="video.permission.text"><![CDATA[Extra permission is required to play video.<br/>Press OK to allow playing.]]></entry>
+	<entry key="video.muteothers"><![CDATA[Silenciar los micrófonos de los demás]]></entry>
 </properties>
diff --git a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_fa.properties.xml b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_fa.properties.xml
index d542119..c6f0ba0 100644
--- a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_fa.properties.xml
+++ b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_fa.properties.xml
@@ -172,8 +172,6 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="363"><![CDATA[حذف زبان]]></entry>
 	<entry key="366"><![CDATA[افزودن زبان]]></entry>
 	<entry key="367"><![CDATA[پشتيبان]]></entry>
-	<entry key="371"><![CDATA[گفتگوی کاربر]]></entry>
-	<entry key="372"><![CDATA[کاربر صحبت می کند(با کلیک کردن اینجا شما می توانید صدای انحصاری داشته یاشید/بی صدا کردن میکروفن دیگران)]]></entry>
 	<entry key="376"><![CDATA[سلام]]></entry>
 	<entry key="377"><![CDATA[ویرایش نمودار شما]]></entry>
 	<entry key="378"><![CDATA[پیام جدید]]></entry>
@@ -471,7 +469,6 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="1361"><![CDATA[مجوز ندادن]]></entry>
 	<entry key="1362"><![CDATA[I]]></entry>
 	<entry key="1363"><![CDATA[فعالیت ها و عملکردها]]></entry>
-	<entry key="1386"><![CDATA[میکروفون دیگران را خاموش کنید]]></entry>
 	<entry key="1410"><![CDATA[نام نظرسنجی]]></entry>
 	<entry key="1411"><![CDATA[شما]]></entry>
 	<entry key="1412"><![CDATA[نظر سنجی آرشیوشده]]></entry>
@@ -483,7 +480,6 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="1420"><![CDATA[حذف رأی گیری]]></entry>
 	<entry key="1421"><![CDATA[آیا مطمئن هستید می خواهید رأی گیری را حذف کنید؟نتایج نیز حذف خواهد شد.]]></entry>
 	<entry key="1422"><![CDATA[کد زبان ISO]]></entry>
-	<entry key="1428"><![CDATA[دادن مجوز برای صدای انحصاری]]></entry>
 	<entry key="1429"><![CDATA[وضوح دوربین]]></entry>
 	<entry key="1430"><![CDATA[تغییر اثرات وضوح، پهنای باند، تصاویر بزرگتر احتیاج به پهنای باند بیشتر دارد!]]></entry>
 	<entry key="1443"><![CDATA[گزینه های طرح]]></entry>
@@ -543,7 +539,6 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="1536"><![CDATA[ورودی سیستم]]></entry>
 	<entry key="1537"><![CDATA[فایل پشتیبان شامل پوشه های بارگذاری شده و ضبط ها نیز   می شود]]></entry>
 	<entry key="1538"><![CDATA[فعال سازی انتقال SIP در اتاق]]></entry>
-	<entry key="1539"><![CDATA[آیا واقعاً می خواهید برای این کاربر صدای انحصاری فراهم کنید؟]]></entry>
 	<entry key="1546"><![CDATA[خوش آمدید]]></entry>
 	<entry key="1547"><![CDATA[ویجت اطلاعات اصلی کاربر را نمایش می دهد و لینک ها را پشتیبانی می کند]]></entry>
 	<entry key="1548"><![CDATA[ویجت ها]]></entry>
@@ -937,9 +932,9 @@ target="_blank">Custom Crypt Mechanism</a>
 	<entry key="ulist.right.audio.grant"><![CDATA[Allow this user to use microphone]]></entry>
 	<entry key="ulist.right.audio.revoke"><![CDATA[Mute user and remove the right to turn on microphone]]></entry>
 	<entry key="ulist.right.audio.request"><![CDATA[Request permission to use microphone]]></entry>
-	<entry key="ulist.right.exclusive.grant"><![CDATA[Allow this user to mute others]]></entry>
-	<entry key="ulist.right.exclusive.revoke"><![CDATA[Remove this user's right to mute others]]></entry>
-	<entry key="ulist.right.exclusive.request"><![CDATA[Request exclusive audio]]></entry>
+	<entry key="ulist.right.muteothers.grant"><![CDATA[Allow this user to mute others]]></entry>
+	<entry key="ulist.right.muteothers.revoke"><![CDATA[Remove this user's right to mute others]]></entry>
+	<entry key="ulist.right.muteothers.request"><![CDATA[Request permission to mute others]]></entry>
 	<entry key="ulist.right.moderator.grant"><![CDATA[Allow this user to be moderator]]></entry>
 	<entry key="ulist.right.moderator.revoke"><![CDATA[Remove moderator permissions from this user]]></entry>
 	<entry key="ulist.right.moderator.request"><![CDATA[Request moderator permissions]]></entry>
@@ -965,8 +960,11 @@ target="_blank">Custom Crypt Mechanism</a>
 	<entry key="activities.request.right.remote"><![CDATA[requests permission to control screen during screen sharing]]></entry>
 	<entry key="activities.request.right.audio"><![CDATA[requests permission to turn on micropone]]></entry>
 	<entry key="activities.request.right.video"><![CDATA[requests permission to turn on camera]]></entry>
-	<entry key="activities.request.right.exclusive"><![CDATA[requests permission to use exclusive audio]]></entry>
+	<entry key="activities.request.right.muteothers"><![CDATA[requests permission to mute others]]></entry>
 	<entry key="activities.ask.question"><![CDATA[would like to ask a question]]></entry>
+	<entry key="ulist.user.speaks"><![CDATA[user speaks]]></entry>
+	<entry key="ulist.user.muteothers"><![CDATA[ (By clicking here you can mute the microphone of others)]]></entry>
+	<entry key="ulist.user.muteothers.confirm"><![CDATA[Do you really want to mute all users except this one?]]></entry>
 	<entry key="camera.on"><![CDATA[Turn on camera]]></entry>
 	<entry key="camera.off"><![CDATA[Turn off camera]]></entry>
 	<entry key="microphone.on"><![CDATA[Turn on microphone]]></entry>
@@ -988,4 +986,5 @@ target="_blank">Custom Crypt Mechanism</a>
 	<entry key="download.image.steps"><![CDATA[Please right click the image and choose "Save image as"]]></entry>
 	<entry key="video.permission.title"><![CDATA[Permission is required]]></entry>
 	<entry key="video.permission.text"><![CDATA[Extra permission is required to play video.<br/>Press OK to allow playing.]]></entry>
+	<entry key="video.muteothers"><![CDATA[میکروفون دیگران را خاموش کنید]]></entry>
 </properties>
diff --git a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_fi.properties.xml b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_fi.properties.xml
index 26d81f3..b19a088 100644
--- a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_fi.properties.xml
+++ b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_fi.properties.xml
@@ -172,8 +172,6 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="363"><![CDATA[poista kieli]]></entry>
 	<entry key="366"><![CDATA[lisää kieli]]></entry>
 	<entry key="367"><![CDATA[Varmuuskopiointi]]></entry>
-	<entry key="371"><![CDATA[käyttäjä puhuu]]></entry>
-	<entry key="372"><![CDATA[käyttäjä puhuu (By clicking here you can give exclusive audio / mute the microphone of others)]]></entry>
 	<entry key="376"><![CDATA[hei,]]></entry>
 	<entry key="377"><![CDATA[Muokkaa profiiliasi]]></entry>
 	<entry key="378"><![CDATA[Uudet viestit:]]></entry>
@@ -471,7 +469,6 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="1361"><![CDATA[Deny]]></entry>
 	<entry key="1362"><![CDATA[I]]></entry>
 	<entry key="1363"><![CDATA[Activities and actions]]></entry>
-	<entry key="1386"><![CDATA[Mute microphone of others]]></entry>
 	<entry key="1410"><![CDATA[Poll Name]]></entry>
 	<entry key="1411"><![CDATA[You]]></entry>
 	<entry key="1412"><![CDATA[Archieved Polls]]></entry>
@@ -483,7 +480,6 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="1420"><![CDATA[Delete Poll]]></entry>
 	<entry key="1421"><![CDATA[Are you sure you want to delete this Poll? The results will be deleted as well.]]></entry>
 	<entry key="1422"><![CDATA[Language ISO Code]]></entry>
-	<entry key="1428">Give a permission for exclusive audio.</entry>
 	<entry key="1429"><![CDATA[Cam resolution]]></entry>
 	<entry key="1430"><![CDATA[Changing the resolution affects bandwidth, bigger picture needs more bandwith!]]></entry>
 	<entry key="1443"><![CDATA[Layout options]]></entry>
@@ -543,7 +539,6 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="1536"><![CDATA[System import]]></entry>
 	<entry key="1537"><![CDATA[Include uploaded files and recordings in backup]]></entry>
 	<entry key="1538"><![CDATA[Enable SIP transport in the room]]></entry>
-	<entry key="1539">Do you really want to provide this user an exclusive audio?</entry>
 	<entry key="1546"><![CDATA[Welcome]]></entry>
 	<entry key="1547"><![CDATA[Widget displaying basic user info and support links]]></entry>
 	<entry key="1548"><![CDATA[Widgets]]></entry>
@@ -945,9 +940,9 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="ulist.right.audio.grant"><![CDATA[Allow this user to use microphone]]></entry>
 	<entry key="ulist.right.audio.revoke"><![CDATA[Mute user and remove the right to turn on microphone]]></entry>
 	<entry key="ulist.right.audio.request"><![CDATA[Request permission to use microphone]]></entry>
-	<entry key="ulist.right.exclusive.grant"><![CDATA[Allow this user to mute others]]></entry>
-	<entry key="ulist.right.exclusive.revoke"><![CDATA[Remove this user's right to mute others]]></entry>
-	<entry key="ulist.right.exclusive.request"><![CDATA[Request exclusive audio]]></entry>
+	<entry key="ulist.right.muteothers.grant"><![CDATA[Allow this user to mute others]]></entry>
+	<entry key="ulist.right.muteothers.revoke"><![CDATA[Remove this user's right to mute others]]></entry>
+	<entry key="ulist.right.muteothers.request"><![CDATA[Request permission to mute others]]></entry>
 	<entry key="ulist.right.moderator.grant"><![CDATA[Allow this user to be moderator]]></entry>
 	<entry key="ulist.right.moderator.revoke"><![CDATA[Remove moderator permissions from this user]]></entry>
 	<entry key="ulist.right.moderator.request"><![CDATA[Request moderator permissions]]></entry>
@@ -966,6 +961,9 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="ulist.right.wb.grant"><![CDATA[Allow this user to draw on the whiteboard]]></entry>
 	<entry key="ulist.right.wb.revoke"><![CDATA[Remove this user's permission to draw on the whiteboard]]></entry>
 	<entry key="ulist.right.wb.request"><![CDATA[Request permission to draw on the whiteboard]]></entry>
+	<entry key="ulist.user.speaks"><![CDATA[käyttäjä puhuu]]></entry>
+	<entry key="ulist.user.muteothers"><![CDATA[ (By clicking here you can mute the microphone of others)]]></entry>
+	<entry key="ulist.user.muteothers.confirm"><![CDATA[Do you really want to mute all users except this one?]]></entry>
 	<entry key="activities.request.right.moderator"><![CDATA[requests permission to be moderator]]></entry>
 	<entry key="activities.request.right.presenter"><![CDATA[requests permission to be presenter]]></entry>
 	<entry key="activities.request.right.wb"><![CDATA[requests permission to draw on the whiteboard]]></entry>
@@ -973,7 +971,7 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="activities.request.right.remote"><![CDATA[requests permission to control screen during screen sharing]]></entry>
 	<entry key="activities.request.right.audio"><![CDATA[requests permission to turn on micropone]]></entry>
 	<entry key="activities.request.right.video"><![CDATA[requests permission to turn on camera]]></entry>
-	<entry key="activities.request.right.exclusive"><![CDATA[requests permission to use exclusive audio]]></entry>
+	<entry key="activities.request.right.muteothers"><![CDATA[requests permission to mute others]]></entry>
 	<entry key="activities.ask.question"><![CDATA[would like to ask a question]]></entry>
 	<entry key="camera.on"><![CDATA[Turn on camera]]></entry>
 	<entry key="camera.off"><![CDATA[Turn off camera]]></entry>
@@ -996,4 +994,5 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="download.image.steps"><![CDATA[Please right click the image and choose "Save image as"]]></entry>
 	<entry key="video.permission.title"><![CDATA[Permission is required]]></entry>
 	<entry key="video.permission.text"><![CDATA[Extra permission is required to play video.<br/>Press OK to allow playing.]]></entry>
+	<entry key="video.muteothers"><![CDATA[Mute microphone of others]]></entry>
 </properties>
diff --git a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_fr.properties.xml b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_fr.properties.xml
index 4cc20fe..035a2fb 100644
--- a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_fr.properties.xml
+++ b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_fr.properties.xml
@@ -172,8 +172,6 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="363"><![CDATA[Effacer un langage]]></entry>
 	<entry key="366"><![CDATA[Ajouter un langage]]></entry>
 	<entry key="367"><![CDATA[Sauvegarde]]></entry>
-	<entry key="371"><![CDATA[L'utilisateur parle]]></entry>
-	<entry key="372"><![CDATA[L'utilisateur parle]]></entry>
 	<entry key="376"><![CDATA[Bonjour,]]></entry>
 	<entry key="377"><![CDATA[Editez votre profil]]></entry>
 	<entry key="378"><![CDATA[Nouveau(x) Message(s) :]]></entry>
@@ -471,7 +469,6 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="1361"><![CDATA[Refuser]]></entry>
 	<entry key="1362"><![CDATA[Je]]></entry>
 	<entry key="1363"><![CDATA[Activités et actions]]></entry>
-	<entry key="1386"><![CDATA[Couper le micro des autres]]></entry>
 	<entry key="1410"><![CDATA[Nom du sondage]]></entry>
 	<entry key="1411"><![CDATA[Vous]]></entry>
 	<entry key="1412"><![CDATA[Sondages]]></entry>
@@ -483,7 +480,6 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="1420"><![CDATA[Supprimer]]></entry>
 	<entry key="1421"><![CDATA[Etes-vous sûr de vouloir supprimer ce sondage ? Les résultats seront supprimés également.]]></entry>
 	<entry key="1422"><![CDATA[Code IS de la langue]]></entry>
-	<entry key="1428">Donner une permission d'audio exclusif.</entry>
 	<entry key="1429"><![CDATA[Résolution caméra]]></entry>
 	<entry key="1430"><![CDATA[Changer la résolution affecte la bande passante, une image plus grande à besoin de plus de bande passante !]]></entry>
 	<entry key="1443"><![CDATA[Options de disposition]]></entry>
@@ -543,7 +539,6 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="1536"><![CDATA[Importer Système]]></entry>
 	<entry key="1537"><![CDATA[Inclure les fichiers déposés sur le serveur et les enregistrements dans la sauvegarde]]></entry>
 	<entry key="1538"><![CDATA[Activer le transport SIP dans la salle]]></entry>
-	<entry key="1539">Voulez-vous vraiment donner l'audio exclusif à cet utilisateur ?</entry>
 	<entry key="1546"><![CDATA[Bienvenue]]></entry>
 	<entry key="1547"><![CDATA[Widget affichant les infos de base des utilisateurs et les liens pour le support]]></entry>
 	<entry key="1548"><![CDATA[Widgets]]></entry>
@@ -945,9 +940,9 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="ulist.right.audio.grant"><![CDATA[Allow this user to use microphone]]></entry>
 	<entry key="ulist.right.audio.revoke"><![CDATA[Mute user and remove the right to turn on microphone]]></entry>
 	<entry key="ulist.right.audio.request"><![CDATA[Request permission to use microphone]]></entry>
-	<entry key="ulist.right.exclusive.grant"><![CDATA[Allow this user to mute others]]></entry>
-	<entry key="ulist.right.exclusive.revoke"><![CDATA[Remove this user's right to mute others]]></entry>
-	<entry key="ulist.right.exclusive.request"><![CDATA[Request exclusive audio]]></entry>
+	<entry key="ulist.right.muteothers.grant"><![CDATA[Allow this user to mute others]]></entry>
+	<entry key="ulist.right.muteothers.revoke"><![CDATA[Remove this user's right to mute others]]></entry>
+	<entry key="ulist.right.muteothers.request"><![CDATA[Request permission to mute others]]></entry>
 	<entry key="ulist.right.moderator.grant"><![CDATA[Allow this user to be moderator]]></entry>
 	<entry key="ulist.right.moderator.revoke"><![CDATA[Remove moderator permissions from this user]]></entry>
 	<entry key="ulist.right.moderator.request"><![CDATA[Request moderator permissions]]></entry>
@@ -966,6 +961,9 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="ulist.right.wb.grant"><![CDATA[Allow this user to draw on the whiteboard]]></entry>
 	<entry key="ulist.right.wb.revoke"><![CDATA[Remove this user's permission to draw on the whiteboard]]></entry>
 	<entry key="ulist.right.wb.request"><![CDATA[Request permission to draw on the whiteboard]]></entry>
+	<entry key="ulist.user.speaks"><![CDATA[L'utilisateur parle]]></entry>
+	<entry key="ulist.user.muteothers"><![CDATA[ (By clicking here you can mute the microphone of others)]]></entry>
+	<entry key="ulist.user.muteothers.confirm"><![CDATA[Do you really want to mute all users except this one?]]></entry>
 	<entry key="activities.request.right.moderator"><![CDATA[requests permission to be moderator]]></entry>
 	<entry key="activities.request.right.presenter"><![CDATA[requests permission to be presenter]]></entry>
 	<entry key="activities.request.right.wb"><![CDATA[requests permission to draw on the whiteboard]]></entry>
@@ -973,7 +971,7 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="activities.request.right.remote"><![CDATA[requests permission to control screen during screen sharing]]></entry>
 	<entry key="activities.request.right.audio"><![CDATA[requests permission to turn on micropone]]></entry>
 	<entry key="activities.request.right.video"><![CDATA[requests permission to turn on camera]]></entry>
-	<entry key="activities.request.right.exclusive"><![CDATA[requests permission to use exclusive audio]]></entry>
+	<entry key="activities.request.right.muteothers"><![CDATA[requests permission to mute others]]></entry>
 	<entry key="activities.ask.question"><![CDATA[would like to ask a question]]></entry>
 	<entry key="camera.on"><![CDATA[Turn on camera]]></entry>
 	<entry key="camera.off"><![CDATA[Turn off camera]]></entry>
@@ -996,4 +994,5 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="download.image.steps"><![CDATA[Please right click the image and choose "Save image as"]]></entry>
 	<entry key="video.permission.title"><![CDATA[Permission is required]]></entry>
 	<entry key="video.permission.text"><![CDATA[Extra permission is required to play video.<br/>Press OK to allow playing.]]></entry>
+	<entry key="video.muteothers"><![CDATA[Couper le micro des autres]]></entry>
 </properties>
diff --git a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_gl.properties.xml b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_gl.properties.xml
index 28c4517..f714cfe 100644
--- a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_gl.properties.xml
+++ b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_gl.properties.xml
@@ -172,8 +172,6 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="363"><![CDATA[eliminar un idioma]]></entry>
 	<entry key="366"><![CDATA[engadir un idioma]]></entry>
 	<entry key="367"><![CDATA[Copia de seguranza]]></entry>
-	<entry key="371"><![CDATA[o usuario fala]]></entry>
-	<entry key="372"><![CDATA[o usuario fala (By clicking here you can give exclusive audio / mute the microphone of others)]]></entry>
 	<entry key="376"><![CDATA[ola!]]></entry>
 	<entry key="377"><![CDATA[Editar o seu perfil]]></entry>
 	<entry key="378"><![CDATA[Novas mensaxes:]]></entry>
@@ -471,7 +469,6 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="1361"><![CDATA[Deny]]></entry>
 	<entry key="1362"><![CDATA[I]]></entry>
 	<entry key="1363"><![CDATA[Activities and actions]]></entry>
-	<entry key="1386"><![CDATA[Mute microphone of others]]></entry>
 	<entry key="1410"><![CDATA[Poll Name]]></entry>
 	<entry key="1411"><![CDATA[You]]></entry>
 	<entry key="1412"><![CDATA[Archieved Polls]]></entry>
@@ -483,7 +480,6 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="1420"><![CDATA[Delete Poll]]></entry>
 	<entry key="1421"><![CDATA[Are you sure you want to delete this Poll? The results will be deleted as well.]]></entry>
 	<entry key="1422"><![CDATA[Language ISO Code]]></entry>
-	<entry key="1428">Give a permission for exclusive audio.</entry>
 	<entry key="1429"><![CDATA[Cam resolution]]></entry>
 	<entry key="1430"><![CDATA[Changing the resolution affects bandwidth, bigger picture needs more bandwith!]]></entry>
 	<entry key="1443"><![CDATA[Layout options]]></entry>
@@ -543,7 +539,6 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="1536"><![CDATA[System import]]></entry>
 	<entry key="1537"><![CDATA[Include uploaded files and recordings in backup]]></entry>
 	<entry key="1538"><![CDATA[Enable SIP transport in the room]]></entry>
-	<entry key="1539">Do you really want to provide this user an exclusive audio?</entry>
 	<entry key="1546"><![CDATA[Welcome]]></entry>
 	<entry key="1547"><![CDATA[Widget displaying basic user info and support links]]></entry>
 	<entry key="1548"><![CDATA[Widgets]]></entry>
@@ -945,9 +940,9 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="ulist.right.audio.grant"><![CDATA[Allow this user to use microphone]]></entry>
 	<entry key="ulist.right.audio.revoke"><![CDATA[Mute user and remove the right to turn on microphone]]></entry>
 	<entry key="ulist.right.audio.request"><![CDATA[Request permission to use microphone]]></entry>
-	<entry key="ulist.right.exclusive.grant"><![CDATA[Allow this user to mute others]]></entry>
-	<entry key="ulist.right.exclusive.revoke"><![CDATA[Remove this user's right to mute others]]></entry>
-	<entry key="ulist.right.exclusive.request"><![CDATA[Request exclusive audio]]></entry>
+	<entry key="ulist.right.muteothers.grant"><![CDATA[Allow this user to mute others]]></entry>
+	<entry key="ulist.right.muteothers.revoke"><![CDATA[Remove this user's right to mute others]]></entry>
+	<entry key="ulist.right.muteothers.request"><![CDATA[Request permission to mute others]]></entry>
 	<entry key="ulist.right.moderator.grant"><![CDATA[Allow this user to be moderator]]></entry>
 	<entry key="ulist.right.moderator.revoke"><![CDATA[Remove moderator permissions from this user]]></entry>
 	<entry key="ulist.right.moderator.request"><![CDATA[Request moderator permissions]]></entry>
@@ -966,6 +961,9 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="ulist.right.wb.grant"><![CDATA[Allow this user to draw on the whiteboard]]></entry>
 	<entry key="ulist.right.wb.revoke"><![CDATA[Remove this user's permission to draw on the whiteboard]]></entry>
 	<entry key="ulist.right.wb.request"><![CDATA[Request permission to draw on the whiteboard]]></entry>
+	<entry key="ulist.user.speaks"><![CDATA[o usuario fala]]></entry>
+	<entry key="ulist.user.muteothers"><![CDATA[ (By clicking here you can mute the microphone of others)]]></entry>
+	<entry key="ulist.user.muteothers.confirm"><![CDATA[Do you really want to mute all users except this one?]]></entry>
 	<entry key="activities.request.right.moderator"><![CDATA[requests permission to be moderator]]></entry>
 	<entry key="activities.request.right.presenter"><![CDATA[requests permission to be presenter]]></entry>
 	<entry key="activities.request.right.wb"><![CDATA[requests permission to draw on the whiteboard]]></entry>
@@ -973,7 +971,7 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="activities.request.right.remote"><![CDATA[requests permission to control screen during screen sharing]]></entry>
 	<entry key="activities.request.right.audio"><![CDATA[requests permission to turn on micropone]]></entry>
 	<entry key="activities.request.right.video"><![CDATA[requests permission to turn on camera]]></entry>
-	<entry key="activities.request.right.exclusive"><![CDATA[requests permission to use exclusive audio]]></entry>
+	<entry key="activities.request.right.muteothers"><![CDATA[requests permission to mute others]]></entry>
 	<entry key="activities.ask.question"><![CDATA[would like to ask a question]]></entry>
 	<entry key="camera.on"><![CDATA[Turn on camera]]></entry>
 	<entry key="camera.off"><![CDATA[Turn off camera]]></entry>
@@ -996,4 +994,5 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="download.image.steps"><![CDATA[Please right click the image and choose "Save image as"]]></entry>
 	<entry key="video.permission.title"><![CDATA[Permission is required]]></entry>
 	<entry key="video.permission.text"><![CDATA[Extra permission is required to play video.<br/>Press OK to allow playing.]]></entry>
+	<entry key="video.muteothers"><![CDATA[Mute microphone of others]]></entry>
 </properties>
diff --git a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_he.properties.xml b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_he.properties.xml
index e8c547b..1281005 100644
--- a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_he.properties.xml
+++ b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_he.properties.xml
@@ -172,8 +172,6 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="363"><![CDATA[Delete language]]></entry>
 	<entry key="366"><![CDATA[Add language]]></entry>
 	<entry key="367"><![CDATA[Backup]]></entry>
-	<entry key="371"><![CDATA[user speaks]]></entry>
-	<entry key="372"><![CDATA[user speaks (By clicking here you can give exclusive audio / mute the microphone of others)]]></entry>
 	<entry key="376"><![CDATA[Hello]]></entry>
 	<entry key="377"><![CDATA[Edit your profile]]></entry>
 	<entry key="378"><![CDATA[Unread messages]]></entry>
@@ -471,7 +469,6 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="1361"><![CDATA[Deny and remove message]]></entry>
 	<entry key="1362"><![CDATA[I]]></entry>
 	<entry key="1363"><![CDATA[Activities and actions]]></entry>
-	<entry key="1386"><![CDATA[Mute microphone of others. Give exclusive audio to me (You can also press F12)]]></entry>
 	<entry key="1410"><![CDATA[Poll name]]></entry>
 	<entry key="1411"><![CDATA[You]]></entry>
 	<entry key="1412"><![CDATA[Archieved polls]]></entry>
@@ -483,7 +480,6 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="1420"><![CDATA[Delete poll]]></entry>
 	<entry key="1421"><![CDATA[Are you sure you want to delete this poll? The results will be deleted as well.]]></entry>
 	<entry key="1422"><![CDATA[Language ISO code]]></entry>
-	<entry key="1428">Give a permission for exclusive audio.</entry>
 	<entry key="1429"><![CDATA[Cam resolution]]></entry>
 	<entry key="1430"><![CDATA[Changing the resolution affects bandwidth, bigger picture needs more bandwith.]]></entry>
 	<entry key="1443"><![CDATA[Layout options]]></entry>
@@ -543,7 +539,6 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="1536"><![CDATA[System import]]></entry>
 	<entry key="1537"><![CDATA[Include uploaded files and recordings in backup]]></entry>
 	<entry key="1538"><![CDATA[Enable SIP transport in the room]]></entry>
-	<entry key="1539">Do you really want to provide this user an exclusive audio?</entry>
 	<entry key="1546"><![CDATA[Welcome]]></entry>
 	<entry key="1547"><![CDATA[Widget displaying basic user info and support links]]></entry>
 	<entry key="1548"><![CDATA[Widgets]]></entry>
@@ -945,9 +940,9 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="ulist.right.audio.grant"><![CDATA[Allow this user to use microphone]]></entry>
 	<entry key="ulist.right.audio.revoke"><![CDATA[Mute user and remove the right to turn on microphone]]></entry>
 	<entry key="ulist.right.audio.request"><![CDATA[Request permission to use microphone]]></entry>
-	<entry key="ulist.right.exclusive.grant"><![CDATA[Allow this user to mute others]]></entry>
-	<entry key="ulist.right.exclusive.revoke"><![CDATA[Remove this user's right to mute others]]></entry>
-	<entry key="ulist.right.exclusive.request"><![CDATA[Request exclusive audio]]></entry>
+	<entry key="ulist.right.muteothers.grant"><![CDATA[Allow this user to mute others]]></entry>
+	<entry key="ulist.right.muteothers.revoke"><![CDATA[Remove this user's right to mute others]]></entry>
+	<entry key="ulist.right.muteothers.request"><![CDATA[Request permission to mute others]]></entry>
 	<entry key="ulist.right.moderator.grant"><![CDATA[Allow this user to be moderator]]></entry>
 	<entry key="ulist.right.moderator.revoke"><![CDATA[Remove moderator permissions from this user]]></entry>
 	<entry key="ulist.right.moderator.request"><![CDATA[Request moderator permissions]]></entry>
@@ -966,6 +961,9 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="ulist.right.wb.grant"><![CDATA[Allow this user to draw on the whiteboard]]></entry>
 	<entry key="ulist.right.wb.revoke"><![CDATA[Remove this user's permission to draw on the whiteboard]]></entry>
 	<entry key="ulist.right.wb.request"><![CDATA[Request permission to draw on the whiteboard]]></entry>
+	<entry key="ulist.user.speaks"><![CDATA[user speaks]]></entry>
+	<entry key="ulist.user.muteothers"><![CDATA[ (By clicking here you can mute the microphone of others)]]></entry>
+	<entry key="ulist.user.muteothers.confirm"><![CDATA[Do you really want to mute all users except this one?]]></entry>
 	<entry key="activities.request.right.moderator"><![CDATA[requests permission to be moderator]]></entry>
 	<entry key="activities.request.right.presenter"><![CDATA[requests permission to be presenter]]></entry>
 	<entry key="activities.request.right.wb"><![CDATA[requests permission to draw on the whiteboard]]></entry>
@@ -973,7 +971,7 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="activities.request.right.remote"><![CDATA[requests permission to control screen during screen sharing]]></entry>
 	<entry key="activities.request.right.audio"><![CDATA[requests permission to turn on micropone]]></entry>
 	<entry key="activities.request.right.video"><![CDATA[requests permission to turn on camera]]></entry>
-	<entry key="activities.request.right.exclusive"><![CDATA[requests permission to use exclusive audio]]></entry>
+	<entry key="activities.request.right.muteothers"><![CDATA[requests permission to mute others]]></entry>
 	<entry key="activities.ask.question"><![CDATA[would like to ask a question]]></entry>
 	<entry key="camera.on"><![CDATA[Turn on camera]]></entry>
 	<entry key="camera.off"><![CDATA[Turn off camera]]></entry>
@@ -996,4 +994,5 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="download.image.steps"><![CDATA[Please right click the image and choose "Save image as"]]></entry>
 	<entry key="video.permission.title"><![CDATA[Permission is required]]></entry>
 	<entry key="video.permission.text"><![CDATA[Extra permission is required to play video.<br/>Press OK to allow playing.]]></entry>
+	<entry key="video.muteothers"><![CDATA[Mute microphone of others]]></entry>
 </properties>
diff --git a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_hu.properties.xml b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_hu.properties.xml
index be37b3d..a7c55f3 100644
--- a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_hu.properties.xml
+++ b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_hu.properties.xml
@@ -172,8 +172,6 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="363"><![CDATA[Nyelv törlése]]></entry>
 	<entry key="366"><![CDATA[nyelv hozzáadása]]></entry>
 	<entry key="367"><![CDATA[Mentés]]></entry>
-	<entry key="371"><![CDATA[a felhasználó beszél]]></entry>
-	<entry key="372"><![CDATA[a felhasználó beszél (Kattints ide a mikrofonja némításhoz, bekapcsoláshoz)]]></entry>
 	<entry key="376"><![CDATA[Üdv,]]></entry>
 	<entry key="377"><![CDATA[Személyes adatok szerkesztése]]></entry>
 	<entry key="378"><![CDATA[Új üzenetek:]]></entry>
@@ -471,7 +469,6 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="1361"><![CDATA[Tilt]]></entry>
 	<entry key="1362"><![CDATA[I]]></entry>
 	<entry key="1363"><![CDATA[Aktivitások és műveletek]]></entry>
-	<entry key="1386"><![CDATA[Mások mikrofonjának némítása]]></entry>
 	<entry key="1410"><![CDATA[Szavazás neve]]></entry>
 	<entry key="1411"><![CDATA[Te]]></entry>
 	<entry key="1412"><![CDATA[Régebbi szavazások]]></entry>
@@ -483,7 +480,6 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="1420"><![CDATA[Szavazás törlése]]></entry>
 	<entry key="1421"><![CDATA[Biztosan törli ezt a szavazást? Az eredmények is törlésre kerülnek.]]></entry>
 	<entry key="1422"><![CDATA[Nyelv ISO kódja]]></entry>
-	<entry key="1428">Hozzászólási engedélyt kérek.</entry>
 	<entry key="1429"><![CDATA[Kamera felbontás]]></entry>
 	<entry key="1430"><![CDATA[Sávszélességének (Feltöltési irány) megfelelően válassza meg a felbontás. Nagyobb felbontás, nagyobb sávszélességet igényel!]]></entry>
 	<entry key="1443"><![CDATA[Felület tulajdonságai]]></entry>
@@ -543,7 +539,6 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="1536"><![CDATA[Rendszer import]]></entry>
 	<entry key="1537"><![CDATA[Feltöltött fileok és felvételek betöltése a mentásből]]></entry>
 	<entry key="1538"><![CDATA[SIP átvitel engedélyezése a szobában]]></entry>
-	<entry key="1539">Egyéni hangkapcsolatot kezdeményez ezzel a felhasználóval?</entry>
 	<entry key="1546"><![CDATA[Üdvözöljük]]></entry>
 	<entry key="1547"><![CDATA[Widgeten megjelenő felhasználói adatok és linkek]]></entry>
 	<entry key="1548"><![CDATA[Widgetek]]></entry>
@@ -933,9 +928,9 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="ulist.right.audio.grant"><![CDATA[Allow this user to use microphone]]></entry>
 	<entry key="ulist.right.audio.revoke"><![CDATA[Mute user and remove the right to turn on microphone]]></entry>
 	<entry key="ulist.right.audio.request"><![CDATA[Request permission to use microphone]]></entry>
-	<entry key="ulist.right.exclusive.grant"><![CDATA[Allow this user to mute others]]></entry>
-	<entry key="ulist.right.exclusive.revoke"><![CDATA[Remove this user's right to mute others]]></entry>
-	<entry key="ulist.right.exclusive.request"><![CDATA[Request exclusive audio]]></entry>
+	<entry key="ulist.right.muteothers.grant"><![CDATA[Allow this user to mute others]]></entry>
+	<entry key="ulist.right.muteothers.revoke"><![CDATA[Remove this user's right to mute others]]></entry>
+	<entry key="ulist.right.muteothers.request"><![CDATA[Request permission to mute others]]></entry>
 	<entry key="ulist.right.moderator.grant"><![CDATA[Allow this user to be moderator]]></entry>
 	<entry key="ulist.right.moderator.revoke"><![CDATA[Remove moderator permissions from this user]]></entry>
 	<entry key="ulist.right.moderator.request"><![CDATA[Request moderator permissions]]></entry>
@@ -961,8 +956,11 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="activities.request.right.remote"><![CDATA[requests permission to control screen during screen sharing]]></entry>
 	<entry key="activities.request.right.audio"><![CDATA[requests permission to turn on micropone]]></entry>
 	<entry key="activities.request.right.video"><![CDATA[requests permission to turn on camera]]></entry>
-	<entry key="activities.request.right.exclusive"><![CDATA[requests permission to use exclusive audio]]></entry>
+	<entry key="activities.request.right.muteothers"><![CDATA[requests permission to mute others]]></entry>
 	<entry key="activities.ask.question"><![CDATA[would like to ask a question]]></entry>
+	<entry key="ulist.user.speaks"><![CDATA[a felhasználó beszél]]></entry>
+	<entry key="ulist.user.muteothers"><![CDATA[ (Kattints ide a mikrofonja némításhoz, bekapcsoláshoz)]]></entry>
+	<entry key="ulist.user.muteothers.confirm"><![CDATA[Do you really want to mute all users except this one?]]></entry>
 	<entry key="camera.on"><![CDATA[Turn on camera]]></entry>
 	<entry key="camera.off"><![CDATA[Turn off camera]]></entry>
 	<entry key="microphone.on"><![CDATA[Turn on microphone]]></entry>
@@ -984,4 +982,5 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="download.image.steps"><![CDATA[Please right click the image and choose "Save image as"]]></entry>
 	<entry key="video.permission.title"><![CDATA[Permission is required]]></entry>
 	<entry key="video.permission.text"><![CDATA[Extra permission is required to play video.<br/>Press OK to allow playing.]]></entry>
+	<entry key="video.muteothers"><![CDATA[Mások mikrofonjának némítása]]></entry>
 </properties>
diff --git a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_in.properties.xml b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_in.properties.xml
index c8d56f3..041b753 100644
--- a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_in.properties.xml
+++ b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_in.properties.xml
@@ -172,8 +172,6 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="363"><![CDATA[hapus pilihan bahasa]]></entry>
 	<entry key="366"><![CDATA[Tambah pilihan bahasa]]></entry>
 	<entry key="367"><![CDATA[Buat Arsip]]></entry>
-	<entry key="371"><![CDATA[user yang berbicara]]></entry>
-	<entry key="372"><![CDATA[user yang berbicara (By clicking here you can give exclusive audio / mute the microphone of others)]]></entry>
 	<entry key="376"><![CDATA[Hola,]]></entry>
 	<entry key="377"><![CDATA[Edit profil anda]]></entry>
 	<entry key="378"><![CDATA[Pesan baru:]]></entry>
@@ -471,7 +469,6 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="1361"><![CDATA[Deny]]></entry>
 	<entry key="1362"><![CDATA[I]]></entry>
 	<entry key="1363"><![CDATA[Activities and actions]]></entry>
-	<entry key="1386"><![CDATA[Mute microphone of others]]></entry>
 	<entry key="1410"><![CDATA[Poll Name]]></entry>
 	<entry key="1411"><![CDATA[You]]></entry>
 	<entry key="1412"><![CDATA[Archieved Polls]]></entry>
@@ -483,7 +480,6 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="1420"><![CDATA[Delete Poll]]></entry>
 	<entry key="1421"><![CDATA[Are you sure you want to delete this Poll? The results will be deleted as well.]]></entry>
 	<entry key="1422"><![CDATA[Language ISO Code]]></entry>
-	<entry key="1428">Give a permission for exclusive audio.</entry>
 	<entry key="1429"><![CDATA[Cam resolution]]></entry>
 	<entry key="1430"><![CDATA[Changing the resolution affects bandwidth, bigger picture needs more bandwith!]]></entry>
 	<entry key="1443"><![CDATA[Layout options]]></entry>
@@ -543,7 +539,6 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="1536"><![CDATA[System import]]></entry>
 	<entry key="1537"><![CDATA[Include uploaded files and recordings in backup]]></entry>
 	<entry key="1538"><![CDATA[Enable SIP transport in the room]]></entry>
-	<entry key="1539">Do you really want to provide this user an exclusive audio?</entry>
 	<entry key="1546"><![CDATA[Welcome]]></entry>
 	<entry key="1547"><![CDATA[Widget displaying basic user info and support links]]></entry>
 	<entry key="1548"><![CDATA[Widgets]]></entry>
@@ -945,9 +940,9 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="ulist.right.audio.grant"><![CDATA[Allow this user to use microphone]]></entry>
 	<entry key="ulist.right.audio.revoke"><![CDATA[Mute user and remove the right to turn on microphone]]></entry>
 	<entry key="ulist.right.audio.request"><![CDATA[Request permission to use microphone]]></entry>
-	<entry key="ulist.right.exclusive.grant"><![CDATA[Allow this user to mute others]]></entry>
-	<entry key="ulist.right.exclusive.revoke"><![CDATA[Remove this user's right to mute others]]></entry>
-	<entry key="ulist.right.exclusive.request"><![CDATA[Request exclusive audio]]></entry>
+	<entry key="ulist.right.muteothers.grant"><![CDATA[Allow this user to mute others]]></entry>
+	<entry key="ulist.right.muteothers.revoke"><![CDATA[Remove this user's right to mute others]]></entry>
+	<entry key="ulist.right.muteothers.request"><![CDATA[Request permission to mute others]]></entry>
 	<entry key="ulist.right.moderator.grant"><![CDATA[Allow this user to be moderator]]></entry>
 	<entry key="ulist.right.moderator.revoke"><![CDATA[Remove moderator permissions from this user]]></entry>
 	<entry key="ulist.right.moderator.request"><![CDATA[Request moderator permissions]]></entry>
@@ -966,6 +961,9 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="ulist.right.wb.grant"><![CDATA[Allow this user to draw on the whiteboard]]></entry>
 	<entry key="ulist.right.wb.revoke"><![CDATA[Remove this user's permission to draw on the whiteboard]]></entry>
 	<entry key="ulist.right.wb.request"><![CDATA[Request permission to draw on the whiteboard]]></entry>
+	<entry key="ulist.user.speaks"><![CDATA[user yang berbicara]]></entry>
+	<entry key="ulist.user.muteothers"><![CDATA[ (By clicking here you can mute the microphone of others)]]></entry>
+	<entry key="ulist.user.muteothers.confirm"><![CDATA[Do you really want to mute all users except this one?]]></entry>
 	<entry key="activities.request.right.moderator"><![CDATA[requests permission to be moderator]]></entry>
 	<entry key="activities.request.right.presenter"><![CDATA[requests permission to be presenter]]></entry>
 	<entry key="activities.request.right.wb"><![CDATA[requests permission to draw on the whiteboard]]></entry>
@@ -973,7 +971,7 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="activities.request.right.remote"><![CDATA[requests permission to control screen during screen sharing]]></entry>
 	<entry key="activities.request.right.audio"><![CDATA[requests permission to turn on micropone]]></entry>
 	<entry key="activities.request.right.video"><![CDATA[requests permission to turn on camera]]></entry>
-	<entry key="activities.request.right.exclusive"><![CDATA[requests permission to use exclusive audio]]></entry>
+	<entry key="activities.request.right.muteothers"><![CDATA[requests permission to mute others]]></entry>
 	<entry key="activities.ask.question"><![CDATA[would like to ask a question]]></entry>
 	<entry key="camera.on"><![CDATA[Turn on camera]]></entry>
 	<entry key="camera.off"><![CDATA[Turn off camera]]></entry>
@@ -996,4 +994,5 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="download.image.steps"><![CDATA[Please right click the image and choose "Save image as"]]></entry>
 	<entry key="video.permission.title"><![CDATA[Permission is required]]></entry>
 	<entry key="video.permission.text"><![CDATA[Extra permission is required to play video.<br/>Press OK to allow playing.]]></entry>
+	<entry key="video.muteothers"><![CDATA[Mute microphone of others]]></entry>
 </properties>
diff --git a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_it.properties.xml b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_it.properties.xml
index 454ceaa..2c661ba 100644
--- a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_it.properties.xml
+++ b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_it.properties.xml
@@ -172,8 +172,6 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="363"><![CDATA[Cancella lingua]]></entry>
 	<entry key="366"><![CDATA[Aggiungi lingua]]></entry>
 	<entry key="367"><![CDATA[Backup]]></entry>
-	<entry key="371"><![CDATA[utente parla]]></entry>
-	<entry key="372"><![CDATA[utente parla (Cliccando darai l'audio esclusivo / silenziando il microfono degli altri)]]></entry>
 	<entry key="376"><![CDATA[Ciao]]></entry>
 	<entry key="377"><![CDATA[Modifica il profilo]]></entry>
 	<entry key="378"><![CDATA[Nuovi messaggi:]]></entry>
@@ -471,7 +469,6 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="1361"><![CDATA[Rifiuta e rimuovi messaggio]]></entry>
 	<entry key="1362"><![CDATA[I]]></entry>
 	<entry key="1363"><![CDATA[Attività e azioni]]></entry>
-	<entry key="1386"><![CDATA[Dai l'audio esclusivo a questo utente. Silenzia microfono degli altri (Puoi anche premere F12)]]></entry>
 	<entry key="1410"><![CDATA[Nome sondaggio]]></entry>
 	<entry key="1411"><![CDATA[Tu]]></entry>
 	<entry key="1412"><![CDATA[Sondaggi archiviati]]></entry>
@@ -483,7 +480,6 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="1420"><![CDATA[Cancella sondaggio]]></entry>
 	<entry key="1421"><![CDATA[Sei sicuro di voler cancellare questo sondaggio? Verranno cancellati anche i risultati di conseguenza.]]></entry>
 	<entry key="1422"><![CDATA[Codice ISO lingua]]></entry>
-	<entry key="1428">Dai i permessi per l'audio esclusivo.</entry>
 	<entry key="1429"><![CDATA[Risoluzione camera]]></entry>
 	<entry key="1430"><![CDATA[Cambiando risoluzione influenzerà la banda, immagini più grandi hanno bisogno di più banda!]]></entry>
 	<entry key="1443"><![CDATA[Opzioni disposizione]]></entry>
@@ -543,7 +539,6 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="1536"><![CDATA[Importa sistema]]></entry>
 	<entry key="1537"><![CDATA[Include files caricati e registrazione nel backup]]></entry>
 	<entry key="1538"><![CDATA[Abilita connessioni SIP nella stanza]]></entry>
-	<entry key="1539">Vuoi veramente concedere all'utente l'audio esclusivo?</entry>
 	<entry key="1546"><![CDATA[Benvenuto]]></entry>
 	<entry key="1547"><![CDATA[Widget per la visualizzazione delle principali informazioni dell'utente e dei collegamenti al supporto]]></entry>
 	<entry key="1548"><![CDATA[Widgets]]></entry>
@@ -946,9 +941,9 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="ulist.right.audio.grant"><![CDATA[Allow this user to use microphone]]></entry>
 	<entry key="ulist.right.audio.revoke"><![CDATA[Mute user and remove the right to turn on microphone]]></entry>
 	<entry key="ulist.right.audio.request"><![CDATA[Request permission to use microphone]]></entry>
-	<entry key="ulist.right.exclusive.grant"><![CDATA[Allow this user to mute others]]></entry>
-	<entry key="ulist.right.exclusive.revoke"><![CDATA[Remove this user's right to mute others]]></entry>
-	<entry key="ulist.right.exclusive.request"><![CDATA[Request exclusive audio]]></entry>
+	<entry key="ulist.right.muteothers.grant"><![CDATA[Allow this user to mute others]]></entry>
+	<entry key="ulist.right.muteothers.revoke"><![CDATA[Remove this user's right to mute others]]></entry>
+	<entry key="ulist.right.muteothers.request"><![CDATA[Request permission to mute others]]></entry>
 	<entry key="ulist.right.moderator.grant"><![CDATA[Allow this user to be moderator]]></entry>
 	<entry key="ulist.right.moderator.revoke"><![CDATA[Remove moderator permissions from this user]]></entry>
 	<entry key="ulist.right.moderator.request"><![CDATA[Request moderator permissions]]></entry>
@@ -967,6 +962,9 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="ulist.right.wb.grant"><![CDATA[Allow this user to draw on the whiteboard]]></entry>
 	<entry key="ulist.right.wb.revoke"><![CDATA[Remove this user's permission to draw on the whiteboard]]></entry>
 	<entry key="ulist.right.wb.request"><![CDATA[Request permission to draw on the whiteboard]]></entry>
+	<entry key="ulist.user.speaks"><![CDATA[utente parla]]></entry>
+	<entry key="ulist.user.muteothers"><![CDATA[ (Cliccando darai silenziando il microfono degli altri)]]></entry>
+	<entry key="ulist.user.muteothers.confirm"><![CDATA[Do you really want to mute all users except this one?]]></entry>
 	<entry key="activities.request.right.moderator"><![CDATA[requests permission to be moderator]]></entry>
 	<entry key="activities.request.right.presenter"><![CDATA[requests permission to be presenter]]></entry>
 	<entry key="activities.request.right.wb"><![CDATA[requests permission to draw on the whiteboard]]></entry>
@@ -974,7 +972,7 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="activities.request.right.remote"><![CDATA[requests permission to control screen during screen sharing]]></entry>
 	<entry key="activities.request.right.audio"><![CDATA[requests permission to turn on micropone]]></entry>
 	<entry key="activities.request.right.video"><![CDATA[requests permission to turn on camera]]></entry>
-	<entry key="activities.request.right.exclusive"><![CDATA[requests permission to use exclusive audio]]></entry>
+	<entry key="activities.request.right.muteothers"><![CDATA[requests permission to mute others]]></entry>
 	<entry key="activities.ask.question"><![CDATA[would like to ask a question]]></entry>
 	<entry key="camera.on"><![CDATA[Turn on camera]]></entry>
 	<entry key="camera.off"><![CDATA[Turn off camera]]></entry>
@@ -997,4 +995,5 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="download.image.steps"><![CDATA[Please right click the image and choose "Save image as"]]></entry>
 	<entry key="video.permission.title"><![CDATA[Permission is required]]></entry>
 	<entry key="video.permission.text"><![CDATA[Extra permission is required to play video.<br/>Press OK to allow playing.]]></entry>
+	<entry key="video.muteothers"><![CDATA[Silenzia microfono degli altri]]></entry>
 </properties>
diff --git a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_ja.properties.xml b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_ja.properties.xml
index a25dabf..7443097 100644
--- a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_ja.properties.xml
+++ b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_ja.properties.xml
@@ -172,8 +172,6 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="363"><![CDATA[言語の削除]]></entry>
 	<entry key="366"><![CDATA[言語の追加]]></entry>
 	<entry key="367"><![CDATA[バックアップ]]></entry>
-	<entry key="371"><![CDATA[ユーザーが話し中]]></entry>
-	<entry key="372"><![CDATA[ユーザーが話し中(マイク権の与奪をするにはここをクリック)]]></entry>
 	<entry key="376"><![CDATA[ユーザー:]]></entry>
 	<entry key="377"><![CDATA[プロフィール編集]]></entry>
 	<entry key="378"><![CDATA[新しいメッセージ:]]></entry>
@@ -471,7 +469,6 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="1361"><![CDATA[メッセージを拒否して削除する]]></entry>
 	<entry key="1362"><![CDATA[私]]></entry>
 	<entry key="1363"><![CDATA[アクティビティ/アクション]]></entry>
-	<entry key="1386"><![CDATA[他の参加者のマイクを無効にして私のマイクだけを有効にする (F12)]]></entry>
 	<entry key="1410"><![CDATA[投票名]]></entry>
 	<entry key="1411"><![CDATA[あなた]]></entry>
 	<entry key="1412"><![CDATA[過去の投票]]></entry>
@@ -483,7 +480,6 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="1420"><![CDATA[投票を削除する]]></entry>
 	<entry key="1421"><![CDATA[この投票を削除してよろしいですか?同時に投票結果も削除されます。]]></entry>
 	<entry key="1422"><![CDATA[ISO言語コード]]></entry>
-	<entry key="1428">単独講演者(話者)になることを許可する。</entry>
 	<entry key="1429"><![CDATA[カメラ解像度]]></entry>
 	<entry key="1430"><![CDATA[解像度の変更はネットワーク帯域に影響します。高解像度のビデオ画像は、より多くのネットワーク帯域を必要とします。]]></entry>
 	<entry key="1443"><![CDATA[レイアウト・オプション]]></entry>
@@ -543,7 +539,6 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="1536"><![CDATA[システム・インポート]]></entry>
 	<entry key="1537"><![CDATA[バックアップにアップロード済みファイルと録音・録画を含める]]></entry>
 	<entry key="1538"><![CDATA[会議室のSIPトランスポートを有効にする]]></entry>
-	<entry key="1539">このユーザーに単独講演者(話者)権限を付与してよろしいですか?</entry>
 	<entry key="1546"><![CDATA[ようこそ]]></entry>
 	<entry key="1547"><![CDATA[ユーザー基本情報/サポート・リンク ウィジェット]]></entry>
 	<entry key="1548"><![CDATA[ウィジェット]]></entry>
@@ -945,9 +940,9 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="ulist.right.audio.grant"><![CDATA[Allow this user to use microphone]]></entry>
 	<entry key="ulist.right.audio.revoke"><![CDATA[Mute user and remove the right to turn on microphone]]></entry>
 	<entry key="ulist.right.audio.request"><![CDATA[Request permission to use microphone]]></entry>
-	<entry key="ulist.right.exclusive.grant"><![CDATA[Allow this user to mute others]]></entry>
-	<entry key="ulist.right.exclusive.revoke"><![CDATA[Remove this user's right to mute others]]></entry>
-	<entry key="ulist.right.exclusive.request"><![CDATA[Request exclusive audio]]></entry>
+	<entry key="ulist.right.muteothers.grant"><![CDATA[Allow this user to mute others]]></entry>
+	<entry key="ulist.right.muteothers.revoke"><![CDATA[Remove this user's right to mute others]]></entry>
+	<entry key="ulist.right.muteothers.request"><![CDATA[Request permission to mute others]]></entry>
 	<entry key="ulist.right.moderator.grant"><![CDATA[Allow this user to be moderator]]></entry>
 	<entry key="ulist.right.moderator.revoke"><![CDATA[Remove moderator permissions from this user]]></entry>
 	<entry key="ulist.right.moderator.request"><![CDATA[Request moderator permissions]]></entry>
@@ -966,6 +961,9 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="ulist.right.wb.grant"><![CDATA[Allow this user to draw on the whiteboard]]></entry>
 	<entry key="ulist.right.wb.revoke"><![CDATA[Remove this user's permission to draw on the whiteboard]]></entry>
 	<entry key="ulist.right.wb.request"><![CDATA[Request permission to draw on the whiteboard]]></entry>
+	<entry key="ulist.user.speaks"><![CDATA[ユーザーが話し中]]></entry>
+	<entry key="ulist.user.muteothers"><![CDATA[ (By clicking here you can mute the microphone of others)]]></entry>
+	<entry key="ulist.user.muteothers.confirm"><![CDATA[Do you really want to mute all users except this one?]]></entry>
 	<entry key="activities.request.right.moderator"><![CDATA[requests permission to be moderator]]></entry>
 	<entry key="activities.request.right.presenter"><![CDATA[requests permission to be presenter]]></entry>
 	<entry key="activities.request.right.wb"><![CDATA[requests permission to draw on the whiteboard]]></entry>
@@ -973,7 +971,7 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="activities.request.right.remote"><![CDATA[requests permission to control screen during screen sharing]]></entry>
 	<entry key="activities.request.right.audio"><![CDATA[requests permission to turn on micropone]]></entry>
 	<entry key="activities.request.right.video"><![CDATA[requests permission to turn on camera]]></entry>
-	<entry key="activities.request.right.exclusive"><![CDATA[requests permission to use exclusive audio]]></entry>
+	<entry key="activities.request.right.muteothers"><![CDATA[requests permission to mute others]]></entry>
 	<entry key="activities.ask.question"><![CDATA[would like to ask a question]]></entry>
 	<entry key="camera.on"><![CDATA[Turn on camera]]></entry>
 	<entry key="camera.off"><![CDATA[Turn off camera]]></entry>
@@ -996,4 +994,5 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="download.image.steps"><![CDATA[Please right click the image and choose "Save image as"]]></entry>
 	<entry key="video.permission.title"><![CDATA[Permission is required]]></entry>
 	<entry key="video.permission.text"><![CDATA[Extra permission is required to play video.<br/>Press OK to allow playing.]]></entry>
+	<entry key="video.muteothers"><![CDATA[Mute microphone of others]]></entry>
 </properties>
diff --git a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_ko.properties.xml b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_ko.properties.xml
index 40cbd56..430abdc 100644
--- a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_ko.properties.xml
+++ b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_ko.properties.xml
@@ -172,8 +172,6 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="363"><![CDATA[delete language]]></entry>
 	<entry key="366"><![CDATA[add language]]></entry>
 	<entry key="367"><![CDATA[Backup]]></entry>
-	<entry key="371"><![CDATA[user speaks]]></entry>
-	<entry key="372"><![CDATA[user speaks (By clicking here you can give exclusive audio / mute the microphone of others)]]></entry>
 	<entry key="376"><![CDATA[hi,]]></entry>
 	<entry key="377"><![CDATA[Edit your profile]]></entry>
 	<entry key="378"><![CDATA[New Messages:]]></entry>
@@ -471,7 +469,6 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="1361"><![CDATA[Deny]]></entry>
 	<entry key="1362"><![CDATA[I]]></entry>
 	<entry key="1363"><![CDATA[Activities and actions]]></entry>
-	<entry key="1386"><![CDATA[Mute microphone of others]]></entry>
 	<entry key="1410"><![CDATA[Poll Name]]></entry>
 	<entry key="1411"><![CDATA[You]]></entry>
 	<entry key="1412"><![CDATA[Archieved Polls]]></entry>
@@ -483,7 +480,6 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="1420"><![CDATA[Delete Poll]]></entry>
 	<entry key="1421"><![CDATA[Are you sure you want to delete this Poll? The results will be deleted as well.]]></entry>
 	<entry key="1422"><![CDATA[Language ISO Code]]></entry>
-	<entry key="1428">Give a permission for exclusive audio.</entry>
 	<entry key="1429"><![CDATA[Cam resolution]]></entry>
 	<entry key="1430"><![CDATA[Changing the resolution affects bandwidth, bigger picture needs more bandwith!]]></entry>
 	<entry key="1443"><![CDATA[Layout options]]></entry>
@@ -543,7 +539,6 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="1536"><![CDATA[System import]]></entry>
 	<entry key="1537"><![CDATA[Include uploaded files and recordings in backup]]></entry>
 	<entry key="1538"><![CDATA[Enable SIP transport in the room]]></entry>
-	<entry key="1539">Do you really want to provide this user an exclusive audio?</entry>
 	<entry key="1546"><![CDATA[Welcome]]></entry>
 	<entry key="1547"><![CDATA[Widget displaying basic user info and support links]]></entry>
 	<entry key="1548"><![CDATA[Widgets]]></entry>
@@ -945,9 +940,9 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="ulist.right.audio.grant"><![CDATA[Allow this user to use microphone]]></entry>
 	<entry key="ulist.right.audio.revoke"><![CDATA[Mute user and remove the right to turn on microphone]]></entry>
 	<entry key="ulist.right.audio.request"><![CDATA[Request permission to use microphone]]></entry>
-	<entry key="ulist.right.exclusive.grant"><![CDATA[Allow this user to mute others]]></entry>
-	<entry key="ulist.right.exclusive.revoke"><![CDATA[Remove this user's right to mute others]]></entry>
-	<entry key="ulist.right.exclusive.request"><![CDATA[Request exclusive audio]]></entry>
+	<entry key="ulist.right.muteothers.grant"><![CDATA[Allow this user to mute others]]></entry>
+	<entry key="ulist.right.muteothers.revoke"><![CDATA[Remove this user's right to mute others]]></entry>
+	<entry key="ulist.right.muteothers.request"><![CDATA[Request permission to mute others]]></entry>
 	<entry key="ulist.right.moderator.grant"><![CDATA[Allow this user to be moderator]]></entry>
 	<entry key="ulist.right.moderator.revoke"><![CDATA[Remove moderator permissions from this user]]></entry>
 	<entry key="ulist.right.moderator.request"><![CDATA[Request moderator permissions]]></entry>
@@ -966,6 +961,9 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="ulist.right.wb.grant"><![CDATA[Allow this user to draw on the whiteboard]]></entry>
 	<entry key="ulist.right.wb.revoke"><![CDATA[Remove this user's permission to draw on the whiteboard]]></entry>
 	<entry key="ulist.right.wb.request"><![CDATA[Request permission to draw on the whiteboard]]></entry>
+	<entry key="ulist.user.speaks"><![CDATA[user speaks]]></entry>
+	<entry key="ulist.user.muteothers"><![CDATA[ (By clicking here you can mute the microphone of others)]]></entry>
+	<entry key="ulist.user.muteothers.confirm"><![CDATA[Do you really want to mute all users except this one?]]></entry>
 	<entry key="activities.request.right.moderator"><![CDATA[requests permission to be moderator]]></entry>
 	<entry key="activities.request.right.presenter"><![CDATA[requests permission to be presenter]]></entry>
 	<entry key="activities.request.right.wb"><![CDATA[requests permission to draw on the whiteboard]]></entry>
@@ -973,7 +971,7 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="activities.request.right.remote"><![CDATA[requests permission to control screen during screen sharing]]></entry>
 	<entry key="activities.request.right.audio"><![CDATA[requests permission to turn on micropone]]></entry>
 	<entry key="activities.request.right.video"><![CDATA[requests permission to turn on camera]]></entry>
-	<entry key="activities.request.right.exclusive"><![CDATA[requests permission to use exclusive audio]]></entry>
+	<entry key="activities.request.right.muteothers"><![CDATA[requests permission to mute others]]></entry>
 	<entry key="activities.ask.question"><![CDATA[would like to ask a question]]></entry>
 	<entry key="camera.on"><![CDATA[Turn on camera]]></entry>
 	<entry key="camera.off"><![CDATA[Turn off camera]]></entry>
@@ -996,4 +994,5 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="download.image.steps"><![CDATA[Please right click the image and choose "Save image as"]]></entry>
 	<entry key="video.permission.title"><![CDATA[Permission is required]]></entry>
 	<entry key="video.permission.text"><![CDATA[Extra permission is required to play video.<br/>Press OK to allow playing.]]></entry>
+	<entry key="video.muteothers"><![CDATA[Mute microphone of others]]></entry>
 </properties>
diff --git a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_nl.properties.xml b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_nl.properties.xml
index c63e917..bedac98 100644
--- a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_nl.properties.xml
+++ b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_nl.properties.xml
@@ -172,8 +172,6 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="363"><![CDATA[Taal verwijderen]]></entry>
 	<entry key="366"><![CDATA[Taal toevoegen]]></entry>
 	<entry key="367"><![CDATA[Backup]]></entry>
-	<entry key="371"><![CDATA[Gebruiker spreekt]]></entry>
-	<entry key="372"><![CDATA[Gebruiker spreekt (By clicking here you can give exclusive audio / mute the microphone of others)]]></entry>
 	<entry key="376"><![CDATA[Hallo,]]></entry>
 	<entry key="377"><![CDATA[Profiel bijwerken]]></entry>
 	<entry key="378"><![CDATA[Nieuw bericht:]]></entry>
@@ -471,7 +469,6 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="1361"><![CDATA[Deny]]></entry>
 	<entry key="1362"><![CDATA[I]]></entry>
 	<entry key="1363"><![CDATA[Activities and actions]]></entry>
-	<entry key="1386"><![CDATA[Mute microphone of others]]></entry>
 	<entry key="1410"><![CDATA[Poll Name]]></entry>
 	<entry key="1411"><![CDATA[You]]></entry>
 	<entry key="1412"><![CDATA[Archieved Polls]]></entry>
@@ -483,7 +480,6 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="1420"><![CDATA[Delete Poll]]></entry>
 	<entry key="1421"><![CDATA[Are you sure you want to delete this Poll? The results will be deleted as well.]]></entry>
 	<entry key="1422"><![CDATA[Language ISO Code]]></entry>
-	<entry key="1428">Give a permission for exclusive audio.</entry>
 	<entry key="1429"><![CDATA[Cam resolution]]></entry>
 	<entry key="1430"><![CDATA[Changing the resolution affects bandwidth, bigger picture needs more bandwith!]]></entry>
 	<entry key="1443"><![CDATA[Layout options]]></entry>
@@ -543,7 +539,6 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="1536"><![CDATA[System import]]></entry>
 	<entry key="1537"><![CDATA[Include uploaded files and recordings in backup]]></entry>
 	<entry key="1538"><![CDATA[Enable SIP transport in the room]]></entry>
-	<entry key="1539">Do you really want to provide this user an exclusive audio?</entry>
 	<entry key="1546"><![CDATA[Welcome]]></entry>
 	<entry key="1547"><![CDATA[Widget displaying basic user info and support links]]></entry>
 	<entry key="1548"><![CDATA[Widgets]]></entry>
@@ -945,9 +940,9 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="ulist.right.audio.grant"><![CDATA[Allow this user to use microphone]]></entry>
 	<entry key="ulist.right.audio.revoke"><![CDATA[Mute user and remove the right to turn on microphone]]></entry>
 	<entry key="ulist.right.audio.request"><![CDATA[Request permission to use microphone]]></entry>
-	<entry key="ulist.right.exclusive.grant"><![CDATA[Allow this user to mute others]]></entry>
-	<entry key="ulist.right.exclusive.revoke"><![CDATA[Remove this user's right to mute others]]></entry>
-	<entry key="ulist.right.exclusive.request"><![CDATA[Request exclusive audio]]></entry>
+	<entry key="ulist.right.muteothers.grant"><![CDATA[Allow this user to mute others]]></entry>
+	<entry key="ulist.right.muteothers.revoke"><![CDATA[Remove this user's right to mute others]]></entry>
+	<entry key="ulist.right.muteothers.request"><![CDATA[Request permission to mute others]]></entry>
 	<entry key="ulist.right.moderator.grant"><![CDATA[Allow this user to be moderator]]></entry>
 	<entry key="ulist.right.moderator.revoke"><![CDATA[Remove moderator permissions from this user]]></entry>
 	<entry key="ulist.right.moderator.request"><![CDATA[Request moderator permissions]]></entry>
@@ -966,6 +961,9 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="ulist.right.wb.grant"><![CDATA[Allow this user to draw on the whiteboard]]></entry>
 	<entry key="ulist.right.wb.revoke"><![CDATA[Remove this user's permission to draw on the whiteboard]]></entry>
 	<entry key="ulist.right.wb.request"><![CDATA[Request permission to draw on the whiteboard]]></entry>
+	<entry key="ulist.user.speaks"><![CDATA[Gebruiker spreekt]]></entry>
+	<entry key="ulist.user.muteothers"><![CDATA[ (By clicking here you can mute the microphone of others)]]></entry>
+	<entry key="ulist.user.muteothers.confirm"><![CDATA[Do you really want to mute all users except this one?]]></entry>
 	<entry key="activities.request.right.moderator"><![CDATA[requests permission to be moderator]]></entry>
 	<entry key="activities.request.right.presenter"><![CDATA[requests permission to be presenter]]></entry>
 	<entry key="activities.request.right.wb"><![CDATA[requests permission to draw on the whiteboard]]></entry>
@@ -973,7 +971,7 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="activities.request.right.remote"><![CDATA[requests permission to control screen during screen sharing]]></entry>
 	<entry key="activities.request.right.audio"><![CDATA[requests permission to turn on micropone]]></entry>
 	<entry key="activities.request.right.video"><![CDATA[requests permission to turn on camera]]></entry>
-	<entry key="activities.request.right.exclusive"><![CDATA[requests permission to use exclusive audio]]></entry>
+	<entry key="activities.request.right.muteothers"><![CDATA[requests permission to mute others]]></entry>
 	<entry key="activities.ask.question"><![CDATA[would like to ask a question]]></entry>
 	<entry key="camera.on"><![CDATA[Turn on camera]]></entry>
 	<entry key="camera.off"><![CDATA[Turn off camera]]></entry>
@@ -996,4 +994,5 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="download.image.steps"><![CDATA[Please right click the image and choose "Save image as"]]></entry>
 	<entry key="video.permission.title"><![CDATA[Permission is required]]></entry>
 	<entry key="video.permission.text"><![CDATA[Extra permission is required to play video.<br/>Press OK to allow playing.]]></entry>
+	<entry key="video.muteothers"><![CDATA[Mute microphone of others]]></entry>
 </properties>
diff --git a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_pl.properties.xml b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_pl.properties.xml
index 1d5d758..50f429b 100644
--- a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_pl.properties.xml
+++ b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_pl.properties.xml
@@ -172,8 +172,6 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="363"><![CDATA[skasuj język]]></entry>
 	<entry key="366"><![CDATA[dodaj język]]></entry>
 	<entry key="367"><![CDATA[Kopia zapasowa]]></entry>
-	<entry key="371"><![CDATA[użytkownik mówi]]></entry>
-	<entry key="372"><![CDATA[użytkownik mówi (By clicking here you can give exclusive audio / mute the microphone of others)]]></entry>
 	<entry key="376"><![CDATA[cześć,]]></entry>
 	<entry key="377"><![CDATA[Edytuj swój profil]]></entry>
 	<entry key="378"><![CDATA[Nowe wiadomości:]]></entry>
@@ -471,7 +469,6 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="1361"><![CDATA[Deny]]></entry>
 	<entry key="1362"><![CDATA[I]]></entry>
 	<entry key="1363"><![CDATA[Activities and actions]]></entry>
-	<entry key="1386"><![CDATA[Mute microphone of others]]></entry>
 	<entry key="1410"><![CDATA[Poll Name]]></entry>
 	<entry key="1411"><![CDATA[You]]></entry>
 	<entry key="1412"><![CDATA[Archieved Polls]]></entry>
@@ -483,7 +480,6 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="1420"><![CDATA[Delete Poll]]></entry>
 	<entry key="1421"><![CDATA[Are you sure you want to delete this Poll? The results will be deleted as well.]]></entry>
 	<entry key="1422"><![CDATA[Language ISO Code]]></entry>
-	<entry key="1428">Give a permission for exclusive audio.</entry>
 	<entry key="1429"><![CDATA[Cam resolution]]></entry>
 	<entry key="1430"><![CDATA[Changing the resolution affects bandwidth, bigger picture needs more bandwith!]]></entry>
 	<entry key="1443"><![CDATA[Layout options]]></entry>
@@ -543,7 +539,6 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="1536"><![CDATA[System import]]></entry>
 	<entry key="1537"><![CDATA[Include uploaded files and recordings in backup]]></entry>
 	<entry key="1538"><![CDATA[Enable SIP transport in the room]]></entry>
-	<entry key="1539">Do you really want to provide this user an exclusive audio?</entry>
 	<entry key="1546"><![CDATA[Welcome]]></entry>
 	<entry key="1547"><![CDATA[Widget displaying basic user info and support links]]></entry>
 	<entry key="1548"><![CDATA[Widgets]]></entry>
@@ -945,9 +940,9 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="ulist.right.audio.grant"><![CDATA[Allow this user to use microphone]]></entry>
 	<entry key="ulist.right.audio.revoke"><![CDATA[Mute user and remove the right to turn on microphone]]></entry>
 	<entry key="ulist.right.audio.request"><![CDATA[Request permission to use microphone]]></entry>
-	<entry key="ulist.right.exclusive.grant"><![CDATA[Allow this user to mute others]]></entry>
-	<entry key="ulist.right.exclusive.revoke"><![CDATA[Remove this user's right to mute others]]></entry>
-	<entry key="ulist.right.exclusive.request"><![CDATA[Request exclusive audio]]></entry>
+	<entry key="ulist.right.muteothers.grant"><![CDATA[Allow this user to mute others]]></entry>
+	<entry key="ulist.right.muteothers.revoke"><![CDATA[Remove this user's right to mute others]]></entry>
+	<entry key="ulist.right.muteothers.request"><![CDATA[Request permission to mute others]]></entry>
 	<entry key="ulist.right.moderator.grant"><![CDATA[Allow this user to be moderator]]></entry>
 	<entry key="ulist.right.moderator.revoke"><![CDATA[Remove moderator permissions from this user]]></entry>
 	<entry key="ulist.right.moderator.request"><![CDATA[Request moderator permissions]]></entry>
@@ -966,6 +961,9 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="ulist.right.wb.grant"><![CDATA[Allow this user to draw on the whiteboard]]></entry>
 	<entry key="ulist.right.wb.revoke"><![CDATA[Remove this user's permission to draw on the whiteboard]]></entry>
 	<entry key="ulist.right.wb.request"><![CDATA[Request permission to draw on the whiteboard]]></entry>
+	<entry key="ulist.user.speaks"><![CDATA[użytkownik mówi]]></entry>
+	<entry key="ulist.user.muteothers"><![CDATA[ (By clicking here you can mute the microphone of others)]]></entry>
+	<entry key="ulist.user.muteothers.confirm"><![CDATA[Do you really want to mute all users except this one?]]></entry>
 	<entry key="activities.request.right.moderator"><![CDATA[requests permission to be moderator]]></entry>
 	<entry key="activities.request.right.presenter"><![CDATA[requests permission to be presenter]]></entry>
 	<entry key="activities.request.right.wb"><![CDATA[requests permission to draw on the whiteboard]]></entry>
@@ -973,7 +971,7 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="activities.request.right.remote"><![CDATA[requests permission to control screen during screen sharing]]></entry>
 	<entry key="activities.request.right.audio"><![CDATA[requests permission to turn on micropone]]></entry>
 	<entry key="activities.request.right.video"><![CDATA[requests permission to turn on camera]]></entry>
-	<entry key="activities.request.right.exclusive"><![CDATA[requests permission to use exclusive audio]]></entry>
+	<entry key="activities.request.right.muteothers"><![CDATA[requests permission to mute others]]></entry>
 	<entry key="activities.ask.question"><![CDATA[would like to ask a question]]></entry>
 	<entry key="camera.on"><![CDATA[Turn on camera]]></entry>
 	<entry key="camera.off"><![CDATA[Turn off camera]]></entry>
@@ -996,4 +994,5 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="download.image.steps"><![CDATA[Please right click the image and choose "Save image as"]]></entry>
 	<entry key="video.permission.title"><![CDATA[Permission is required]]></entry>
 	<entry key="video.permission.text"><![CDATA[Extra permission is required to play video.<br/>Press OK to allow playing.]]></entry>
+	<entry key="video.muteothers"><![CDATA[Mute microphone of others]]></entry>
 </properties>
diff --git a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_pt.properties.xml b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_pt.properties.xml
index eefc1d4..6b5a499 100644
--- a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_pt.properties.xml
+++ b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_pt.properties.xml
@@ -172,8 +172,6 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="363"><![CDATA[excluir idioma]]></entry>
 	<entry key="366"><![CDATA[adicionar idioma]]></entry>
 	<entry key="367"><![CDATA[Backup]]></entry>
-	<entry key="371"><![CDATA[palestras do usuário]]></entry>
-	<entry key="372"><![CDATA[palestras do usuário (By clicking here you can give exclusive audio / mute the microphone of others)]]></entry>
 	<entry key="376"><![CDATA[olá,]]></entry>
 	<entry key="377"><![CDATA[Editar seu perfil]]></entry>
 	<entry key="378"><![CDATA[Novas Mensagens:]]></entry>
@@ -471,7 +469,6 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="1361"><![CDATA[Deny]]></entry>
 	<entry key="1362"><![CDATA[I]]></entry>
 	<entry key="1363"><![CDATA[Activities and actions]]></entry>
-	<entry key="1386"><![CDATA[Mute microphone of others]]></entry>
 	<entry key="1410"><![CDATA[Poll Name]]></entry>
 	<entry key="1411"><![CDATA[You]]></entry>
 	<entry key="1412"><![CDATA[Archieved Polls]]></entry>
@@ -483,7 +480,6 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="1420"><![CDATA[Delete Poll]]></entry>
 	<entry key="1421"><![CDATA[Are you sure you want to delete this Poll? The results will be deleted as well.]]></entry>
 	<entry key="1422"><![CDATA[Language ISO Code]]></entry>
-	<entry key="1428">Give a permission for exclusive audio.</entry>
 	<entry key="1429"><![CDATA[Cam resolution]]></entry>
 	<entry key="1430"><![CDATA[Changing the resolution affects bandwidth, bigger picture needs more bandwith!]]></entry>
 	<entry key="1443"><![CDATA[Layout options]]></entry>
@@ -543,7 +539,6 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="1536"><![CDATA[System import]]></entry>
 	<entry key="1537"><![CDATA[Include uploaded files and recordings in backup]]></entry>
 	<entry key="1538"><![CDATA[Enable SIP transport in the room]]></entry>
-	<entry key="1539">Do you really want to provide this user an exclusive audio?</entry>
 	<entry key="1546"><![CDATA[Welcome]]></entry>
 	<entry key="1547"><![CDATA[Widget displaying basic user info and support links]]></entry>
 	<entry key="1548"><![CDATA[Widgets]]></entry>
@@ -945,9 +940,9 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="ulist.right.audio.grant"><![CDATA[Allow this user to use microphone]]></entry>
 	<entry key="ulist.right.audio.revoke"><![CDATA[Mute user and remove the right to turn on microphone]]></entry>
 	<entry key="ulist.right.audio.request"><![CDATA[Request permission to use microphone]]></entry>
-	<entry key="ulist.right.exclusive.grant"><![CDATA[Allow this user to mute others]]></entry>
-	<entry key="ulist.right.exclusive.revoke"><![CDATA[Remove this user's right to mute others]]></entry>
-	<entry key="ulist.right.exclusive.request"><![CDATA[Request exclusive audio]]></entry>
+	<entry key="ulist.right.muteothers.grant"><![CDATA[Allow this user to mute others]]></entry>
+	<entry key="ulist.right.muteothers.revoke"><![CDATA[Remove this user's right to mute others]]></entry>
+	<entry key="ulist.right.muteothers.request"><![CDATA[Request permission to mute others]]></entry>
 	<entry key="ulist.right.moderator.grant"><![CDATA[Allow this user to be moderator]]></entry>
 	<entry key="ulist.right.moderator.revoke"><![CDATA[Remove moderator permissions from this user]]></entry>
 	<entry key="ulist.right.moderator.request"><![CDATA[Request moderator permissions]]></entry>
@@ -966,6 +961,9 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="ulist.right.wb.grant"><![CDATA[Allow this user to draw on the whiteboard]]></entry>
 	<entry key="ulist.right.wb.revoke"><![CDATA[Remove this user's permission to draw on the whiteboard]]></entry>
 	<entry key="ulist.right.wb.request"><![CDATA[Request permission to draw on the whiteboard]]></entry>
+	<entry key="ulist.user.speaks"><![CDATA[palestras do usuário]]></entry>
+	<entry key="ulist.user.muteothers"><![CDATA[ (By clicking here you can mute the microphone of others)]]></entry>
+	<entry key="ulist.user.muteothers.confirm"><![CDATA[Do you really want to mute all users except this one?]]></entry>
 	<entry key="activities.request.right.moderator"><![CDATA[requests permission to be moderator]]></entry>
 	<entry key="activities.request.right.presenter"><![CDATA[requests permission to be presenter]]></entry>
 	<entry key="activities.request.right.wb"><![CDATA[requests permission to draw on the whiteboard]]></entry>
@@ -973,7 +971,7 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="activities.request.right.remote"><![CDATA[requests permission to control screen during screen sharing]]></entry>
 	<entry key="activities.request.right.audio"><![CDATA[requests permission to turn on micropone]]></entry>
 	<entry key="activities.request.right.video"><![CDATA[requests permission to turn on camera]]></entry>
-	<entry key="activities.request.right.exclusive"><![CDATA[requests permission to use exclusive audio]]></entry>
+	<entry key="activities.request.right.muteothers"><![CDATA[requests permission to mute others]]></entry>
 	<entry key="activities.ask.question"><![CDATA[would like to ask a question]]></entry>
 	<entry key="camera.on"><![CDATA[Turn on camera]]></entry>
 	<entry key="camera.off"><![CDATA[Turn off camera]]></entry>
@@ -996,4 +994,5 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="download.image.steps"><![CDATA[Please right click the image and choose "Save image as"]]></entry>
 	<entry key="video.permission.title"><![CDATA[Permission is required]]></entry>
 	<entry key="video.permission.text"><![CDATA[Extra permission is required to play video.<br/>Press OK to allow playing.]]></entry>
+	<entry key="video.muteothers"><![CDATA[Mute microphone of others]]></entry>
 </properties>
diff --git a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_pt_BR.properties.xml b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_pt_BR.properties.xml
index fb8cb02..523f4fb 100644
--- a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_pt_BR.properties.xml
+++ b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_pt_BR.properties.xml
@@ -172,8 +172,6 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="363"><![CDATA[excluir idioma]]></entry>
 	<entry key="366"><![CDATA[adicionar idioma]]></entry>
 	<entry key="367"><![CDATA[Backup]]></entry>
-	<entry key="371"><![CDATA[palestras do usuário]]></entry>
-	<entry key="372"><![CDATA[palestras do usuário]]></entry>
 	<entry key="376"><![CDATA[Olá,]]></entry>
 	<entry key="377"><![CDATA[Editar meu perfil]]></entry>
 	<entry key="378"><![CDATA[Novas Mensagens:]]></entry>
@@ -471,7 +469,6 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="1361"><![CDATA[Negar]]></entry>
 	<entry key="1362"><![CDATA[Eu]]></entry>
 	<entry key="1363"><![CDATA[Atividades e ações]]></entry>
-	<entry key="1386"><![CDATA[Microfone dos outros mudo]]></entry>
 	<entry key="1410"><![CDATA[Nome da enquete]]></entry>
 	<entry key="1411"><![CDATA[Você]]></entry>
 	<entry key="1412"><![CDATA[Enquetes arquivadas]]></entry>
@@ -483,7 +480,6 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="1420"><![CDATA[Excluir Enquete]]></entry>
 	<entry key="1421"><![CDATA[Tem certeza de que deseja excluir esta enquete? Os resultados serão excluídos.]]></entry>
 	<entry key="1422"><![CDATA[Language ISO Code]]></entry>
-	<entry key="1428">dar permissão para áudio exclusivo.</entry>
 	<entry key="1429"><![CDATA[Resolução da camera]]></entry>
 	<entry key="1430"><![CDATA[Alterar a resolução afeta a largura de banda, foto maior precisa de mais largura de banda!]]></entry>
 	<entry key="1443"><![CDATA[Opções de layout]]></entry>
@@ -543,7 +539,6 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="1536"><![CDATA[Importação de sistema]]></entry>
 	<entry key="1537"><![CDATA[Incluir arquivos armazenados e gravações no backup]]></entry>
 	<entry key="1538"><![CDATA[Permitir "SIP transport" na sala]]></entry>
-	<entry key="1539">Dar exclusividade de áudio a este usuário?</entry>
 	<entry key="1546"><![CDATA[Welcome]]></entry>
 	<entry key="1547"><![CDATA[Widget displaying basic user info and support links]]></entry>
 	<entry key="1548"><![CDATA[Widgets]]></entry>
@@ -945,9 +940,9 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="ulist.right.audio.grant"><![CDATA[Allow this user to use microphone]]></entry>
 	<entry key="ulist.right.audio.revoke"><![CDATA[Mute user and remove the right to turn on microphone]]></entry>
 	<entry key="ulist.right.audio.request"><![CDATA[Request permission to use microphone]]></entry>
-	<entry key="ulist.right.exclusive.grant"><![CDATA[Allow this user to mute others]]></entry>
-	<entry key="ulist.right.exclusive.revoke"><![CDATA[Remove this user's right to mute others]]></entry>
-	<entry key="ulist.right.exclusive.request"><![CDATA[Request exclusive audio]]></entry>
+	<entry key="ulist.right.muteothers.grant"><![CDATA[Allow this user to mute others]]></entry>
+	<entry key="ulist.right.muteothers.revoke"><![CDATA[Remove this user's right to mute others]]></entry>
+	<entry key="ulist.right.muteothers.request"><![CDATA[Request permission to mute others]]></entry>
 	<entry key="ulist.right.moderator.grant"><![CDATA[Allow this user to be moderator]]></entry>
 	<entry key="ulist.right.moderator.revoke"><![CDATA[Remove moderator permissions from this user]]></entry>
 	<entry key="ulist.right.moderator.request"><![CDATA[Request moderator permissions]]></entry>
@@ -966,6 +961,9 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="ulist.right.wb.grant"><![CDATA[Allow this user to draw on the whiteboard]]></entry>
 	<entry key="ulist.right.wb.revoke"><![CDATA[Remove this user's permission to draw on the whiteboard]]></entry>
 	<entry key="ulist.right.wb.request"><![CDATA[Request permission to draw on the whiteboard]]></entry>
+	<entry key="ulist.user.speaks"><![CDATA[palestras do usuário]]></entry>
+	<entry key="ulist.user.muteothers"><![CDATA[ (By clicking here you can mute the microphone of others)]]></entry>
+	<entry key="ulist.user.muteothers.confirm"><![CDATA[Do you really want to mute all users except this one?]]></entry>
 	<entry key="activities.request.right.moderator"><![CDATA[requests permission to be moderator]]></entry>
 	<entry key="activities.request.right.presenter"><![CDATA[requests permission to be presenter]]></entry>
 	<entry key="activities.request.right.wb"><![CDATA[requests permission to draw on the whiteboard]]></entry>
@@ -973,7 +971,7 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="activities.request.right.remote"><![CDATA[requests permission to control screen during screen sharing]]></entry>
 	<entry key="activities.request.right.audio"><![CDATA[requests permission to turn on micropone]]></entry>
 	<entry key="activities.request.right.video"><![CDATA[requests permission to turn on camera]]></entry>
-	<entry key="activities.request.right.exclusive"><![CDATA[requests permission to use exclusive audio]]></entry>
+	<entry key="activities.request.right.muteothers"><![CDATA[requests permission to mute others]]></entry>
 	<entry key="activities.ask.question"><![CDATA[would like to ask a question]]></entry>
 	<entry key="camera.on"><![CDATA[Turn on camera]]></entry>
 	<entry key="camera.off"><![CDATA[Turn off camera]]></entry>
@@ -996,4 +994,5 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="download.image.steps"><![CDATA[Please right click the image and choose "Save image as"]]></entry>
 	<entry key="video.permission.title"><![CDATA[Permission is required]]></entry>
 	<entry key="video.permission.text"><![CDATA[Extra permission is required to play video.<br/>Press OK to allow playing.]]></entry>
+	<entry key="video.muteothers"><![CDATA[Microfone dos outros mudo]]></entry>
 </properties>
diff --git a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_ru.properties.xml b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_ru.properties.xml
index 7d6a6cf..2a7d15b 100644
--- a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_ru.properties.xml
+++ b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_ru.properties.xml
@@ -172,8 +172,6 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="363"><![CDATA[удалить язык]]></entry>
 	<entry key="366"><![CDATA[добавить язык]]></entry>
 	<entry key="367"><![CDATA[Резервное копирование]]></entry>
-	<entry key="371"><![CDATA[Участник говорит]]></entry>
-	<entry key="372"><![CDATA[Участник говорит (Нажимая здесь Вы предоставляете этому участнику эксклюзивный микрофон / выключая микрофоны остальных участников)]]></entry>
 	<entry key="376"><![CDATA[Привет,]]></entry>
 	<entry key="377"><![CDATA[Ваш профиль]]></entry>
 	<entry key="378"><![CDATA[Новые сообщения:]]></entry>
@@ -471,7 +469,6 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="1361"><![CDATA[Отклонить]]></entry>
 	<entry key="1362"><![CDATA[Я]]></entry>
 	<entry key="1363"><![CDATA[Активность и действия]]></entry>
-	<entry key="1386"><![CDATA[Дать слово]]></entry>
 	<entry key="1410"><![CDATA[Название опроса]]></entry>
 	<entry key="1411"><![CDATA[Вы]]></entry>
 	<entry key="1412"><![CDATA[Заархивированные голосования]]></entry>
@@ -483,7 +480,6 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="1420"><![CDATA[Удалить опрос]]></entry>
 	<entry key="1421"><![CDATA[Хотите удалить этот опрос? Результаты тоже будут удалены.]]></entry>
 	<entry key="1422"><![CDATA[Код ISO языка]]></entry>
-	<entry key="1428">Разрешить эксклюзивный звук.</entry>
 	<entry key="1429"><![CDATA[Разрешение камеры]]></entry>
 	<entry key="1430"><![CDATA[Изменение разрешения влияет на пропускную способность сети, увеличенная картинка требует больше разрешения.]]></entry>
 	<entry key="1443"><![CDATA[Параметры расположения]]></entry>
@@ -543,7 +539,6 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="1536"><![CDATA[Системный импорт]]></entry>
 	<entry key="1537"><![CDATA[Включать загруженные файлы и записи в бэкап]]></entry>
 	<entry key="1538"><![CDATA[Разрешить SIP транспорт в комнате]]></entry>
-	<entry key="1539">Вы действительно хотите дать слово этому участнику?</entry>
 	<entry key="1546"><![CDATA[Добро пожаловать]]></entry>
 	<entry key="1547"><![CDATA[Виджет, содержащий основную информацию о пользователе и ссылки на сайты поддержки]]></entry>
 	<entry key="1548"><![CDATA[Виджеты]]></entry>
@@ -945,9 +940,9 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="ulist.right.audio.grant"><![CDATA[Разрешить этому пользователю использовать микрофон]]></entry>
 	<entry key="ulist.right.audio.revoke"><![CDATA[Выключить микрофон и запретить его использовать]]></entry>
 	<entry key="ulist.right.audio.request"><![CDATA[Запросить право использовать микрофон]]></entry>
-	<entry key="ulist.right.exclusive.grant"><![CDATA[Разрешить этому пользователю выключать звук у остальных]]></entry>
-	<entry key="ulist.right.exclusive.revoke"><![CDATA[Запретить этому пользователю выключать звук у остальных]]></entry>
-	<entry key="ulist.right.exclusive.request"><![CDATA[Запросить право выключать звук у остальных]]></entry>
+	<entry key="ulist.right.muteothers.grant"><![CDATA[Разрешить этому пользователю выключать звук у остальных]]></entry>
+	<entry key="ulist.right.muteothers.revoke"><![CDATA[Запретить этому пользователю выключать звук у остальных]]></entry>
+	<entry key="ulist.right.muteothers.request"><![CDATA[Запросить право выключать звук у остальных]]></entry>
 	<entry key="ulist.right.moderator.grant"><![CDATA[Дать этому пользователю права модератора]]></entry>
 	<entry key="ulist.right.moderator.revoke"><![CDATA[Забрать у этого пользователя права модератора]]></entry>
 	<entry key="ulist.right.moderator.request"><![CDATA[Запросить права модератора]]></entry>
@@ -966,6 +961,9 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="ulist.right.wb.grant"><![CDATA[Разрешить этому пользователю рисовать на доске]]></entry>
 	<entry key="ulist.right.wb.revoke"><![CDATA[Запретить этому пользователю рисовать на доске]]></entry>
 	<entry key="ulist.right.wb.request"><![CDATA[Запросить право рисовать на доске]]></entry>
+	<entry key="ulist.user.speaks"><![CDATA[Участник говорит]]></entry>
+	<entry key="ulist.user.muteothers"><![CDATA[ (Нажимая здесь Вы выключаете микрофоны остальных участников)]]></entry>
+	<entry key="ulist.user.muteothers.confirm"><![CDATA[Вы действительно хотите выключить микрофоны у всех участников кроме этого?]]></entry>
 	<entry key="activities.request.right.moderator"><![CDATA[запрашивает право быть модератором]]></entry>
 	<entry key="activities.request.right.presenter"><![CDATA[запрашивает право быть докладчиком]]></entry>
 	<entry key="activities.request.right.wb"><![CDATA[запрашивает право рисовать на доске]]></entry>
@@ -973,7 +971,7 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="activities.request.right.remote"><![CDATA[запрашивает право удалённо управлять общим экраном]]></entry>
 	<entry key="activities.request.right.audio"><![CDATA[запрашивает право включать микрофон]]></entry>
 	<entry key="activities.request.right.video"><![CDATA[запрашивает право включать камеру]]></entry>
-	<entry key="activities.request.right.exclusive"><![CDATA[запрашивает право выключать звук у остальных]]></entry>
+	<entry key="activities.request.right.muteothers"><![CDATA[запрашивает право выключать звук у остальных]]></entry>
 	<entry key="activities.ask.question"><![CDATA[хочет задать вопрос]]></entry>
 	<entry key="camera.on"><![CDATA[Включить камеру]]></entry>
 	<entry key="camera.off"><![CDATA[Выключить камеру]]></entry>
@@ -996,4 +994,5 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="download.image.steps"><![CDATA[Кликните правой кнопкой на картинке и выберите "Сохранить как"]]></entry>
 	<entry key="video.permission.title"><![CDATA[Требуются права]]></entry>
 	<entry key="video.permission.text"><![CDATA[Для проигрывания видео требуются дополнительные права.<br/>Нажмите ОК чтобы разрешить проигрывание.]]></entry>
+	<entry key="video.muteothers"><![CDATA[Выключить микрофоны других участников]]></entry>
 </properties>
diff --git a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_sk.properties.xml b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_sk.properties.xml
index 20b6dcd..23682df 100644
--- a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_sk.properties.xml
+++ b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_sk.properties.xml
@@ -172,8 +172,6 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="363"><![CDATA[Delete language]]></entry>
 	<entry key="366"><![CDATA[Add language]]></entry>
 	<entry key="367"><![CDATA[Backup]]></entry>
-	<entry key="371"><![CDATA[používateľ hovorí]]></entry>
-	<entry key="372"><![CDATA[používateľ hovorí (By clicking here you can give exclusive audio / mute the microphone of others)]]></entry>
 	<entry key="376"><![CDATA[Zdravím]]></entry>
 	<entry key="377"><![CDATA[Upraviť profil]]></entry>
 	<entry key="378"><![CDATA[Nová správa]]></entry>
@@ -471,7 +469,6 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="1361"><![CDATA[Deny]]></entry>
 	<entry key="1362"><![CDATA[I]]></entry>
 	<entry key="1363"><![CDATA[Activities and actions]]></entry>
-	<entry key="1386"><![CDATA[Mute microphone of others]]></entry>
 	<entry key="1410"><![CDATA[Poll Name]]></entry>
 	<entry key="1411"><![CDATA[You]]></entry>
 	<entry key="1412"><![CDATA[Archieved Polls]]></entry>
@@ -483,7 +480,6 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="1420"><![CDATA[Delete Poll]]></entry>
 	<entry key="1421"><![CDATA[Are you sure you want to delete this Poll? The results will be deleted as well.]]></entry>
 	<entry key="1422"><![CDATA[Language ISO Code]]></entry>
-	<entry key="1428">Give a permission for exclusive audio.</entry>
 	<entry key="1429"><![CDATA[Cam resolution]]></entry>
 	<entry key="1430"><![CDATA[Changing the resolution affects bandwidth, bigger picture needs more bandwith!]]></entry>
 	<entry key="1443"><![CDATA[Layout options]]></entry>
@@ -543,7 +539,6 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="1536"><![CDATA[System import]]></entry>
 	<entry key="1537"><![CDATA[Include uploaded files and recordings in backup]]></entry>
 	<entry key="1538"><![CDATA[Enable SIP transport in the room]]></entry>
-	<entry key="1539">Do you really want to provide this user an exclusive audio?</entry>
 	<entry key="1546"><![CDATA[Welcome]]></entry>
 	<entry key="1547"><![CDATA[Widget displaying basic user info and support links]]></entry>
 	<entry key="1548"><![CDATA[Widgets]]></entry>
@@ -945,9 +940,9 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="ulist.right.audio.grant"><![CDATA[Allow this user to use microphone]]></entry>
 	<entry key="ulist.right.audio.revoke"><![CDATA[Mute user and remove the right to turn on microphone]]></entry>
 	<entry key="ulist.right.audio.request"><![CDATA[Request permission to use microphone]]></entry>
-	<entry key="ulist.right.exclusive.grant"><![CDATA[Allow this user to mute others]]></entry>
-	<entry key="ulist.right.exclusive.revoke"><![CDATA[Remove this user's right to mute others]]></entry>
-	<entry key="ulist.right.exclusive.request"><![CDATA[Request exclusive audio]]></entry>
+	<entry key="ulist.right.muteothers.grant"><![CDATA[Allow this user to mute others]]></entry>
+	<entry key="ulist.right.muteothers.revoke"><![CDATA[Remove this user's right to mute others]]></entry>
+	<entry key="ulist.right.muteothers.request"><![CDATA[Request permission to mute others]]></entry>
 	<entry key="ulist.right.moderator.grant"><![CDATA[Allow this user to be moderator]]></entry>
 	<entry key="ulist.right.moderator.revoke"><![CDATA[Remove moderator permissions from this user]]></entry>
 	<entry key="ulist.right.moderator.request"><![CDATA[Request moderator permissions]]></entry>
@@ -966,6 +961,9 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="ulist.right.wb.grant"><![CDATA[Allow this user to draw on the whiteboard]]></entry>
 	<entry key="ulist.right.wb.revoke"><![CDATA[Remove this user's permission to draw on the whiteboard]]></entry>
 	<entry key="ulist.right.wb.request"><![CDATA[Request permission to draw on the whiteboard]]></entry>
+	<entry key="ulist.user.speaks"><![CDATA[používateľ hovorí]]></entry>
+	<entry key="ulist.user.muteothers"><![CDATA[ (By clicking here you can mute the microphone of others)]]></entry>
+	<entry key="ulist.user.muteothers.confirm"><![CDATA[Do you really want to mute all users except this one?]]></entry>
 	<entry key="activities.request.right.moderator"><![CDATA[requests permission to be moderator]]></entry>
 	<entry key="activities.request.right.presenter"><![CDATA[requests permission to be presenter]]></entry>
 	<entry key="activities.request.right.wb"><![CDATA[requests permission to draw on the whiteboard]]></entry>
@@ -973,7 +971,7 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="activities.request.right.remote"><![CDATA[requests permission to control screen during screen sharing]]></entry>
 	<entry key="activities.request.right.audio"><![CDATA[requests permission to turn on micropone]]></entry>
 	<entry key="activities.request.right.video"><![CDATA[requests permission to turn on camera]]></entry>
-	<entry key="activities.request.right.exclusive"><![CDATA[requests permission to use exclusive audio]]></entry>
+	<entry key="activities.request.right.muteothers"><![CDATA[requests permission to mute others]]></entry>
 	<entry key="activities.ask.question"><![CDATA[would like to ask a question]]></entry>
 	<entry key="camera.on"><![CDATA[Turn on camera]]></entry>
 	<entry key="camera.off"><![CDATA[Turn off camera]]></entry>
@@ -996,4 +994,5 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="download.image.steps"><![CDATA[Please right click the image and choose "Save image as"]]></entry>
 	<entry key="video.permission.title"><![CDATA[Permission is required]]></entry>
 	<entry key="video.permission.text"><![CDATA[Extra permission is required to play video.<br/>Press OK to allow playing.]]></entry>
+	<entry key="video.muteothers"><![CDATA[Mute microphone of others]]></entry>
 </properties>
diff --git a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_sv.properties.xml b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_sv.properties.xml
index 2d700f9..eee6587 100644
--- a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_sv.properties.xml
+++ b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_sv.properties.xml
@@ -172,8 +172,6 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="363"><![CDATA[Ta bort språk]]></entry>
 	<entry key="366"><![CDATA[Lägg till språk]]></entry>
 	<entry key="367"><![CDATA[Säkerhetskopia]]></entry>
-	<entry key="371"><![CDATA[Användare talar]]></entry>
-	<entry key="372"><![CDATA[Användare talar (By clicking here you can give exclusive audio / mute the microphone of others)]]></entry>
 	<entry key="376"><![CDATA[Hej,]]></entry>
 	<entry key="377"><![CDATA[Ändra din profil]]></entry>
 	<entry key="378"><![CDATA[Nya meddelanden:]]></entry>
@@ -471,7 +469,6 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="1361"><![CDATA[Deny]]></entry>
 	<entry key="1362"><![CDATA[I]]></entry>
 	<entry key="1363"><![CDATA[Activities and actions]]></entry>
-	<entry key="1386"><![CDATA[Mute microphone of others]]></entry>
 	<entry key="1410"><![CDATA[Poll Name]]></entry>
 	<entry key="1411"><![CDATA[You]]></entry>
 	<entry key="1412"><![CDATA[Archieved Polls]]></entry>
@@ -483,7 +480,6 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="1420"><![CDATA[Delete Poll]]></entry>
 	<entry key="1421"><![CDATA[Are you sure you want to delete this Poll? The results will be deleted as well.]]></entry>
 	<entry key="1422"><![CDATA[Language ISO Code]]></entry>
-	<entry key="1428">Give a permission for exclusive audio.</entry>
 	<entry key="1429"><![CDATA[Cam resolution]]></entry>
 	<entry key="1430"><![CDATA[Changing the resolution affects bandwidth, bigger picture needs more bandwith!]]></entry>
 	<entry key="1443"><![CDATA[Layout options]]></entry>
@@ -543,7 +539,6 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="1536"><![CDATA[System import]]></entry>
 	<entry key="1537"><![CDATA[Include uploaded files and recordings in backup]]></entry>
 	<entry key="1538"><![CDATA[Enable SIP transport in the room]]></entry>
-	<entry key="1539">Do you really want to provide this user an exclusive audio?</entry>
 	<entry key="1546"><![CDATA[Welcome]]></entry>
 	<entry key="1547"><![CDATA[Widget displaying basic user info and support links]]></entry>
 	<entry key="1548"><![CDATA[Widgets]]></entry>
@@ -945,9 +940,9 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="ulist.right.audio.grant"><![CDATA[Allow this user to use microphone]]></entry>
 	<entry key="ulist.right.audio.revoke"><![CDATA[Mute user and remove the right to turn on microphone]]></entry>
 	<entry key="ulist.right.audio.request"><![CDATA[Request permission to use microphone]]></entry>
-	<entry key="ulist.right.exclusive.grant"><![CDATA[Allow this user to mute others]]></entry>
-	<entry key="ulist.right.exclusive.revoke"><![CDATA[Remove this user's right to mute others]]></entry>
-	<entry key="ulist.right.exclusive.request"><![CDATA[Request exclusive audio]]></entry>
+	<entry key="ulist.right.muteothers.grant"><![CDATA[Allow this user to mute others]]></entry>
+	<entry key="ulist.right.muteothers.revoke"><![CDATA[Remove this user's right to mute others]]></entry>
+	<entry key="ulist.right.muteothers.request"><![CDATA[Request permission to mute others]]></entry>
 	<entry key="ulist.right.moderator.grant"><![CDATA[Allow this user to be moderator]]></entry>
 	<entry key="ulist.right.moderator.revoke"><![CDATA[Remove moderator permissions from this user]]></entry>
 	<entry key="ulist.right.moderator.request"><![CDATA[Request moderator permissions]]></entry>
@@ -966,6 +961,9 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="ulist.right.wb.grant"><![CDATA[Allow this user to draw on the whiteboard]]></entry>
 	<entry key="ulist.right.wb.revoke"><![CDATA[Remove this user's permission to draw on the whiteboard]]></entry>
 	<entry key="ulist.right.wb.request"><![CDATA[Request permission to draw on the whiteboard]]></entry>
+	<entry key="ulist.user.speaks"><![CDATA[Användare talar]]></entry>
+	<entry key="ulist.user.muteothers"><![CDATA[ (By clicking here you can mute the microphone of others)]]></entry>
+	<entry key="ulist.user.muteothers.confirm"><![CDATA[Do you really want to mute all users except this one?]]></entry>
 	<entry key="activities.request.right.moderator"><![CDATA[requests permission to be moderator]]></entry>
 	<entry key="activities.request.right.presenter"><![CDATA[requests permission to be presenter]]></entry>
 	<entry key="activities.request.right.wb"><![CDATA[requests permission to draw on the whiteboard]]></entry>
@@ -973,7 +971,7 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="activities.request.right.remote"><![CDATA[requests permission to control screen during screen sharing]]></entry>
 	<entry key="activities.request.right.audio"><![CDATA[requests permission to turn on micropone]]></entry>
 	<entry key="activities.request.right.video"><![CDATA[requests permission to turn on camera]]></entry>
-	<entry key="activities.request.right.exclusive"><![CDATA[requests permission to use exclusive audio]]></entry>
+	<entry key="activities.request.right.muteothers"><![CDATA[requests permission to mute others]]></entry>
 	<entry key="activities.ask.question"><![CDATA[would like to ask a question]]></entry>
 	<entry key="camera.on"><![CDATA[Turn on camera]]></entry>
 	<entry key="camera.off"><![CDATA[Turn off camera]]></entry>
@@ -996,4 +994,5 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="download.image.steps"><![CDATA[Please right click the image and choose "Save image as"]]></entry>
 	<entry key="video.permission.title"><![CDATA[Permission is required]]></entry>
 	<entry key="video.permission.text"><![CDATA[Extra permission is required to play video.<br/>Press OK to allow playing.]]></entry>
+	<entry key="video.muteothers"><![CDATA[Mute microphone of others]]></entry>
 </properties>
diff --git a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_th.properties.xml b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_th.properties.xml
index ef1e6fc..bae2cb7 100644
--- a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_th.properties.xml
+++ b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_th.properties.xml
@@ -172,8 +172,6 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="363"><![CDATA[ลบภาษา]]></entry>
 	<entry key="366"><![CDATA[เพิ่มภาษา]]></entry>
 	<entry key="367"><![CDATA[สำรองข้อมูล]]></entry>
-	<entry key="371"><![CDATA[ผู้ใช้พูด]]></entry>
-	<entry key="372"><![CDATA[ผู้ใช้พูด (By clicking here you can give exclusive audio / mute the microphone of others)]]></entry>
 	<entry key="376"><![CDATA[สวัสดี]]></entry>
 	<entry key="377"><![CDATA[แก้ไขโปรไฟล์ของคุณ]]></entry>
 	<entry key="378"><![CDATA[ข้อความใหม่:]]></entry>
@@ -471,7 +469,6 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="1361"><![CDATA[Deny]]></entry>
 	<entry key="1362"><![CDATA[I]]></entry>
 	<entry key="1363"><![CDATA[Activities and actions]]></entry>
-	<entry key="1386"><![CDATA[Mute microphone of others]]></entry>
 	<entry key="1410"><![CDATA[Poll Name]]></entry>
 	<entry key="1411"><![CDATA[You]]></entry>
 	<entry key="1412"><![CDATA[Archieved Polls]]></entry>
@@ -483,7 +480,6 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="1420"><![CDATA[Delete Poll]]></entry>
 	<entry key="1421"><![CDATA[Are you sure you want to delete this Poll? The results will be deleted as well.]]></entry>
 	<entry key="1422"><![CDATA[Language ISO Code]]></entry>
-	<entry key="1428">Give a permission for exclusive audio.</entry>
 	<entry key="1429"><![CDATA[Cam resolution]]></entry>
 	<entry key="1430"><![CDATA[Changing the resolution affects bandwidth, bigger picture needs more bandwith!]]></entry>
 	<entry key="1443"><![CDATA[Layout options]]></entry>
@@ -543,7 +539,6 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="1536"><![CDATA[System import]]></entry>
 	<entry key="1537"><![CDATA[Include uploaded files and recordings in backup]]></entry>
 	<entry key="1538"><![CDATA[Enable SIP transport in the room]]></entry>
-	<entry key="1539">Do you really want to provide this user an exclusive audio?</entry>
 	<entry key="1546"><![CDATA[Welcome]]></entry>
 	<entry key="1547"><![CDATA[Widget displaying basic user info and support links]]></entry>
 	<entry key="1548"><![CDATA[Widgets]]></entry>
@@ -945,9 +940,9 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="ulist.right.audio.grant"><![CDATA[Allow this user to use microphone]]></entry>
 	<entry key="ulist.right.audio.revoke"><![CDATA[Mute user and remove the right to turn on microphone]]></entry>
 	<entry key="ulist.right.audio.request"><![CDATA[Request permission to use microphone]]></entry>
-	<entry key="ulist.right.exclusive.grant"><![CDATA[Allow this user to mute others]]></entry>
-	<entry key="ulist.right.exclusive.revoke"><![CDATA[Remove this user's right to mute others]]></entry>
-	<entry key="ulist.right.exclusive.request"><![CDATA[Request exclusive audio]]></entry>
+	<entry key="ulist.right.muteothers.grant"><![CDATA[Allow this user to mute others]]></entry>
+	<entry key="ulist.right.muteothers.revoke"><![CDATA[Remove this user's right to mute others]]></entry>
+	<entry key="ulist.right.muteothers.request"><![CDATA[Request permission to mute others]]></entry>
 	<entry key="ulist.right.moderator.grant"><![CDATA[Allow this user to be moderator]]></entry>
 	<entry key="ulist.right.moderator.revoke"><![CDATA[Remove moderator permissions from this user]]></entry>
 	<entry key="ulist.right.moderator.request"><![CDATA[Request moderator permissions]]></entry>
@@ -966,6 +961,9 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="ulist.right.wb.grant"><![CDATA[Allow this user to draw on the whiteboard]]></entry>
 	<entry key="ulist.right.wb.revoke"><![CDATA[Remove this user's permission to draw on the whiteboard]]></entry>
 	<entry key="ulist.right.wb.request"><![CDATA[Request permission to draw on the whiteboard]]></entry>
+	<entry key="ulist.user.speaks"><![CDATA[ผู้ใช้พูด]]></entry>
+	<entry key="ulist.user.muteothers"><![CDATA[ (By clicking here you can mute the microphone of others)]]></entry>
+	<entry key="ulist.user.muteothers.confirm"><![CDATA[Do you really want to mute all users except this one?]]></entry>
 	<entry key="activities.request.right.moderator"><![CDATA[requests permission to be moderator]]></entry>
 	<entry key="activities.request.right.presenter"><![CDATA[requests permission to be presenter]]></entry>
 	<entry key="activities.request.right.wb"><![CDATA[requests permission to draw on the whiteboard]]></entry>
@@ -973,7 +971,7 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="activities.request.right.remote"><![CDATA[requests permission to control screen during screen sharing]]></entry>
 	<entry key="activities.request.right.audio"><![CDATA[requests permission to turn on micropone]]></entry>
 	<entry key="activities.request.right.video"><![CDATA[requests permission to turn on camera]]></entry>
-	<entry key="activities.request.right.exclusive"><![CDATA[requests permission to use exclusive audio]]></entry>
+	<entry key="activities.request.right.muteothers"><![CDATA[requests permission to mute others]]></entry>
 	<entry key="activities.ask.question"><![CDATA[would like to ask a question]]></entry>
 	<entry key="camera.on"><![CDATA[Turn on camera]]></entry>
 	<entry key="camera.off"><![CDATA[Turn off camera]]></entry>
@@ -996,4 +994,5 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="download.image.steps"><![CDATA[Please right click the image and choose "Save image as"]]></entry>
 	<entry key="video.permission.title"><![CDATA[Permission is required]]></entry>
 	<entry key="video.permission.text"><![CDATA[Extra permission is required to play video.<br/>Press OK to allow playing.]]></entry>
+	<entry key="video.muteothers"><![CDATA[Mute microphone of others]]></entry>
 </properties>
diff --git a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_tr.properties.xml b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_tr.properties.xml
index 175b72c..0aa276d 100644
--- a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_tr.properties.xml
+++ b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_tr.properties.xml
@@ -172,8 +172,6 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="363"><![CDATA[dil sil]]></entry>
 	<entry key="366"><![CDATA[dil ekle]]></entry>
 	<entry key="367"><![CDATA[Yedekleme]]></entry>
-	<entry key="371"><![CDATA[kullanıcı konuşuyor]]></entry>
-	<entry key="372"><![CDATA[kullanıcı konuşuyor (By clicking here you can give exclusive audio / mute the microphone of others)]]></entry>
 	<entry key="376"><![CDATA[selam,]]></entry>
 	<entry key="377"><![CDATA[Profilinizi düzenleyin]]></entry>
 	<entry key="378"><![CDATA[Yeni Mesaj:]]></entry>
@@ -471,7 +469,6 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="1361"><![CDATA[Deny]]></entry>
 	<entry key="1362"><![CDATA[I]]></entry>
 	<entry key="1363"><![CDATA[Activities and actions]]></entry>
-	<entry key="1386"><![CDATA[Mute microphone of others]]></entry>
 	<entry key="1410"><![CDATA[Poll Name]]></entry>
 	<entry key="1411"><![CDATA[You]]></entry>
 	<entry key="1412"><![CDATA[Archieved Polls]]></entry>
@@ -483,7 +480,6 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="1420"><![CDATA[Delete Poll]]></entry>
 	<entry key="1421"><![CDATA[Are you sure you want to delete this Poll? The results will be deleted as well.]]></entry>
 	<entry key="1422"><![CDATA[Language ISO Code]]></entry>
-	<entry key="1428">Give a permission for exclusive audio.</entry>
 	<entry key="1429"><![CDATA[Cam resolution]]></entry>
 	<entry key="1430"><![CDATA[Changing the resolution affects bandwidth, bigger picture needs more bandwith!]]></entry>
 	<entry key="1443"><![CDATA[Layout options]]></entry>
@@ -543,7 +539,6 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="1536"><![CDATA[System import]]></entry>
 	<entry key="1537"><![CDATA[Include uploaded files and recordings in backup]]></entry>
 	<entry key="1538"><![CDATA[Enable SIP transport in the room]]></entry>
-	<entry key="1539">Do you really want to provide this user an exclusive audio?</entry>
 	<entry key="1546"><![CDATA[Welcome]]></entry>
 	<entry key="1547"><![CDATA[Widget displaying basic user info and support links]]></entry>
 	<entry key="1548"><![CDATA[Widgets]]></entry>
@@ -945,9 +940,9 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="ulist.right.audio.grant"><![CDATA[Allow this user to use microphone]]></entry>
 	<entry key="ulist.right.audio.revoke"><![CDATA[Mute user and remove the right to turn on microphone]]></entry>
 	<entry key="ulist.right.audio.request"><![CDATA[Request permission to use microphone]]></entry>
-	<entry key="ulist.right.exclusive.grant"><![CDATA[Allow this user to mute others]]></entry>
-	<entry key="ulist.right.exclusive.revoke"><![CDATA[Remove this user's right to mute others]]></entry>
-	<entry key="ulist.right.exclusive.request"><![CDATA[Request exclusive audio]]></entry>
+	<entry key="ulist.right.muteothers.grant"><![CDATA[Allow this user to mute others]]></entry>
+	<entry key="ulist.right.muteothers.revoke"><![CDATA[Remove this user's right to mute others]]></entry>
+	<entry key="ulist.right.muteothers.request"><![CDATA[Request permission to mute others]]></entry>
 	<entry key="ulist.right.moderator.grant"><![CDATA[Allow this user to be moderator]]></entry>
 	<entry key="ulist.right.moderator.revoke"><![CDATA[Remove moderator permissions from this user]]></entry>
 	<entry key="ulist.right.moderator.request"><![CDATA[Request moderator permissions]]></entry>
@@ -966,6 +961,9 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="ulist.right.wb.grant"><![CDATA[Allow this user to draw on the whiteboard]]></entry>
 	<entry key="ulist.right.wb.revoke"><![CDATA[Remove this user's permission to draw on the whiteboard]]></entry>
 	<entry key="ulist.right.wb.request"><![CDATA[Request permission to draw on the whiteboard]]></entry>
+	<entry key="ulist.user.speaks"><![CDATA[kullanıcı konuşuyor]]></entry>
+	<entry key="ulist.user.muteothers"><![CDATA[ (By clicking here you can mute the microphone of others)]]></entry>
+	<entry key="ulist.user.muteothers.confirm"><![CDATA[Do you really want to mute all users except this one?]]></entry>
 	<entry key="activities.request.right.moderator"><![CDATA[requests permission to be moderator]]></entry>
 	<entry key="activities.request.right.presenter"><![CDATA[requests permission to be presenter]]></entry>
 	<entry key="activities.request.right.wb"><![CDATA[requests permission to draw on the whiteboard]]></entry>
@@ -973,7 +971,7 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="activities.request.right.remote"><![CDATA[requests permission to control screen during screen sharing]]></entry>
 	<entry key="activities.request.right.audio"><![CDATA[requests permission to turn on micropone]]></entry>
 	<entry key="activities.request.right.video"><![CDATA[requests permission to turn on camera]]></entry>
-	<entry key="activities.request.right.exclusive"><![CDATA[requests permission to use exclusive audio]]></entry>
+	<entry key="activities.request.right.muteothers"><![CDATA[requests permission to mute others]]></entry>
 	<entry key="activities.ask.question"><![CDATA[would like to ask a question]]></entry>
 	<entry key="camera.on"><![CDATA[Turn on camera]]></entry>
 	<entry key="camera.off"><![CDATA[Turn off camera]]></entry>
@@ -996,4 +994,5 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="download.image.steps"><![CDATA[Please right click the image and choose "Save image as"]]></entry>
 	<entry key="video.permission.title"><![CDATA[Permission is required]]></entry>
 	<entry key="video.permission.text"><![CDATA[Extra permission is required to play video.<br/>Press OK to allow playing.]]></entry>
+	<entry key="video.muteothers"><![CDATA[Mute microphone of others]]></entry>
 </properties>
diff --git a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_uk.properties.xml b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_uk.properties.xml
index 9841839..22f50d4 100644
--- a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_uk.properties.xml
+++ b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_uk.properties.xml
@@ -172,8 +172,6 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="363"><![CDATA[Видалити мову]]></entry>
 	<entry key="366"><![CDATA[Додати мову]]></entry>
 	<entry key="367"><![CDATA[Резервні копії]]></entry>
-	<entry key="371"><![CDATA[Розмови користувача]]></entry>
-	<entry key="372"><![CDATA[Розмови користувача (By clicking here you can give exclusive audio / mute the microphone of others)]]></entry>
 	<entry key="376"><![CDATA[Привіт,]]></entry>
 	<entry key="377"><![CDATA[Налаштувати профіль]]></entry>
 	<entry key="378"><![CDATA[Нове повідомлення:]]></entry>
@@ -471,7 +469,6 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="1361"><![CDATA[Відхилити]]></entry>
 	<entry key="1362"><![CDATA[Я]]></entry>
 	<entry key="1363"><![CDATA[Активність і дії]]></entry>
-	<entry key="1386"><![CDATA[Дати слово]]></entry>
 	<entry key="1410"><![CDATA[Назва опитування]]></entry>
 	<entry key="1411"><![CDATA[]]></entry>
 	<entry key="1412"><![CDATA[Заархівовані голосування]]></entry>
@@ -483,7 +480,6 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="1420"><![CDATA[Видалити опитування]]></entry>
 	<entry key="1421"><![CDATA[Хочете видалити опитування? Результати теж будуть видалені.]]></entry>
 	<entry key="1422"><![CDATA[Код ISO мови]]></entry>
-	<entry key="1428">Дозволити ексклюзивний звук.</entry>
 	<entry key="1429"><![CDATA[Роздільна здатність камери]]></entry>
 	<entry key="1430"><![CDATA[Зміна дозволу впливає на пропускну здатність мережі, збільшена картинка вимагає більше дозволу.]]></entry>
 	<entry key="1443"><![CDATA[Параметри розташування]]></entry>
@@ -543,7 +539,6 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="1536"><![CDATA[Системний імпорт]]></entry>
 	<entry key="1537"><![CDATA[Включати завантажені файли і записи в бекап]]></entry>
 	<entry key="1538"><![CDATA[Дозволити SIP транспорт в кімнаті]]></entry>
-	<entry key="1539">Ви дійсно бажаєте дати слово цього учасника?</entry>
 	<entry key="1546"><![CDATA[Ласкаво просимо]]></entry>
 	<entry key="1547"><![CDATA[Віджет, який містить основну інформацію про користувача і посилання на сайти підтримки]]></entry>
 	<entry key="1548"><![CDATA[Віджети]]></entry>
@@ -945,9 +940,9 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="ulist.right.audio.grant"><![CDATA[Allow this user to use microphone]]></entry>
 	<entry key="ulist.right.audio.revoke"><![CDATA[Mute user and remove the right to turn on microphone]]></entry>
 	<entry key="ulist.right.audio.request"><![CDATA[Request permission to use microphone]]></entry>
-	<entry key="ulist.right.exclusive.grant"><![CDATA[Allow this user to mute others]]></entry>
-	<entry key="ulist.right.exclusive.revoke"><![CDATA[Remove this user's right to mute others]]></entry>
-	<entry key="ulist.right.exclusive.request"><![CDATA[Request exclusive audio]]></entry>
+	<entry key="ulist.right.muteothers.grant"><![CDATA[Allow this user to mute others]]></entry>
+	<entry key="ulist.right.muteothers.revoke"><![CDATA[Remove this user's right to mute others]]></entry>
+	<entry key="ulist.right.muteothers.request"><![CDATA[Request permission to mute others]]></entry>
 	<entry key="ulist.right.moderator.grant"><![CDATA[Allow this user to be moderator]]></entry>
 	<entry key="ulist.right.moderator.revoke"><![CDATA[Remove moderator permissions from this user]]></entry>
 	<entry key="ulist.right.moderator.request"><![CDATA[Request moderator permissions]]></entry>
@@ -966,6 +961,9 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="ulist.right.wb.grant"><![CDATA[Allow this user to draw on the whiteboard]]></entry>
 	<entry key="ulist.right.wb.revoke"><![CDATA[Remove this user's permission to draw on the whiteboard]]></entry>
 	<entry key="ulist.right.wb.request"><![CDATA[Request permission to draw on the whiteboard]]></entry>
+	<entry key="ulist.user.speaks"><![CDATA[Розмови користувача]]></entry>
+	<entry key="ulist.user.muteothers"><![CDATA[ (By clicking here you can mute the microphone of others)]]></entry>
+	<entry key="ulist.user.muteothers.confirm"><![CDATA[Do you really want to mute all users except this one?]]></entry>
 	<entry key="activities.request.right.moderator"><![CDATA[requests permission to be moderator]]></entry>
 	<entry key="activities.request.right.presenter"><![CDATA[requests permission to be presenter]]></entry>
 	<entry key="activities.request.right.wb"><![CDATA[requests permission to draw on the whiteboard]]></entry>
@@ -973,7 +971,7 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="activities.request.right.remote"><![CDATA[requests permission to control screen during screen sharing]]></entry>
 	<entry key="activities.request.right.audio"><![CDATA[requests permission to turn on micropone]]></entry>
 	<entry key="activities.request.right.video"><![CDATA[requests permission to turn on camera]]></entry>
-	<entry key="activities.request.right.exclusive"><![CDATA[requests permission to use exclusive audio]]></entry>
+	<entry key="activities.request.right.muteothers"><![CDATA[requests permission to mute others]]></entry>
 	<entry key="activities.ask.question"><![CDATA[would like to ask a question]]></entry>
 	<entry key="camera.on"><![CDATA[Turn on camera]]></entry>
 	<entry key="camera.off"><![CDATA[Turn off camera]]></entry>
@@ -996,4 +994,5 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="download.image.steps"><![CDATA[Please right click the image and choose "Save image as"]]></entry>
 	<entry key="video.permission.title"><![CDATA[Permission is required]]></entry>
 	<entry key="video.permission.text"><![CDATA[Extra permission is required to play video.<br/>Press OK to allow playing.]]></entry>
+	<entry key="video.muteothers"><![CDATA[Mute microphone of others]]></entry>
 </properties>
diff --git a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_zh_CN.properties.xml b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_zh_CN.properties.xml
index 79c3ba1..0c39307 100644
--- a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_zh_CN.properties.xml
+++ b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_zh_CN.properties.xml
@@ -172,8 +172,6 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="363"><![CDATA[删除语言]]></entry>
 	<entry key="366"><![CDATA[增加语言]]></entry>
 	<entry key="367"><![CDATA[备份]]></entry>
-	<entry key="371"><![CDATA[user speaks]]></entry>
-	<entry key="372"><![CDATA[用户发言]]></entry>
 	<entry key="376"><![CDATA[你好,]]></entry>
 	<entry key="377"><![CDATA[编辑你的信息]]></entry>
 	<entry key="378"><![CDATA[新消息:]]></entry>
@@ -471,7 +469,6 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="1361"><![CDATA[拒绝]]></entry>
 	<entry key="1362"><![CDATA[I]]></entry>
 	<entry key="1363"><![CDATA[活动]]></entry>
-	<entry key="1386"><![CDATA[给予独家音频]]></entry>
 	<entry key="1410"><![CDATA[调查名称]]></entry>
 	<entry key="1411"><![CDATA[调查人]]></entry>
 	<entry key="1412"><![CDATA[存档的调查]]></entry>
@@ -483,7 +480,6 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="1420"><![CDATA[删除调查]]></entry>
 	<entry key="1421"><![CDATA[确定要删除此调查?调查结果也将会被删除。]]></entry>
 	<entry key="1422"><![CDATA[语言ISO码]]></entry>
-	<entry key="1428">允许提供独家音频</entry>
 	<entry key="1429"><![CDATA[摄像头像素]]></entry>
 	<entry key="1430"><![CDATA[更改像素会影响频宽,较大的图片需要较高频宽]]></entry>
 	<entry key="1443"><![CDATA[布局选项]]></entry>
@@ -543,7 +539,6 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="1536"><![CDATA[系统导入]]></entry>
 	<entry key="1537"><![CDATA[包括上传的文件和备份的记录]]></entry>
 	<entry key="1538"><![CDATA[在聊天室启动SIP传输]]></entry>
-	<entry key="1539">你真的想为用户提供一个专用的音频?</entry>
 	<entry key="1546"><![CDATA[欢迎]]></entry>
 	<entry key="1547"><![CDATA[小部件显示基本的用户信息和支持链接]]></entry>
 	<entry key="1548"><![CDATA[小部件]]></entry>
@@ -945,9 +940,9 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="ulist.right.audio.grant"><![CDATA[Allow this user to use microphone]]></entry>
 	<entry key="ulist.right.audio.revoke"><![CDATA[Mute user and remove the right to turn on microphone]]></entry>
 	<entry key="ulist.right.audio.request"><![CDATA[Request permission to use microphone]]></entry>
-	<entry key="ulist.right.exclusive.grant"><![CDATA[Allow this user to mute others]]></entry>
-	<entry key="ulist.right.exclusive.revoke"><![CDATA[Remove this user's right to mute others]]></entry>
-	<entry key="ulist.right.exclusive.request"><![CDATA[Request exclusive audio]]></entry>
+	<entry key="ulist.right.muteothers.grant"><![CDATA[Allow this user to mute others]]></entry>
+	<entry key="ulist.right.muteothers.revoke"><![CDATA[Remove this user's right to mute others]]></entry>
+	<entry key="ulist.right.muteothers.request"><![CDATA[Request permission to mute others]]></entry>
 	<entry key="ulist.right.moderator.grant"><![CDATA[Allow this user to be moderator]]></entry>
 	<entry key="ulist.right.moderator.revoke"><![CDATA[Remove moderator permissions from this user]]></entry>
 	<entry key="ulist.right.moderator.request"><![CDATA[Request moderator permissions]]></entry>
@@ -966,6 +961,9 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="ulist.right.wb.grant"><![CDATA[Allow this user to draw on the whiteboard]]></entry>
 	<entry key="ulist.right.wb.revoke"><![CDATA[Remove this user's permission to draw on the whiteboard]]></entry>
 	<entry key="ulist.right.wb.request"><![CDATA[Request permission to draw on the whiteboard]]></entry>
+	<entry key="ulist.user.speaks"><![CDATA[用户发言]]></entry>
+	<entry key="ulist.user.muteothers"><![CDATA[ (By clicking here you can mute the microphone of others)]]></entry>
+	<entry key="ulist.user.muteothers.confirm"><![CDATA[Do you really want to mute all users except this one?]]></entry>
 	<entry key="activities.request.right.moderator"><![CDATA[requests permission to be moderator]]></entry>
 	<entry key="activities.request.right.presenter"><![CDATA[requests permission to be presenter]]></entry>
 	<entry key="activities.request.right.wb"><![CDATA[requests permission to draw on the whiteboard]]></entry>
@@ -973,7 +971,7 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="activities.request.right.remote"><![CDATA[requests permission to control screen during screen sharing]]></entry>
 	<entry key="activities.request.right.audio"><![CDATA[requests permission to turn on micropone]]></entry>
 	<entry key="activities.request.right.video"><![CDATA[requests permission to turn on camera]]></entry>
-	<entry key="activities.request.right.exclusive"><![CDATA[requests permission to use exclusive audio]]></entry>
+	<entry key="activities.request.right.muteothers"><![CDATA[requests permission to mute others]]></entry>
 	<entry key="activities.ask.question"><![CDATA[would like to ask a question]]></entry>
 	<entry key="camera.on"><![CDATA[Turn on camera]]></entry>
 	<entry key="camera.off"><![CDATA[Turn off camera]]></entry>
@@ -996,4 +994,5 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="download.image.steps"><![CDATA[Please right click the image and choose "Save image as"]]></entry>
 	<entry key="video.permission.title"><![CDATA[Permission is required]]></entry>
 	<entry key="video.permission.text"><![CDATA[Extra permission is required to play video.<br/>Press OK to allow playing.]]></entry>
+	<entry key="video.muteothers"><![CDATA[给予独家音频]]></entry>
 </properties>
diff --git a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_zh_TW.properties.xml b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_zh_TW.properties.xml
index e322e7d..b04bb99 100644
--- a/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_zh_TW.properties.xml
+++ b/openmeetings-web/src/main/java/org/apache/openmeetings/web/app/Application_zh_TW.properties.xml
@@ -172,8 +172,6 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="363"><![CDATA[刪除語言]]></entry>
 	<entry key="366"><![CDATA[添加新的語言]]></entry>
 	<entry key="367"><![CDATA[備份]]></entry>
-	<entry key="371"><![CDATA[user speaks]]></entry>
-	<entry key="372"><![CDATA[用戶说话 (By clicking here you can give exclusive audio / mute the microphone of others)]]></entry>
 	<entry key="376"><![CDATA[hi,]]></entry>
 	<entry key="377"><![CDATA[編輯您的檔案]]></entry>
 	<entry key="378"><![CDATA[新訊息:]]></entry>
@@ -471,7 +469,6 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="1361"><![CDATA[Deny]]></entry>
 	<entry key="1362"><![CDATA[I]]></entry>
 	<entry key="1363"><![CDATA[Activities and actions]]></entry>
-	<entry key="1386"><![CDATA[Mute microphone of others]]></entry>
 	<entry key="1410"><![CDATA[Poll Name]]></entry>
 	<entry key="1411"><![CDATA[You]]></entry>
 	<entry key="1412"><![CDATA[Archieved Polls]]></entry>
@@ -483,7 +480,6 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="1420"><![CDATA[Delete Poll]]></entry>
 	<entry key="1421"><![CDATA[Are you sure you want to delete this Poll? The results will be deleted as well.]]></entry>
 	<entry key="1422"><![CDATA[Language ISO Code]]></entry>
-	<entry key="1428">Give a permission for exclusive audio.</entry>
 	<entry key="1429"><![CDATA[Cam resolution]]></entry>
 	<entry key="1430"><![CDATA[Changing the resolution affects bandwidth, bigger picture needs more bandwith!]]></entry>
 	<entry key="1443"><![CDATA[Layout options]]></entry>
@@ -543,7 +539,6 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="1536"><![CDATA[System import]]></entry>
 	<entry key="1537"><![CDATA[Include uploaded files and recordings in backup]]></entry>
 	<entry key="1538"><![CDATA[Enable SIP transport in the room]]></entry>
-	<entry key="1539">Do you really want to provide this user an exclusive audio?</entry>
 	<entry key="1546"><![CDATA[Welcome]]></entry>
 	<entry key="1547"><![CDATA[Widget displaying basic user info and support links]]></entry>
 	<entry key="1548"><![CDATA[Widgets]]></entry>
@@ -945,9 +940,9 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="ulist.right.audio.grant"><![CDATA[Allow this user to use microphone]]></entry>
 	<entry key="ulist.right.audio.revoke"><![CDATA[Mute user and remove the right to turn on microphone]]></entry>
 	<entry key="ulist.right.audio.request"><![CDATA[Request permission to use microphone]]></entry>
-	<entry key="ulist.right.exclusive.grant"><![CDATA[Allow this user to mute others]]></entry>
-	<entry key="ulist.right.exclusive.revoke"><![CDATA[Remove this user's right to mute others]]></entry>
-	<entry key="ulist.right.exclusive.request"><![CDATA[Request exclusive audio]]></entry>
+	<entry key="ulist.right.muteothers.grant"><![CDATA[Allow this user to mute others]]></entry>
+	<entry key="ulist.right.muteothers.revoke"><![CDATA[Remove this user's right to mute others]]></entry>
+	<entry key="ulist.right.muteothers.request"><![CDATA[Request permission to mute others]]></entry>
 	<entry key="ulist.right.moderator.grant"><![CDATA[Allow this user to be moderator]]></entry>
 	<entry key="ulist.right.moderator.revoke"><![CDATA[Remove moderator permissions from this user]]></entry>
 	<entry key="ulist.right.moderator.request"><![CDATA[Request moderator permissions]]></entry>
@@ -966,6 +961,9 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="ulist.right.wb.grant"><![CDATA[Allow this user to draw on the whiteboard]]></entry>
 	<entry key="ulist.right.wb.revoke"><![CDATA[Remove this user's permission to draw on the whiteboard]]></entry>
 	<entry key="ulist.right.wb.request"><![CDATA[Request permission to draw on the whiteboard]]></entry>
+	<entry key="ulist.user.speaks"><![CDATA[用戶说话]]></entry>
+	<entry key="ulist.user.muteothers"><![CDATA[ (By clicking here you can mute the microphone of others)]]></entry>
+	<entry key="ulist.user.muteothers.confirm"><![CDATA[Do you really want to mute all users except this one?]]></entry>
 	<entry key="activities.request.right.moderator"><![CDATA[requests permission to be moderator]]></entry>
 	<entry key="activities.request.right.presenter"><![CDATA[requests permission to be presenter]]></entry>
 	<entry key="activities.request.right.wb"><![CDATA[requests permission to draw on the whiteboard]]></entry>
@@ -973,7 +971,7 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="activities.request.right.remote"><![CDATA[requests permission to control screen during screen sharing]]></entry>
 	<entry key="activities.request.right.audio"><![CDATA[requests permission to turn on micropone]]></entry>
 	<entry key="activities.request.right.video"><![CDATA[requests permission to turn on camera]]></entry>
-	<entry key="activities.request.right.exclusive"><![CDATA[requests permission to use exclusive audio]]></entry>
+	<entry key="activities.request.right.muteothers"><![CDATA[requests permission to mute others]]></entry>
 	<entry key="activities.ask.question"><![CDATA[would like to ask a question]]></entry>
 	<entry key="camera.on"><![CDATA[Turn on camera]]></entry>
 	<entry key="camera.off"><![CDATA[Turn off camera]]></entry>
@@ -996,4 +994,5 @@ see https://openmeetings.apache.org/LanguageEditor.html for Details
 	<entry key="download.image.steps"><![CDATA[Please right click the image and choose "Save image as"]]></entry>
 	<entry key="video.permission.title"><![CDATA[Permission is required]]></entry>
 	<entry key="video.permission.text"><![CDATA[Extra permission is required to play video.<br/>Press OK to allow playing.]]></entry>
+	<entry key="video.muteothers"><![CDATA[Mute microphone of others]]></entry>
 </properties>
diff --git a/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/RoomPanel.html b/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/RoomPanel.html
index 7f9df11..16d854b 100644
--- a/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/RoomPanel.html
+++ b/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/RoomPanel.html
@@ -65,12 +65,12 @@
 				</li>
 			</ul>
 		</div>
-		<div id="exclusive-confirm" wicket:message="title:1428, data-btn-ok:54, data-btn-cancel:lbl.cancel">
+		<div id="muteothers-confirm" wicket:message="title:ulist.right.muteothers.grant, data-btn-ok:54, data-btn-cancel:lbl.cancel">
 			<div style="padding: 4px;" class="ui-state-highlight ui-corner-all">
-				<span class="ui-icon ui-icon-alert" style="float:left; margin:12px 12px 20px 0;"></span><wicket:message key="1539"/>
+				<span class="ui-icon ui-icon-alert" style="float:left; margin:12px 12px 20px 0;"></span><wicket:message key="ulist.user.muteothers.confirm"/>
 			</div>
 			<br/>
-			<input id="exclusive-confirm-dont-show" type="checkbox"/><label for="exclusive-confirm-dont-show"><wicket:message key="64"/></label>
+			<input id="muteothers-confirm-dont-show" type="checkbox"/><label for="muteothers-confirm-dont-show"><wicket:message key="64"/></label>
 		</div>
 		<div id="clipboard-dialog" wicket:message="title:1121,data-btn-ok:54">
 			<p><span class="ui-icon ui-icon-alert" style="float:left; margin:12px 12px 20px 0;"></span><span class="text"></span></p>
diff --git a/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/RoomPanel.java b/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/RoomPanel.java
index 70f4101..e8a918f 100644
--- a/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/RoomPanel.java
+++ b/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/RoomPanel.java
@@ -112,7 +112,7 @@ public class RoomPanel extends BasePanel {
 	private static final String EVENT_DETAILS_ID = "event-details";
 	public enum Action {
 		kick
-		, exclusive
+		, muteOthers
 		, mute
 	}
 	private final Room r;
@@ -138,7 +138,7 @@ public class RoomPanel extends BasePanel {
 					.put("interview", interview)
 					.put("questions", r.isAllowUserQuestions())
 					.put("showMicStatus", !r.getHiddenElements().contains(RoomElement.MicrophoneStatus))
-					.put("exclusiveTitle", getString("1386"));
+					.put("muteOthersTitle", getString("video.muteothers"));
 			if (!Strings.isEmpty(r.getRedirectURL()) && (ws.getSoapLogin() != null || ws.getInvitation() != null)) {
 				options.put("reloadUrl", r.getRedirectURL());
 			}
@@ -562,8 +562,8 @@ public class RoomPanel extends BasePanel {
 					case requestRightAv:
 						sidebar.addActivity(new Activity((TextRoomMessage)m, Activity.Type.reqRightAv), handler);
 						break;
-					case requestRightExclusive:
-						sidebar.addActivity(new Activity((TextRoomMessage)m, Activity.Type.reqRightExclusive), handler);
+					case requestRightMuteOthers:
+						sidebar.addActivity(new Activity((TextRoomMessage)m, Activity.Type.reqRightMuteOthers), handler);
 						break;
 					case activityRemove:
 						sidebar.removeActivity(((TextRoomMessage)m).getText(), handler);
@@ -597,7 +597,7 @@ public class RoomPanel extends BasePanel {
 						}
 					}
 						break;
-					case exclusive:
+					case muteOthers:
 					{
 						String uid = ((TextRoomMessage)m).getText();
 						Client c = cm.get(uid);
@@ -605,7 +605,7 @@ public class RoomPanel extends BasePanel {
 							// no luck
 							return;
 						}
-						handler.appendJavaScript(String.format("if (typeof(VideoManager) !== 'undefined') {VideoManager.exclusive('%s');}", uid));
+						handler.appendJavaScript(String.format("if (typeof(VideoManager) !== 'undefined') {VideoManager.muteOthers('%s');}", uid));
 					}
 						break;
 					case quickPollUpdated:
@@ -758,8 +758,8 @@ public class RoomPanel extends BasePanel {
 			case audio:
 				reqType = Type.requestRightA;
 				break;
-			case exclusive:
-				reqType = Type.requestRightExclusive;
+			case muteOthers:
+				reqType = Type.requestRightMuteOthers;
 				break;
 			case remoteControl:
 				reqType = Type.requestRightRemote;
diff --git a/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/activities/ActivitiesPanel.java b/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/activities/ActivitiesPanel.java
index c1de34e..6206031 100644
--- a/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/activities/ActivitiesPanel.java
+++ b/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/activities/ActivitiesPanel.java
@@ -128,9 +128,9 @@ public class ActivitiesPanel extends Panel {
 									sendRoom(getRemoveMsg(id));
 									room.allowRight(client, Right.audio);
 									break;
-								case reqRightExclusive:
+								case reqRightMuteOthers:
 									sendRoom(getRemoveMsg(id));
-									room.allowRight(client, Right.exclusive);
+									room.allowRight(client, Right.muteOthers);
 									break;
 								default:
 									break;
@@ -209,8 +209,8 @@ public class ActivitiesPanel extends Panel {
 			case reqRightAv:
 				text = String.format(fmt, name, getString("activities.request.right.video"), df.format(a.getCreated()));
 				break;
-			case reqRightExclusive:
-				text = String.format(fmt, name, getString("activities.request.right.exclusive"), df.format(a.getCreated()));
+			case reqRightMuteOthers:
+				text = String.format(fmt, name, getString("activities.request.right.muteothers"), df.format(a.getCreated()));
 				break;
 			case haveQuestion:
 				text = String.format(fmt, name, getString("activities.ask.question"), df.format(a.getCreated()));
@@ -232,7 +232,7 @@ public class ActivitiesPanel extends Panel {
 			case reqRightRemote:
 			case reqRightA:
 			case reqRightAv:
-			case reqRightExclusive:
+			case reqRightMuteOthers:
 				aobj.put("accept", room.getClient().hasRight(Right.moderator));
 				aobj.put("decline", room.getClient().hasRight(Right.moderator));
 				break;
@@ -275,7 +275,7 @@ public class ActivitiesPanel extends Panel {
 			case reqRightRemote:
 			case reqRightA:
 			case reqRightAv:
-			case reqRightExclusive:
+			case reqRightMuteOthers:
 			case haveQuestion:
 				cls.append("ui-state-highlight");
 				break;
diff --git a/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/activities/Activity.java b/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/activities/Activity.java
index 4298438..6ab33c5 100644
--- a/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/activities/Activity.java
+++ b/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/activities/Activity.java
@@ -36,7 +36,7 @@ public class Activity implements Serializable {
 		, reqRightRemote(true)
 		, reqRightA(true)
 		, reqRightAv(true)
-		, reqRightExclusive(true)
+		, reqRightMuteOthers(true)
 		, haveQuestion(true);
 
 		private final boolean action;
diff --git a/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/raw-room.js b/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/raw-room.js
index db49da4..355a29a 100644
--- a/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/raw-room.js
+++ b/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/raw-room.js
@@ -79,11 +79,11 @@ var Room = (function() {
 				case options.keycode.arrange: // Shift+F8 by default
 					VideoUtil.arrange();
 					break;
-				case options.keycode.exclusive: // Shift+F12 by default
+				case options.keycode.muteothers: // Shift+F12 by default
 				{
 					const v = _getSelfAudioClient();
 					if (v !== null) {
-						VideoManager.clickExclusive(Room.getOptions().uid);
+						VideoManager.clickMuteOthers(Room.getOptions().uid);
 					}
 				}
 					break;
diff --git a/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/raw-video-manager.js b/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/raw-video-manager.js
index 48548d4..4ab0071 100644
--- a/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/raw-video-manager.js
+++ b/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/raw-video-manager.js
@@ -142,18 +142,18 @@ var VideoManager = (function() {
 			v.data().mute(mute);
 		}
 	}
-	function _clickExclusive(uid) {
+	function _clickMuteOthers(uid) {
 		const s = VideoSettings.load();
-		if (false !== s.video.confirmExclusive) {
-			const dlg = $('#exclusive-confirm');
+		if (false !== s.video.confirmMuteOthers) {
+			const dlg = $('#muteothers-confirm');
 			dlg.dialog({
 				buttons: [
 					{
 						text: dlg.data('btn-ok')
 						, click: function() {
-							s.video.confirmExclusive = !$('#exclusive-confirm-dont-show').prop('checked');
+							s.video.confirmMuteOthers = !$('#muteothers-confirm-dont-show').prop('checked');
 							VideoSettings.save();
-							roomAction('exclusive', uid);
+							roomAction('muteOthers', uid);
 							$(this).dialog('close');
 						}
 					}
@@ -167,7 +167,7 @@ var VideoManager = (function() {
 			})
 		}
 	}
-	function _exclusive(uid) {
+	function _muteOthers(uid) {
 		const windows = $(VID_SEL + ' .ui-dialog-content');
 		for (let i = 0; i < windows.length; ++i) {
 			const w = $(windows[i]);
@@ -183,8 +183,8 @@ var VideoManager = (function() {
 	self.swfLoaded = function(uid) { $('#' + VideoUtil.getVid(uid)).data().swfLoaded(); };
 	self.refresh = _refresh;
 	self.mute = _mute;
-	self.clickExclusive = _clickExclusive;
-	self.exclusive = _exclusive;
+	self.clickMuteOthers = _clickMuteOthers;
+	self.muteOthers = _muteOthers;
 	self.micActivity = function(active) {
 		OmUtil.sendMessage({
 			area: 'room'
diff --git a/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/sidebar/ClientIconsPanel.html b/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/sidebar/ClientIconsPanel.html
index e9b6dcb..32014da 100644
--- a/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/sidebar/ClientIconsPanel.html
+++ b/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/sidebar/ClientIconsPanel.html
@@ -25,7 +25,7 @@
 	<span wicket:id="right-wb"></span>
 	<span wicket:id="right-screen-share"></span>
 	<span wicket:id="right-remote-control"></span>
-	<span wicket:id="right-exclsv"></span>
+	<span wicket:id="right-mute-others"></span>
 	<span wicket:id="right-moder"></span>
 </wicket:panel>
 </html>
diff --git a/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/sidebar/ClientIconsPanel.java b/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/sidebar/ClientIconsPanel.java
index 00779d8..814001a 100644
--- a/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/sidebar/ClientIconsPanel.java
+++ b/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/sidebar/ClientIconsPanel.java
@@ -19,8 +19,8 @@
 package org.apache.openmeetings.web.room.sidebar;
 
 import org.apache.openmeetings.web.room.sidebar.icon.right.AudioRightIcon;
-import org.apache.openmeetings.web.room.sidebar.icon.right.ExclusiveRightIcon;
 import org.apache.openmeetings.web.room.sidebar.icon.right.ModeratorRightIcon;
+import org.apache.openmeetings.web.room.sidebar.icon.right.MuteOthersRightIcon;
 import org.apache.openmeetings.web.room.sidebar.icon.right.PresenterRightIcon;
 import org.apache.openmeetings.web.room.sidebar.icon.right.RemoteControlRightIcon;
 import org.apache.openmeetings.web.room.sidebar.icon.right.ScreenShareRightIcon;
@@ -38,7 +38,7 @@ public class ClientIconsPanel extends Panel {
 	private final RemoteControlRightIcon rightRemote;
 	private final AudioRightIcon rightAudio;
 	private final VideoRightIcon rightVideo;
-	private final ExclusiveRightIcon rightExclsv;
+	private final MuteOthersRightIcon rightMuteOthers;
 
 	public ClientIconsPanel(String id, String uid) {
 		super(id);
@@ -51,7 +51,7 @@ public class ClientIconsPanel extends Panel {
 		add(rightRemote = new RemoteControlRightIcon("right-remote-control", uid));
 		add(rightAudio = new AudioRightIcon("right-audio", uid));
 		add(rightVideo = new VideoRightIcon("right-video", uid));
-		add(rightExclsv = new ExclusiveRightIcon("right-exclsv", uid));
+		add(rightMuteOthers = new MuteOthersRightIcon("right-mute-others", uid));
 	}
 
 	@Override
@@ -68,7 +68,7 @@ public class ClientIconsPanel extends Panel {
 		rightRemote.update(handler);
 		rightAudio.update(handler);
 		rightVideo.update(handler);
-		rightExclsv.update(handler);
+		rightMuteOthers.update(handler);
 		return this;
 	}
 }
diff --git a/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/sidebar/RoomSidebar.java b/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/sidebar/RoomSidebar.java
index b895c3d..c46caaa 100644
--- a/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/sidebar/RoomSidebar.java
+++ b/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/sidebar/RoomSidebar.java
@@ -124,9 +124,9 @@ public class RoomSidebar extends Panel {
 							}
 						}
 						break;
-					case exclusive:
-						if (room.getClient().hasRight(Right.exclusive)) {
-							WebSocketHelper.sendRoom(new TextRoomMessage(room.getRoom().getId(), cl, RoomMessage.Type.exclusive, uid));
+					case muteOthers:
+						if (room.getClient().hasRight(Right.muteOthers)) {
+							WebSocketHelper.sendRoom(new TextRoomMessage(room.getRoom().getId(), cl, RoomMessage.Type.muteOthers, uid));
 						}
 						break;
 					case mute:
diff --git a/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/sidebar/SelfIconsPanel.html b/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/sidebar/SelfIconsPanel.html
index d050375..98aedd3 100644
--- a/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/sidebar/SelfIconsPanel.html
+++ b/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/sidebar/SelfIconsPanel.html
@@ -28,7 +28,7 @@
 	<span wicket:id="right-wb"></span>
 	<span wicket:id="right-screen-share"></span>
 	<span wicket:id="right-remote-control"></span>
-	<span wicket:id="right-exclsv"></span>
+	<span wicket:id="right-mute-others"></span>
 	<span wicket:id="right-moder"></span>
 	<div class="clear"></div>
 </wicket:panel>
diff --git a/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/sidebar/icon/UserSpeaksIcon.java b/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/sidebar/icon/UserSpeaksIcon.java
index e186c2a..d52f0bd 100644
--- a/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/sidebar/icon/UserSpeaksIcon.java
+++ b/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/sidebar/icon/UserSpeaksIcon.java
@@ -32,12 +32,12 @@ public class UserSpeaksIcon extends ClientIcon {
 
 	private boolean isActive() {
 		Client c = getClient();
-		return c != null && (c.hasActivity(Activity.broadcastA) && roomHasRight(Room.Right.exclusive));
+		return c != null && (c.hasActivity(Activity.broadcastA) && roomHasRight(Room.Right.muteOthers));
 	}
 
 	@Override
 	protected String getTitle() {
-		return getString(isActive() ? "372" : "371");
+		return getString("ulist.user.speaks") + (isActive() ? getString("ulist.user.muteothers") : "");
 	}
 
 	@Override
@@ -52,6 +52,6 @@ public class UserSpeaksIcon extends ClientIcon {
 
 	@Override
 	protected String getScript() {
-		return String.format("VideoManager.clickExclusive('%s');", uid);
+		return String.format("VideoManager.clickMuteOthers('%s');", uid);
 	}
 }
diff --git a/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/sidebar/icon/right/ExclusiveRightIcon.java b/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/sidebar/icon/right/MuteOthersRightIcon.java
similarity index 77%
rename from openmeetings-web/src/main/java/org/apache/openmeetings/web/room/sidebar/icon/right/ExclusiveRightIcon.java
rename to openmeetings-web/src/main/java/org/apache/openmeetings/web/room/sidebar/icon/right/MuteOthersRightIcon.java
index aa8e9ee..e8c1fe7 100644
--- a/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/sidebar/icon/right/ExclusiveRightIcon.java
+++ b/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/sidebar/icon/right/MuteOthersRightIcon.java
@@ -20,16 +20,16 @@ package org.apache.openmeetings.web.room.sidebar.icon.right;
 
 import org.apache.openmeetings.db.entity.room.Room.Right;
 
-public class ExclusiveRightIcon extends RoomRightIcon {
+public class MuteOthersRightIcon extends RoomRightIcon {
 	private static final long serialVersionUID = 1L;
 
-	public ExclusiveRightIcon(String id, String uid) {
-		super(id, uid, Right.exclusive);
-		mainCssClass = "exclsv-audio ";
+	public MuteOthersRightIcon(String id, String uid) {
+		super(id, uid, Right.muteOthers);
+		mainCssClass = "mute-others ";
 	}
 
 	@Override
 	protected String getTitle() {
-		return getString(String.format("ulist.right.exclusive.%s", (isSelf() ? "request" : (hasRight() ? "revoke" : "grant"))));
+		return getString(String.format("ulist.right.muteothers.%s", (isSelf() ? "request" : (hasRight() ? "revoke" : "grant"))));
 	}
 }
diff --git a/openmeetings-server/src/site/resources/images/microphone_exclusive.png b/openmeetings-web/src/main/webapp/css/images/microphone_muteothers.png
similarity index 100%
rename from openmeetings-server/src/site/resources/images/microphone_exclusive.png
rename to openmeetings-web/src/main/webapp/css/images/microphone_muteothers.png
diff --git a/openmeetings-web/src/main/webapp/css/raw-room.css b/openmeetings-web/src/main/webapp/css/raw-room.css
index 0191645..3f315fb 100644
--- a/openmeetings-web/src/main/webapp/css/raw-room.css
+++ b/openmeetings-web/src/main/webapp/css/raw-room.css
@@ -205,8 +205,8 @@
 .right.camera.ui-icon.granted {
 	background-image: url(images/webcam_delete.png);
 }
-.exclsv-audio.ui-icon {
-	background-image: url(images/microphone_exclusive.png);
+.mute-others.ui-icon {
+	background-image: url(images/microphone_muteothers.png);
 }
 .restart.ui-icon {
 	background-size: auto !important; /* IE */
diff --git a/pom.xml b/pom.xml
index 13775e6..c9bf8ee 100644
--- a/pom.xml
+++ b/pom.xml
@@ -38,7 +38,7 @@
 		<db>derby</db>
 		<jdk.version>1.8</jdk.version>
 		<!-- plugin versions -->
-		<maven-javadoc-plugin.version>3.0.1</maven-javadoc-plugin.version>
+		<maven-javadoc-plugin.version>3.1.0</maven-javadoc-plugin.version>
 		<maven-surefire-plugin.version>3.0.0-M3</maven-surefire-plugin.version>
 		<maven-site-plugin.version>3.7.1</maven-site-plugin.version>
 		<exec-maven-plugin.version>1.6.0</exec-maven-plugin.version>