Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: update README.md #35

Merged
merged 1 commit into from
Mar 25, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,20 @@
- DevEco Studio 4.0 Release及以上。
- HarmonyOS SDK API 10 及以上。


## 版本运行依赖

注意:由于鸿蒙版本迭代比较快,且api的编译环境和运行环境比较依赖 ide 版本和鸿蒙系统版本。
请保持 NERtc SDK 的运行环境和下表环境保持一致。

| RTC版本 | API版本 | ide版本 | 鸿蒙系统版本 |
| ---- | ---- | ---- |----------|
|0.1.0 | 10 | 4.0 | 2.0.0.33 |
|0.2.0 | 11 | 4.1.3.500 | 2.0.0.59 |
|0.3.0 | 11 | 4.1.3.600 | 2.0.0.66 |



## 操作步骤

### 步骤1: 创建应用
Expand Down
Loading