Skip to content

Commit

Permalink
update: meeting_4.5.0-web
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangxiaochang committed May 11, 2024
1 parent 3d7e2a7 commit 9464caf
Show file tree
Hide file tree
Showing 4 changed files with 217 additions and 3 deletions.
196 changes: 196 additions & 0 deletions SampleCode/H5/NEMeetingKit_h5_v4.5.0.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions SampleCode/H5/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<!-- 预留一个dom用于挂载会议组件 -->
<div id="ne-web-meeting"></div>
<!-- 引入会议组件sdk -->
<script src="./NEMeetingKit_h5_v4.0.1.js"></script>
<script src="./NEMeetingKit_h5_v4.5.0.js"></script>
<script>
/**
* 先执行项目初始化,将会议初始化操作执行结束后,会依据初始化提供的宽高,进行占位
Expand Down Expand Up @@ -171,4 +171,4 @@
</script>
</body>

</html>
</html>
18 changes: 18 additions & 0 deletions SampleCode/Web/NEMeetingKit_v4.5.0.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion SampleCode/Web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<input class="meeting-id" type="text" placeholder="meetingId">
<button onclick="join()">加入</button>
<div id="ne-web-meeting"></div>
<script src="./NEMeetingKit_v4.3.0.js"></script>
<script src="./NEMeetingKit_v4.5.0.js"></script>
<script>
/**
* 先执行项目初始化,将会议初始化操作执行结束后,会依据初始化提供的宽高,进行占位
Expand Down

0 comments on commit 9464caf

Please sign in to comment.