Skip to content

Commit

Permalink
update: 4.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangxiaochang committed Oct 18, 2024
1 parent 678dee1 commit 91e14af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SampleCode/H5/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
*/
function init() {
const config = {
appKey: "233", //云信服务appkey
appKey: "", //云信服务appkey
};
// 检测浏览器兼容性 返回true表示支持,否则可能存在兼容问题
const result = NEMeetingKit.actions.checkSystemRequirements()
Expand Down
2 changes: 1 addition & 1 deletion SampleCode/Web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
*/
function init() {
const config = {
appKey: '12123123', //云信服务appkey
appKey: '', //云信服务appkey
}
/* 初始化
* @param width:宽度(px),为0则表示100%
Expand Down

0 comments on commit 91e14af

Please sign in to comment.