The Open WebRTC Toolkit client SDK for native Windows/Linux/Android/iOS applications is built upon the W3C WebRTC standard to accelerate the development of real time communication applications on these platforms
@@ -171,6 +171,14 @@ static_library("owt_sdk_base") { } else { defines += [ "OWT_USE_H265" ] } if (owt_use_quic) { defines += [ "OWT_ENABLE_QUIC" ] if (owt_quic_header_root != "") { include_dirs += [ owt_quic_header_root ] } } if (is_win || is_linux) ...
- Go to src/srcitps/ directory, and run: `python build-win.py --gn_gen --sdk --tests --ssl_root /path/to/ssl --msdk_root /path/to/msdk --output_path /path/to/out`. The built binary will be under `output_path`, the document for sdk will also be copied to this directory ...
Code of conduct Apache-2.0 license Introduction The Open WebRTC Toolkit client SDK for native Windows/Linux/Android/iOS applications is built upon the W3C WebRTC standard to accelerate the development of real time communication applications on these platforms. It supports peer to peer and conference...