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



##########
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:
       Recording is `virtual` event, it is only flag on current stream
   we need to be able to set/unset this flag any time, and the stream will not 
be affected




----------------------------------------------------------------
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