I know that WebRTC was designed for browsers, but is it possible to use WebRTC libraries on mobile applications directly?
WebRTC
Thanks!
If you are targeting android >= L you can build a native webRTC app pretty easily by embedding a (chrome) webview - which supports WebRTC - into your app.
See chrome webview