-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Routine Document Optimization for Agora Chat #1371
Comments
For the modifications of Agora Chat Token (https://docs.agora.io/en/agora-chat/develop/authentication) and Webhook Doc (https://docs.agora.io/en/agora-chat/develop/setup-webhooks), see the following PR: https://github.com/AgoraIO/agora_doc_source/pull/2839/files Note: For the new section "Experience token generation" in the Token, you can also use the images in the Quick Start of each platform, for example https://docs.agora.io/en/agora-chat/get-started/get-started-sdk?platform=android |
For updates of other RESTful, Android and iOS Docs, please see the following PR: |
Progress: waiting for https://github.com/AgoraIO/Doc-Source-Private/milestone/1 to be approved and merged to staging, so that the part about token generation can be reused instead of copying. |
Progress: changes from all linked PRs are transferred here. The part about token generation touches the same docs as https://github.com/AgoraIO/Doc-Source-Private/milestone/1, so it's best to wait for the milestone to merge, then pull, and revise the update to avoid content duplication. |
Please modify the following documents about thread messages, reaction, and retrieve messages. The document modifications are routine optimizations and are not bound with any releases of Agora Chat: |
For the Agora Chat SDK 1.1.2 for React Native, you can visit the following URL to get the release notes, API reference package, integration document, and the SDK link: |
Please add the document for the following functions |
Please updates the modifications in the following PR to the official Chat website: https://github.com/AgoraIO/agora_doc_source/pull/3294/files This PR involves the following updates: SDK APIs:
REST API:
|
Please update the August modifications in the following PR to the official Chat website: https://github.com/AgoraIO/agora_doc_source/pull/3311/files This PR involves the following updates:
|
@haoxiuwen there is already a doc for IP allowlist: https://docs.agora.io/en/agora-chat/develop/ip_whitelist?platform=android Should I merge those two together? |
For the IP whitelist on the official website, the IP whitelist contains the egresss IP addresses of the developer's server. These IP addresses are allowed to call RESTful APIs, while other IP addresses are disallowed. This ensures security. These IP addresses are added under Chat > Features > IP Whitelist. The IP allow list in PR 3183 (AgoraIO/agora_doc_source#3183) contains IP addresses that are allowed to communicate through TCP/TLS 443. These IP addresses are of data centers of Agora Chat. These IP addresses are added to the firewall allow list. |
@atovpeko Please update the September modifications in the following PR to the official Chat website:
|
@atovpeko Please add the following updates to the quickstart document of Agora Chat iOS SDK (https://docs.agora.io/en/agora-chat/get-started/get-started-sdk?platform=ios):
"You can obtain the latest version information by reference to release notes."
Integrate the SDK through CocoaPods
|
@atovpeko Please add the following updates of web docs to the official Agora Chat website: |
@atovpeko Please change the link in the red box to the following: https://learn.microsoft.com/en-us/azure/ai-services/translator/language-support The issue should be fixed in the "Translate messages" document of each platform and framework, including Android, iOS, Web, Windows, Unity, Flutter, and React Native. |
@atovpeko Please update the Flutter Quick Start document (https://docs.agora.io/en/agora-chat/get-started/get-started-sdk?platform=flutter):
// Notify the SDK that the Ul is ready, After the following method is executed, callbacks within 'ChatRoomEventHandler."
ChatClient.getInstance.chatManager.addMessageEvent(
|
@atovpeko Please add the following documentation updates to the official Agora Chat website. This PR involves the following updates:
|
@atovpeko The description in the red box is inappropriate as it should be noted that the server sends the latest 10 historical messages only to a new member of the chat room after this feature is enabled. Please replace the description in the red box with the following: This feature is disabled for chat rooms by default. To enable it, contact [email protected]. After this feature is enabled, when a user joins a chat room, the server sends the latest 10 historical messages to the client side via the message receiving callback. The number of historical messages sent to the new chat room member can be increased up to 200. The document URL: https://docs.agora.io/en/agora-chat/reference/group-overview?platform=android |
Business case: Routine Document Optimization for Agora Chat
Subject Matter Expert:
Scope: The products and documents to be updated. If you are not sure, leave it to Iain.
Acceptance criteria: The documentation is technically correct, easy to use, follows the template structure and
follows the Google Developer Style Guide.
Additional valuable information: Anything else that will help with this issue.
The text was updated successfully, but these errors were encountered: