Author: solomax
Date: Mon Feb 20 07:34:15 2017
New Revision: 1783717

URL: http://svn.apache.org/viewvc?rev=1783717&view=rev
Log:
[OPENMEETINGS-1568] test recording is fixed

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=1783717&r1=1783716&r2=1783717&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
 Mon Feb 20 07:34:15 2017
@@ -136,7 +136,7 @@
 
                var videoview = 
this._video.content._publisher._chatvideoinner._videostream;
                var _micro = 
canvas.commonVideoViewContent.getMic(this.availableMics.getValue());
-               var _camera = 
canvas.commonVideoViewContent.getCam(this.availableCams.getValue(), videoview);
+               var _camera = 
canvas.commonVideoViewContent.getCam(this.availableCams.getValue(), 
cam_default_width, cam_default_height);
                if ($debug) Debug.write(_camera, _micro);
 
                if ($debug && _camera != null) Debug.warn("_camera.muted ", 
_camera.muted);


Reply via email to