Skip to content

Commit

Permalink
V4.8.2 web (#254)
Browse files Browse the repository at this point in the history
* update: 4.8.2

* update: 4.8.2

---------

Co-authored-by: zhangxiaochang <[email protected]>
  • Loading branch information
winsan-zhang and zhangxiaochang authored Oct 18, 2024
1 parent 57fd038 commit b81f21f
Show file tree
Hide file tree
Showing 4 changed files with 270 additions and 2 deletions.
223 changes: 223 additions & 0 deletions SampleCode/H5/NEMeetingKit_h5_v4.8.2.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion 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.8.0.js"></script>
<script src="./NEMeetingKit_h5_v4.8.2.js"></script>
<script>
/**
* 先执行项目初始化,将会议初始化操作执行结束后,会依据初始化提供的宽高,进行占位
Expand Down
45 changes: 45 additions & 0 deletions SampleCode/Web/NEMeetingKit_v4.8.2.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.8.0.js"></script>
<script src="./NEMeetingKit_v4.8.2.js"></script>
<script>
NEMeetingKit = NEMeetingKit.default.oldNEMeetingKit
/**
Expand Down

0 comments on commit b81f21f

Please sign in to comment.