SergeyPirogov/video-recorder-java

User cannot change video folder using java api

nick318 opened this issue · 2 comments

Hi, in that commit you deleted some setters from configuration, why did you do that?

0550699

So, my code does not work anymore:

VideoRecorder.conf() .withVideoFolder("target/videos") .videoEnabled(true) .withVideoSaveMode(VideoSaveMode.FAILED_ONLY);

It was replaced by config file, you are able to do the same but with property file. See https://github.com/SergeyPirogov/video-recorder-java#configuration

Thank you