# ohos_webrtc **Repository Path**: openharmony-sig/ohos_webrtc ## Basic Information - **Project Name**: ohos_webrtc - **Description**: No description available - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 37 - **Forks**: 32 - **Created**: 2024-02-23 - **Last Updated**: 2025-07-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 🚨 **重要提示 | IMPORTANT** > > **⚠️ 此代码仓已归档。新地址请访问 [ohos_webrtc](https://gitcode.com/openharmony-sig/ohos_webrtc)。| ⚠️ This repository has been archived. For the new address, please visit [ohos_webrtc](https://gitcode.com/openharmony-sig/ohos_webrtc).** > --- > **WebRTC is a free, open software project** that provides browsers and mobile applications with Real-Time Communications (RTC) capabilities via simple APIs. The WebRTC components have been optimized to best serve this purpose. **Our mission:** To enable rich, high-quality RTC applications to be developed for the browser, mobile platforms, and IoT devices, and allow them all to communicate via a common set of protocols. The WebRTC initiative is a project supported by Google, Mozilla and Opera, amongst others. ### Development See [here][native-dev] for instructions on how to get started developing with the native code. [Authoritative list](native-api.md) of directories that contain the native API header files. ### Build With OHOS SDK 1. How to build WebRTC with OHOS SDK followed [this article](./docs/ohos/webrtc_adapter_ohos.md). 2. OHOS Audio adapter code: [ohos audio](./modules/audio_device/ohos) 3. How to use OHOS Video for webrtc followed [this project](https://gitee.com/han_jin_fei/oh_web-rtc) ### More info * Official web site: http://www.webrtc.org * Master source code repo: https://webrtc.googlesource.com/src * Samples and reference apps: https://github.com/webrtc * Mailing list: http://groups.google.com/group/discuss-webrtc * Continuous build: https://ci.chromium.org/p/webrtc/g/ci/console * [Coding style guide](g3doc/style-guide.md) * [Code of conduct](CODE_OF_CONDUCT.md) * [Reporting bugs](docs/bug-reporting.md) * [Documentation](g3doc/sitemap.md) [native-dev]: https://webrtc.googlesource.com/src/+/main/docs/native-code/