Author: solomax
Date: Tue Jan 10 16:38:07 2017
New Revision: 1778157

URL: http://svn.apache.org/viewvc?rev=1778157&view=rev
Log:
[OPENMEETINGS-1376] resync on save is added

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

Modified: 
openmeetings/application/branches/3.2.x/openmeetings-flash/src/main/swf/video/editRecordStreamSWF10.lzx
URL: 
http://svn.apache.org/viewvc/openmeetings/application/branches/3.2.x/openmeetings-flash/src/main/swf/video/editRecordStreamSWF10.lzx?rev=1778157&r1=1778156&r2=1778157&view=diff
==============================================================================
--- 
openmeetings/application/branches/3.2.x/openmeetings-flash/src/main/swf/video/editRecordStreamSWF10.lzx
 (original)
+++ 
openmeetings/application/branches/3.2.x/openmeetings-flash/src/main/swf/video/editRecordStreamSWF10.lzx
 Tue Jan 10 16:38:07 2017
@@ -494,10 +494,10 @@
                        parent.cleanVideos();
                        parent.storeAVsettings();
                        parent.close();
-                       //var vid = 
canvas.commonVideoViewContent.getVideoObjectByPublicSID(canvas.publicSID);
-                       //if (!!vid) {
-                               
-                       //}
+                       var vid = 
canvas.commonVideoViewContent.getVideoObjectByPublicSID(canvas.publicSID);
+                       if (!!vid) {
+                               vid.resync();
+                       }
                </handler>
        </simpleLabelButton>
 </class>


Reply via email to