Is it possible to use the C++ WebRTC API in an Android application in a simple way? Kind of like the Java API exposed by these packages.
I'd really like to avoid having to compile everything by myself because the setup takes so long and I'd have to install Linux on my work PC since we usually work on Windows and WebRTC Android development does not support that, etc...
For context, I'd like to use WebRTC on an HTC Vive Focus and the whole VR stack (which data I need to access and send via DataChannel) is a native API. Adding JNI to that would make things needlessly complicated, so I'm looking for a way to avoid that.