-
Notifications
You must be signed in to change notification settings - Fork 19
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 #3863 from haoxiuwen/agora-chat
Modify Agora Chat Token CN Doc
- Loading branch information
Showing
11 changed files
with
91 additions
and
2 deletions.
There are no files selected for viewing
Binary file added
BIN
+1.06 MB
en-US/markdown/agora-chat/Release/1.3.1/api reference package/Android_1.3.1.zip
Binary file not shown.
Binary file added
BIN
+2.02 MB
en-US/markdown/agora-chat/Release/1.3.1/api reference package/Flutter_1.3.1.zip
Binary file not shown.
Binary file added
BIN
+658 KB
en-US/markdown/agora-chat/Release/1.3.1/api reference package/React_Native_1.3.1.zip
Binary file not shown.
Binary file added
BIN
+1.01 MB
en-US/markdown/agora-chat/Release/1.3.1/api reference package/Web_1.3.1.zip
Binary file not shown.
Binary file added
BIN
+1.08 MB
en-US/markdown/agora-chat/Release/1.3.1/api reference package/iOS_1.3.1.zip
Binary file not shown.
19 changes: 19 additions & 0 deletions
19
...agora-chat/Release/1.3.1/release notes/agora_chat_release_note_1.3.1_android.md
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 @@ | ||
## v1.3.1 | ||
|
||
v1.3.1 was released on XXXX, 2024. | ||
|
||
#### Improvements | ||
|
||
- Added the support for pinning messages in one-to-one conversations. Users can call `ChatManager#asyncPinMessage` or `ChatManager#asyncUnPinMessage` to pin or unpin a one-to-one chat message. | ||
|
||
- Adapted to the 16 KB page size of Android 15. | ||
|
||
#### Issues fixed | ||
|
||
- A crash occurs when `to` is empty during message sending. | ||
- An incorrect nextkey is returned when pulling roaming messages. | ||
- A crash occurs when `CustomMessageBody#setParams` is called repeatedly in multi-thread scenarios. | ||
- The number of unread messages is inconsistent among multiple devices in certain scenarios. | ||
- The specified image thumbnail size does not take effect during message sending. | ||
|
||
|
14 changes: 14 additions & 0 deletions
14
...agora-chat/Release/1.3.1/release notes/agora_chat_release_note_1.3.1_flutter.md
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,14 @@ | ||
## v1.3.1 | ||
|
||
#### Improvements | ||
|
||
- Added the support for pinning messages in one-to-one conversations. Users can call `ChatManager#pinMessage` or `ChatManager#unpinMessage` to pin or unpin a one-to-one chat message. | ||
- Optimized the connections to the server under weak network conditions for native platforms. | ||
|
||
#### Issues fixed | ||
|
||
The following issues are fixed on native platforms: | ||
- An attachment message can still be sent successfully despite of failure of sending the attachment under special circumstances. | ||
- An incorrect nextkey is returned when pulling roaming messages. | ||
- The cache is not updated upon the addition of contacts to block list. | ||
- The official push feature may not work after users log out and log in again. |
16 changes: 16 additions & 0 deletions
16
...own/agora-chat/Release/1.3.1/release notes/agora_chat_release_note_1.3.1_ios.md
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,16 @@ | ||
## v1.3.1 | ||
|
||
v1.3.1 was released on XXXX, 2024. | ||
|
||
#### Improvements | ||
|
||
- Added the support for pinning messages in one-to-one conversations. Users can call `AgoraChatManager#pinMessage` or `AgoraChatManager#unpinMessage` to pin or unpin a one-to-one chat message. | ||
|
||
#### Issues fixed | ||
|
||
- A crash occurs when `conversationId` is empty during message sending. | ||
- An incorrect nextkey is returned when pulling roaming messages. | ||
- The number of unread messages is inconsistent among multiple devices in certain scenarios. | ||
- The specified image thumbnail size does not take effect during message sending. | ||
|
||
|
24 changes: 24 additions & 0 deletions
24
...-chat/Release/1.3.1/release notes/agora_chat_release_note_1.3.1_react_native.md
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,24 @@ | ||
## v1.3.1 | ||
|
||
v1.3.1 was released on XXXX, 2024. | ||
|
||
#### Improvements | ||
|
||
- Added the support for pinning messages in one-to-one conversations. Users can call `ChatManager#pinMessage` or `ChatManager#unpinMessage` to pin or unpin a one-to-one chat message. | ||
- Optimized the connections to the server under weak network conditions for native platforms. | ||
|
||
#### Issues fixed | ||
|
||
1. The following issues are fixed on native platforms: | ||
|
||
- An attachment message can still be sent successfully despite of failure of sending the attachment under special circumstances. | ||
- An incorrect nextkey is returned when pulling roaming messages. | ||
- The cache is not updated upon the addition of contacts to block list. | ||
- The official push feature may not work after users log out and log in again. | ||
|
||
2. The following issues are fixed for the React Native Chat SDK: | ||
|
||
- The error that `CMakeLists.txt` could not be found is reported during compilation on the Android platform. | ||
- The data conversion issue on the Android platform. | ||
|
||
|
16 changes: 16 additions & 0 deletions
16
...own/agora-chat/Release/1.3.1/release notes/agora_chat_release_note_1.3.1_web.md
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,16 @@ | ||
## v1.3.1 | ||
|
||
v1.3.1 was released on XXXX, 2024. | ||
|
||
#### Improvements | ||
|
||
- Added the support for pinning messages in one-to-one conversations. Users can call `pinMessage` or `unpinMessage` to pin or unpin a one-to-one chat message. | ||
- Added the `ConnectionParameters#isFixedDeviceId` parameter (`true` by default) to specify whether to use a fixed device ID. Specifically, the SDK generates a device ID for a browser and saves it to the local storage. Then in the browser, all SDK instances use the same device. The setting of this parameter affects the strategy of forced logout in multi-device login scenarios. For details, see [Log in from multiple devices](https://docs.agora.io/en/agora-chat/develop/multiple-device-login?platform=web). | ||
In previous versions, a random device ID is used for connections of each SDK instance. In this case, each SDK instance uses a different device for connections. | ||
- Added the callback for DNS request failures. | ||
- Added the reason for requesting to join the group to the `requestToJoin` event that is received by the group owner and administrators that approved the join request. | ||
|
||
|
||
|
||
|
||
|
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