Build webrtc xcode for Mac OS X

Does anyone know if there is a way to get the build for Mac OS X (not iOS) for use in an Xcode project? the only examples I found were for getting iOS-based Xcode workspaces, for example:

export GYP_GENERATOR_FLAGS="xcode_project_version=3.2 xcode_ninja_target_pattern=All_iOS xcode_ninja_executable_target_pattern=AppRTCDemo|libjingle_peerconnection_unittest|libjingle_peerconnection_objc_test output_dir=out_ios"

export GYP_GENERATORS="ninja,xcode-ninja"

Is there any flag that will give me something to use on Mac OS X? I'm just trying to create an application using webrtcfor Mac OS X.

+4
source share
1 answer

Google has an example application in the webrtc repository, although I don't think it was created using Xcode.

git clone https://chromium.googlesource.com/external/webrtc

In this repo you can find it in: webrtc/examples/objc/AppRTCDemo/

See assembly instructions for READMEc webrtc/talk/app/webrtc/objc/README.


- Node.js/Chromium runtime, NW.js Electron.

0

Source: https://habr.com/ru/post/1568479/


All Articles