ydbao / android-webrtc

simple webrtc client for Android taken from libjingle source code and compiled separately.

Home Page:http://www.webrtc.org/reference/getting-started

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

android-webrtc

Simple webrtc client for Android taken from libjingle source code and compiled separately. It contains both the native and the JNI wrapper for libjingle (./lib/).

  • update the project to generate the build.xml file. Example for API-17:

    android update project -p . -t android-17
  • build the project using ant (or import it to Eclipse/IntelliJ). Example for debug build:

 ant debug
  • install the apk just built:

    adb install ./bin/AppRTCDemoActivity-debug.apk
  • Note: currently the native library is compiled just for ARM.

About

simple webrtc client for Android taken from libjingle source code and compiled separately.

http://www.webrtc.org/reference/getting-started


Languages

Language:Java 98.1%Language:HTML 1.8%Language:Makefile 0.1%