# webrtc-for-ohos **Repository Path**: devilen/webrtc-for-ohos ## Basic Information - **Project Name**: webrtc-for-ohos - **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**: 2024-08-16 - **Last Updated**: 2024-08-16 ## 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/2023/REC-webrtc-20230306/)为目标,另外根据实际需要,参考Android平台sdk,额外提供[PeerConnectionFactory](docs/api/libwebrtc.md#peerconnectionfactory)和[AudioDeviceModule](docs/api/libwebrtc.md#audiodevicemodule)等接口。 本项目正在开发中,开发计划请参阅:[接口开发计划](docs/接口开发计划.md)。