Steps I followed for build of webRTC in UBUNTU env.
Check out the code:
gclient config https://webrtc.googlecode.com/svn/trunk
echo \"target_os = [
I got the same ninja: error: unknown target 'AppRTCDemo'
error on Mac. To resolve this error, I had to specify a valid demo app. For iOS its AppRTCMobile
instead of AppRTCDemo
as stated in the docs.
ninja -C out/Debug-sim32 AppRTCMobile
The RTC Mobile demo exists in the gclient checkout: src/webrtc/examples/objc
https://chromium.googlesource.com/external/webrtc/+/master/webrtc/examples/objc/AppRTCMobile/