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



##########
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:
       It's not me :(
   here is the example: https://issues.apache.org/jira/browse/OPENMEETINGS-2253




----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to