I'm experimenting with WebRTC from Android, so far using libjingle from this repo had made me successfully creates a native android app that broadcast a WebRTC video to my webapp rendered in browser (check my project here), or the other way around (check my project here)
But now I want to make some changes or maybe extend some functions to enable me to render MediaStream into android default VideoView. So I look for this library's source code in their repo but I couldn't find it (the source jars are all empty).
Does anybody knows where to acquire it?
Thanks