I am trying to build an android app where I have to intregate voice call feature. I want to use WebRTC for that because it's FREE. Now I have tried searching on the internet but could not found any proper instruction about native WebRTC Android. As per Google's documentation. I also followed thisI have built my aar library from source code and imported on my project in Android Studio. But don't know what to do next :(
I want a documentation or instruction about WebRTC Android