A Xamarin Android Java Bindings project for native WebRTC.
Use this project to generate a C# DLL of the Android native WebRTC library, for use with Xamarin Android applications.
By default, the native library images included in your AAR will be baked into the DLL that's emitted from this process.
-
Add
You can build it yourself, or download a pre-built version. To build it, uselibwebrtc.aar
tolibwebrtc/Jars/
.tools-webrtc/android/build_aar.py
. See this link as well as the above link for more details. -
Build the project.
The resulting
libwebrtc.dll
will appear in the build outputs directory.