Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 807 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 807 Bytes

Web RTC Native for Xamarin

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.

Usage

  1. Add libwebrtc.aar to libwebrtc/Jars/.

    You can build it yourself, or download a pre-built version. To build it, use tools-webrtc/android/build_aar.py. See this link as well as the above link for more details.

  2. Build the project.

    The resulting libwebrtc.dll will appear in the build outputs directory.