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/24 05:41:03 UTC

svn commit: r1780028 - /openmeetings/application/branches/3.2.x/openmeetings-flash/src/main/swf/video/baseVideoObject.lzx

Author: solomax
Date: Tue Jan 24 05:41:03 2017
New Revision: 1780028

URL: http://svn.apache.org/viewvc?rev=1780028&view=rev
Log:
[OPENMEETINGS-895] video re-sync should work as expected

Modified:
    openmeetings/application/branches/3.2.x/openmeetings-flash/src/main/swf/video/baseVideoObject.lzx

Modified: openmeetings/application/branches/3.2.x/openmeetings-flash/src/main/swf/video/baseVideoObject.lzx
URL: http://svn.apache.org/viewvc/openmeetings/application/branches/3.2.x/openmeetings-flash/src/main/swf/video/baseVideoObject.lzx?rev=1780028&r1=1780027&r2=1780028&view=diff
==============================================================================
--- openmeetings/application/branches/3.2.x/openmeetings-flash/src/main/swf/video/baseVideoObject.lzx (original)
+++ openmeetings/application/branches/3.2.x/openmeetings-flash/src/main/swf/video/baseVideoObject.lzx Tue Jan 24 05:41:03 2017
@@ -448,6 +448,7 @@
 		<method name="resync">
 			resetValues();
 			if (!isremote) {
+				canvas.commonVideoViewContent.removeVideoByUser(this.publicSID);
 				canvas.commonVideoViewContent._startAvBroadcast(true);
 			}
 		</method>