Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update: 4.9.1 #256

Merged
merged 1 commit into from
Nov 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5,197 changes: 5,197 additions & 0 deletions SampleCode/H5/NEMeetingKit_h5_v4.9.1.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.9.0.js"></script>
<script src="./NEMeetingKit_h5_v4.9.1.js"></script>
<script>
/**
* 先执行项目初始化,将会议初始化操作执行结束后,会依据初始化提供的宽高,进行占位
Expand Down
5,022 changes: 5,022 additions & 0 deletions SampleCode/Web/NEMeetingKit_v4.9.1.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.9.0.js"></script>
<script src="./NEMeetingKit_v4.9.1.js"></script>
<script>
NEMeetingKit = NEMeetingKit.default.oldNEMeetingKit
/**
Expand Down
16 changes: 8 additions & 8 deletions SampleCode/WebLive/NeWebMeetingLive.js

Large diffs are not rendered by default.

Loading