提交工单
咨询集成、功能及报价等问题
Release date: 2022-05-13
New features
Feature | Description | Method |
---|---|---|
Send & Receive rich media content | Supports sending and receiving messages of different rich media types, such as images, audio, viddeo, and files. | |
Automatic room creation | When entering a room, supports automatic room creation when the room does not exist. | enterRoom |
Enhancement
Item | Description | Method |
---|---|---|
Member property of ZIMMessage enhanced |
The member property of the ZIMMessage object is changed to read-only. This property doesn't need to be concerned or modified when sending messages. | ZIMMessage |
Release date: 2022-03-25
New features
Feature | Description | Method |
---|---|---|
Session management |
|
|
Group chat |
|
|
Offline notifications |
|
|
Message management |
|
|
Call invitation |
|
Enhancement
In this iteration, we unified and optimized all existing and new methods of In-App Chat In terms of style. When you upgrade the API methods from V 1.x.x to V 2.0.0, you will need to adjust the code accordingly by referring to the table below.
Item | Description | Related method |
---|---|---|
Enhanced API method name |
The method used to query room members: Changed to queryRoomMemberList from queryRoomMember. |
|
New parameter added for API method or callback | The method used to send one-to-one/group messages: a config parameter is added, used to set offline notifications, message priority, and more. |
|
A roomID parameter is added for some method callbacks. It is convenient for you to get the roomID from which the result of the current operation comes when calling the relevant method. |
||
The roomID and errorKeys parameters are added. It is convenient for you to get the roomID from the current operation result when they get the room property, and the key will be returned to you when the operation fails. |