Skip to content

Commit

Permalink
chore: clean code +.
Browse files Browse the repository at this point in the history
  • Loading branch information
smartzhao committed May 31, 2021
1 parent cae93a9 commit 1c3fd6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SampleCode/iOS/NEMeetingDemo/AppDelegate.m
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ - (UIInterfaceOrientationMask)application:(UIApplication *)application supported
- (void)setupIMSDKPrivateAppKey {
static dispatch_once_t onceToken;
dispatch_once(&onceToken, ^{
[[NIMSDK sharedSDK] registerWithAppID:kIMAppKey cerName:nil];
[[NIMSDK sharedSDK] registerWithAppID:kIMAppKey cerName:nil];
});
}
- (void)doSetupMeetingSdk {
Expand Down
2 changes: 1 addition & 1 deletion 开发文档/SDK集成/Android/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
- 新增`NEMeetingInfo.sipId`字段
- 新增`NEHistoryMeetingItem.sipId`字段


# 2021-4-30 @ v1.7.2

## Added
Expand Down Expand Up @@ -101,6 +100,7 @@
* 新增切换音频模式开关入会配置:
- `NEMeetingOptions.noSwitchAudioMode`
* 新增SIP拨号入会

## Changed

* 废弃`com.netease.meetinglib.sdk.NEMeetingMenuItem`菜单类,使用`com.netease.meetinglib.sdk.menu.NEMeetingMenuItem`代替
Expand Down

0 comments on commit 1c3fd6a

Please sign in to comment.