2

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.

acarlstein
  • 1,799
  • 2
  • 13
  • 21
何呵呵
  • 25
  • 3

1 Answers1

3

You probably didn’t find it because most of Google’s source code are not stored on GitHub.

https://webrtc.googlesource.com/src.git

Rafsanjani
  • 4,352
  • 1
  • 14
  • 21