You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openmeetings.apache.org by GitBox <gi...@apache.org> on 2020/04/23 01:38:05 UTC

[GitHub] [openmeetings] sebawagner commented on a change in pull request #65: OPENMEETINGS-2278 fix restart of recording and ghost KStream

sebawagner commented on a change in pull request #65:
URL: https://github.com/apache/openmeetings/pull/65#discussion_r413446020



##########
File path: openmeetings-core/src/main/java/org/apache/openmeetings/core/remote/KurentoHandler.java
##########
@@ -120,7 +121,8 @@ public void init() {
 			try {
 				kuid = randomUUID().toString();
 				client = KurentoClient.create(kurentoWsUrl, new KConnectionListener(kuid));
-				client.getServerManager().addObjectCreatedListener(new KWatchDog());
+				client.getServerManager().addObjectCreatedListener(new KWatchDogCreate());
+				client.getServerManager().addObjectDestroyedListener(new KWatchDogDestroy());

Review comment:
       Well when stopping to recording tis won't trigger. And when, after stopping to record, leave the room or exit the browser, it won't seem to trigger either.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org