Skip to content

Commit a7bc427

Browse files
authored
Merge pull request #542 from easemob/dev_4.0.0+4
Dev 4.0.0+4
2 parents ee02dc7 + 6c51ca5 commit a7bc427

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
## NEXT
22

3+
## 4.0.0+4
4+
5+
#### 修复
6+
- 安卓构建视频消息崩溃的问题。
7+
8+
## 4.0.0+3
9+
10+
#### 修复
11+
- 安卓 `onRemovedFromChatRoom` 不回调。
12+
313
## 4.0.0+2
414

515
#### 修复

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,5 @@ tasks.withType(JavaCompile){
4848

4949
dependencies {
5050
api 'androidx.appcompat:appcompat:1.1.0'
51-
implementation 'io.hyphenate:hyphenate-chat:4.0.0'
51+
implementation 'io.hyphenate:hyphenate-chat:4.0.1'
5252
}

android/src/main/java/com/easemob/im_flutter_sdk/EMChatRoomManagerWrapper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -749,7 +749,7 @@ public void onRemovedFromChatRoom(int reason, String roomId, String roomName, St
749749
data.put("roomId", roomId);
750750
data.put("roomName", roomName);
751751
data.put("participant", participant);
752-
data.put("type", "chatroomRemovedFromChatRoom");
752+
data.put("type", "chatroomRemoved");
753753
post(() -> channel.invokeMethod(EMSDKMethod.chatRoomChange, data));
754754
}
755755
);

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: im_flutter_sdk
22
description: Integrate the Chat SDK to enjoy the global IM services with high reliability, ultra-low latency, and high concurrency.
3-
version: 4.0.0+2
3+
version: 4.0.0+4
44
homepage: https://www.easemob.com/product/im
55

66
environment:

0 commit comments

Comments
 (0)