diff --git a/Group-Video/NERtcSample-GroupVideoCall-Harmony-Typescript/README.md b/Group-Video/NERtcSample-GroupVideoCall-Harmony-Typescript/README.md index 68e5788..60ec869 100644 --- a/Group-Video/NERtcSample-GroupVideoCall-Harmony-Typescript/README.md +++ b/Group-Video/NERtcSample-GroupVideoCall-Harmony-Typescript/README.md @@ -80,4 +80,20 @@ NERtcSDK.getInstance().setupLocalVideoCanvas(canvas) NERtcSDK.getInstance().setupRemoteVideoCanvas(canvas, BigInt(setUp.uid)) +``` + +## 运行DEMO + +1.下载 rtc_demo hap包 [rtc_demo.zip](output%2Frtc_demo.zip) + +2.将华为设备ID交与云信技术支持,将您的设备ID添加到云信后台白名单中 + +3.执行安装命令来安装hap包 +``` +$ hdc uninstall com.netease.lava.nertc.demo +$ hdc shell mkdir data/local/tmp/6fb0eb90b6f94ae3b290619566d9b79c +$ hdc file send "/Users/zhangchenliang/Workspace/lava-stable/mobile-sdk/harmony/entry/build/default/outputs/default/demo-default-signed.hap" "data/local/tmp/6fb0eb90b6f94ae3b290619566d9b79c" +$ hdc shell bm install -p data/local/tmp/6fb0eb90b6f94ae3b290619566d9b79c +$ hdc shell rm -rf data/local/tmp/6fb0eb90b6f94ae3b290619566d9b79c +$ hdc shell aa start -a EntryAbility -b com.netease.lava.nertc.demo ``` \ No newline at end of file diff --git a/Group-Video/NERtcSample-GroupVideoCall-Harmony-Typescript/output/rtc_demo.zip b/Group-Video/NERtcSample-GroupVideoCall-Harmony-Typescript/output/rtc_demo.zip new file mode 100644 index 0000000..d5be5c1 Binary files /dev/null and b/Group-Video/NERtcSample-GroupVideoCall-Harmony-Typescript/output/rtc_demo.zip differ