From 91e14afce484d053cdb785c5652a1820ff12c40e Mon Sep 17 00:00:00 2001 From: zhangxiaochang Date: Fri, 18 Oct 2024 09:30:21 +0800 Subject: [PATCH] update: 4.8.2 --- SampleCode/H5/index.html | 2 +- SampleCode/Web/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/SampleCode/H5/index.html b/SampleCode/H5/index.html index 9636719..03a274d 100644 --- a/SampleCode/H5/index.html +++ b/SampleCode/H5/index.html @@ -64,7 +64,7 @@ */ function init() { const config = { - appKey: "233", //云信服务appkey + appKey: "", //云信服务appkey }; // 检测浏览器兼容性 返回true表示支持,否则可能存在兼容问题 const result = NEMeetingKit.actions.checkSystemRequirements() diff --git a/SampleCode/Web/index.html b/SampleCode/Web/index.html index 663f3a5..b85c796 100644 --- a/SampleCode/Web/index.html +++ b/SampleCode/Web/index.html @@ -25,7 +25,7 @@ */ function init() { const config = { - appKey: '12123123', //云信服务appkey + appKey: '', //云信服务appkey } /* 初始化 * @param width:宽度(px),为0则表示100%