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



##########
File path: 
openmeetings-core/src/main/java/org/apache/openmeetings/core/remote/StreamProcessor.java
##########
@@ -188,6 +188,10 @@ private void handleBroadcastStarted(Client c, final String 
uid, JSONObject msg)
                        log.error("Failed to start broadcast", e);
                }
        }
+       

Review comment:
       Unfortunate I had to modify the main code to write a unit test. But that 
seemed the only way how I can prevent calling the webRTC methods in KStream. 
Cause otherwise mocking those is almost impossible.




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