Skip to content

Commit

Permalink
update: meeting
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangxiaochang committed Apr 3, 2024
1 parent aac76a4 commit ea6528e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions SampleCode/H5/NEMeetingKit_h5_v4.0.1.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions SampleCode/H5/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<!-- 预留一个dom用于挂载会议组件 -->
<div id="ne-web-meeting"></div>
<!-- 引入会议组件sdk -->
<script src="./NEMeetingKit_h5_v4.0.0.js"></script>
<script src="./NEMeetingKit_h5_v4.0.1.js"></script>
<script>
/**
* 先执行项目初始化,将会议初始化操作执行结束后,会依据初始化提供的宽高,进行占位
Expand Down Expand Up @@ -105,7 +105,7 @@
},
function (e) {
console.log('login回调', e)
});
});
}

function logout() {
Expand All @@ -125,7 +125,7 @@
NEMeetingKit.actions.off("roomEnded");
NEMeetingKit.actions.removeMeetingStatusListener();
// 销毁
NEMeetingKit.actions.destroy();
NEMeetingKit.actions.destroy();
}

function join(params) {
Expand Down

0 comments on commit ea6528e

Please sign in to comment.