-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #58 from netease-im/web_sdk
Web sdk
- Loading branch information
Showing
6 changed files
with
546 additions
and
165 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# CHANGELOG | ||
|
||
# 2020-11-13 @ v1.3.1 | ||
|
||
## Added | ||
|
||
* 新增会议初始化信息配置 | ||
|
||
- 额外增加config配置项 `neWebMeeting.actions.init(width, height, config)` | ||
|
||
* 新增获取会议短号信息 | ||
|
||
- `neWebMeeting.actions.NEMeetingInfo.shortMeetingId` | ||
|
||
* 新增两种登陆方式 | ||
|
||
- 账密登陆:`neWebMeeting.actions.loginWithNEMeeting` | ||
|
||
- SSO登陆:`neWebMeeting.actions.loginWithSSOToken` |
Oops, something went wrong.