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/08/27 04:53:14 UTC

[openmeetings] branch master updated: [OPENMEETINGS-2101] recording should be fixed

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

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


The following commit(s) were added to refs/heads/master by this push:
     new dccc440  [OPENMEETINGS-2101] recording should be fixed
dccc440 is described below

commit dccc4409159010ce1464647ae56c9a807dd9df87
Author: Maxim Solodovnik <so...@gmail.com>
AuthorDate: Tue Aug 27 11:53:02 2019 +0700

    [OPENMEETINGS-2101] recording should be fixed
---
 .../src/main/java/org/apache/openmeetings/web/room/raw-video.js          | 1 +
 1 file changed, 1 insertion(+)

diff --git a/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/raw-video.js b/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/raw-video.js
index e60baf3..1b6d45c 100644
--- a/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/raw-video.js
+++ b/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/raw-video.js
@@ -51,6 +51,7 @@ var Video = (function() {
 			});
 		}
 		promise.then(function(stream) {
+			__createVideo();
 			callback(msg, cnts, stream);
 		}).catch(__handleScreenError);
 	}