# webrtc-for-arkts **Repository Path**: geekzhang12306/webrtc-for-ohos ## Basic Information - **Project Name**: webrtc-for-arkts - **Description**: WebRTC的ArkTS接口封装,方便在OpenHarmony和HarmonyOS应用中集成和使用WebRTC。 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 6 - **Created**: 2025-08-28 - **Last Updated**: 2025-08-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # WebRTC For OHOS 本项目基于[Google/webrtc](https://webrtc.googlesource.com/src)及[OpenHarmony-SIG/ohos_webrtc](https://gitee.com/openharmony-sig/ohos_webrtc),封装了一系列ArkTS接口,以方便在OpenHarmony或HarmonyOS的应用中集成和使用webrtc。 鉴于ArkTS语言的特性,大部分接口的设计如[RTCPeerConnection](docs/api/libwebrtc.md#rtcpeerconnection)以遵循[WebRTC规范](https://www.w3.org/TR/webrtc/)为目标,另外根据实际需要,参考Android平台sdk,额外提供[PeerConnectionFactory](docs/api/libwebrtc.md#peerconnectionfactory)和[AudioDeviceModule](docs/api/libwebrtc.md#audiodevicemodule)等接口。 本项目已合入到[OpenHarmony-SIG/ohos_webrtc](https://gitee.com/openharmony-sig/ohos_webrtc)仓库,本仓库暂停维护。