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 2017/01/16 08:26:41 UTC

svn commit: r1778987 - in /openmeetings/application/branches/3.2.x/openmeetings-flash/src/main/swf: base/hibernate/hibRtmpConnection.lzx commonVideoViewContentSWF10.lzx

Author: solomax
Date: Mon Jan 16 08:26:41 2017
New Revision: 1778987

URL: http://svn.apache.org/viewvc?rev=1778987&view=rev
Log:
[OPENMEETINGS-895] code clean-up

Modified:
    openmeetings/application/branches/3.2.x/openmeetings-flash/src/main/swf/base/hibernate/hibRtmpConnection.lzx
    openmeetings/application/branches/3.2.x/openmeetings-flash/src/main/swf/commonVideoViewContentSWF10.lzx

Modified: openmeetings/application/branches/3.2.x/openmeetings-flash/src/main/swf/base/hibernate/hibRtmpConnection.lzx
URL: http://svn.apache.org/viewvc/openmeetings/application/branches/3.2.x/openmeetings-flash/src/main/swf/base/hibernate/hibRtmpConnection.lzx?rev=1778987&r1=1778986&r2=1778987&view=diff
==============================================================================
--- openmeetings/application/branches/3.2.x/openmeetings-flash/src/main/swf/base/hibernate/hibRtmpConnection.lzx (original)
+++ openmeetings/application/branches/3.2.x/openmeetings-flash/src/main/swf/base/hibernate/hibRtmpConnection.lzx Mon Jan 16 08:26:41 2017
@@ -175,7 +175,6 @@
 		client.closeStream = this.closeStream;
 		//TODO FIXME method is absent :( client.stopStream = this.stopStream;
 		//TODO FIXME method is absent :( sendImagesSyncCompleteFlag
-		client.receiveExclusiveAudioFlag = this.receiveExclusiveAudioFlag;
 		client.setNewModeratorByList = this.setNewModeratorByList;
 		client.newScreenSharing = this.newScreenSharing;
 		client.stopScreenSharingMessage = this.stopScreenSharingMessage;
@@ -693,13 +692,6 @@
 		ExternalInterface.call("roomAction", "exclusive", uid);
 	</method>
 
-	<method name="receiveExclusiveAudioFlag" args="value">
-	<![CDATA[
-		//The onResult-Handler will be called be the rtmpconnection
-		canvas.commonVideoViewContent.receiveExclusiveAudioFlag(value.publicSID)
-	]]>
-	</method>
-
 	<netRemoteCallHib name="switchMicMuted" funcname="switchMicMuted">
 		<attribute name="publicSID" value="" type="string" />
 		<attribute name="mute" value="false" type="boolean" />

Modified: openmeetings/application/branches/3.2.x/openmeetings-flash/src/main/swf/commonVideoViewContentSWF10.lzx
URL: http://svn.apache.org/viewvc/openmeetings/application/branches/3.2.x/openmeetings-flash/src/main/swf/commonVideoViewContentSWF10.lzx?rev=1778987&r1=1778986&r2=1778987&view=diff
==============================================================================
--- openmeetings/application/branches/3.2.x/openmeetings-flash/src/main/swf/commonVideoViewContentSWF10.lzx (original)
+++ openmeetings/application/branches/3.2.x/openmeetings-flash/src/main/swf/commonVideoViewContentSWF10.lzx Mon Jan 16 08:26:41 2017
@@ -215,15 +215,6 @@
 	]]>
 	</method>
 
-	<method name="receiveExclusiveAudioFlag" args="publicSID">
-	<![CDATA[
-		for (var i = 0; i < this.subviews.length; ++i) {
-			var item = this.subviews[i];
-			muteSound(item.publicSID, !(publicSID == item.publicSID));
-		}
-	]]>
-	</method>
-
 	<method name="getVideoObjectFreePos" args="offsetLength,videoWidth,videoHeight">
 	<![CDATA[
 		if (canvas.isInterview) {