Precompiled WebRTC Library
- For those developers who don't want to compile the webrtc sources from scratch
- Download libwebrtc.aar file
- Include in following path app/libs/libwebrtc.aar
- In app level build.gradle file add > implementation files('libs/libwebrtc.aar')