vsimon / webrtcbuilds

Getting started with WebRTC natively is no easy picnic. The goal of webrtcbuilds is to provide a single standalone WebRTC static library and package.
BSD 3-Clause "New" or "Revised" License
202 stars 164 forks source link

Options for compiling examples #69

Open JerryJian opened 6 years ago

JerryJian commented 6 years ago

Hi vsimon,

Could you provide some command line options for compiling examples, like AppRTCMobile?

To build the android demo, in util.sh, I commented out the line in patch() method which removes the example from being built, and add AppRTCMobile target in the compile-unix(), and finally I got an apk.

Thank you very much!