We want to integrate a web based sdk library that uses native browser web rtc for processing audio input and out in our JAVA application.
The basis of this sdk is VoIP using WebRTC. Is there a way to run a native browser engine such as chromium, configure its io, execute javascript in it and extract audio in our java project?
I found some libraries such as https://github.com/chromiumembedded/java-cef/tree/master but I am not entirely sure it support running our web sdk code in it and configuring audio drivers and extracting audio streams.