I am developing Android webrtc, which relies on google-webrtc
.
Where can I check its source code or documentation?
implementation 'org.webrtc:google-webrtc:1.0.32006'
I found this plug-in in Maven,bt-google-webrtc, but there is no source code.
Or is there any other alternative to webrtc developed by Android?
Thanks you.