From 76bd7808eca489eaa36af43581376bf0c112d916 Mon Sep 17 00:00:00 2001 From: haoxiuwen Date: Thu, 21 Mar 2024 12:18:16 +0800 Subject: [PATCH] Add Note for Message Receipts for SDK Docs --- docs/document/android/message_receipt.md | 4 ++++ docs/document/flutter/message_receipt.md | 4 ++++ docs/document/ios/message_receipt.md | 4 ++++ docs/document/react-native/message_receipt.md | 4 ++++ docs/document/unity/message_receipt.md | 4 ++++ docs/document/web/message_receipt.md | 4 ++++ docs/document/windows/message_receipt.md | 4 ++++ 7 files changed, 28 insertions(+) diff --git a/docs/document/android/message_receipt.md b/docs/document/android/message_receipt.md index 68ddd1c3c..ba76d2773 100644 --- a/docs/document/android/message_receipt.md +++ b/docs/document/android/message_receipt.md @@ -6,6 +6,10 @@ 群聊会话只支持消息已读回执。群成员在发送消息时,可以设置该消息是否需要已读回执。仅专业版及以上版本支持群消息已读回执功能。若要使用该功能,需在[环信即时通讯云控制台](https://console.easemob.com/user/login)开通。 +:::tip +仅单聊消息支持送达回执,群聊消息不支持。 +::: + 本文介绍如何使用环信即时通讯 IM Android SDK 实现单聊和群聊的消息回执功能。 ## 技术原理 diff --git a/docs/document/flutter/message_receipt.md b/docs/document/flutter/message_receipt.md index 391245c68..152435562 100644 --- a/docs/document/flutter/message_receipt.md +++ b/docs/document/flutter/message_receipt.md @@ -6,6 +6,10 @@ 群聊会话只支持消息已读回执。群成员在发送消息时,可以设置该消息是否需要已读回执。仅专业版及以上版本支持群消息已读回执功能。若要使用该功能,需在[环信即时通讯云控制台](https://console.easemob.com/user/login)开通。 +:::tip +仅单聊消息支持送达回执,群聊消息不支持。 +::: + 本文介绍如何使用环信即时通讯 IM Flutter SDK 实现单聊和群聊的消息回执功能。 ## 技术原理 diff --git a/docs/document/ios/message_receipt.md b/docs/document/ios/message_receipt.md index 2c9522593..c1538c3f8 100644 --- a/docs/document/ios/message_receipt.md +++ b/docs/document/ios/message_receipt.md @@ -6,6 +6,10 @@ 群聊会话只支持消息已读回执。群成员在发送消息时,可以设置该消息是否需要已读回执。仅专业版及以上版本支持群消息已读回执功能。若要使用该功能,需在[环信即时通讯云控制台](https://console.easemob.com/user/login)开通。 +:::tip +仅单聊消息支持送达回执,群聊消息不支持。 +::: + 本文介绍如何使用环信即时通讯 IM iOS SDK 实现单聊和群聊的消息回执功能。 ## 技术原理 diff --git a/docs/document/react-native/message_receipt.md b/docs/document/react-native/message_receipt.md index 07b8ba026..4a4fed13c 100644 --- a/docs/document/react-native/message_receipt.md +++ b/docs/document/react-native/message_receipt.md @@ -5,6 +5,10 @@ 群聊会话只支持消息已读回执。群成员在发送消息时,可以设置该消息是否需要已读回执。仅专业版及以上版本支持群消息已读回执功能。若要使用该功能,需在[环信即时通讯云控制台](https://console.easemob.com/user/login)开通。 +:::tip +仅单聊消息支持送达回执,群聊消息不支持。 +::: + 本文介绍如何使用环信即时通讯 IM React Native SDK 实现单聊和群聊的消息回执功能。 ## 技术原理 diff --git a/docs/document/unity/message_receipt.md b/docs/document/unity/message_receipt.md index 6724ee6b5..67622bf53 100644 --- a/docs/document/unity/message_receipt.md +++ b/docs/document/unity/message_receipt.md @@ -6,6 +6,10 @@ 群聊会话只支持消息已读回执。群成员在发送消息时,可以设置该消息是否需要已读回执。仅专业版及以上版本支持群消息已读回执功能。若要使用该功能,需在[环信即时通讯云控制台](https://console.easemob.com/user/login)开通。 +:::tip +仅单聊消息支持送达回执,群聊消息不支持。 +::: + 本文介绍如何使用环信即时通讯 IM Unity SDK 实现单聊和群聊的消息回执功能。 ## 技术原理 diff --git a/docs/document/web/message_receipt.md b/docs/document/web/message_receipt.md index 187b53bdb..54523f5b1 100644 --- a/docs/document/web/message_receipt.md +++ b/docs/document/web/message_receipt.md @@ -6,6 +6,10 @@ 群聊会话只支持消息已读回执。群成员在发送消息时,可以设置该消息是否需要已读回执。仅专业版及以上版本支持群消息已读回执功能。若要使用该功能,需在[环信即时通讯云控制台](https://console.easemob.com/user/login)开通。 +:::tip +仅单聊消息支持送达回执,群聊消息不支持。 +::: + 本文介绍如何使用环信即时通讯 IM Web SDK 实现单聊和群聊的消息回执功能。 ## 技术原理 diff --git a/docs/document/windows/message_receipt.md b/docs/document/windows/message_receipt.md index d8a66c1f8..0a1d0ef4c 100644 --- a/docs/document/windows/message_receipt.md +++ b/docs/document/windows/message_receipt.md @@ -6,6 +6,10 @@ 群聊会话只支持消息已读回执。群成员在发送消息时,可以设置该消息是否需要已读回执。仅专业版及以上版本支持群消息已读回执功能。若要使用该功能,需在[环信即时通讯云控制台](https://console.easemob.com/user/login)开通。 +:::tip +仅单聊消息支持送达回执,群聊消息不支持。 +::: + 本文介绍如何使用环信即时通讯 IM Windows SDK 实现单聊和群聊的消息回执功能。 ## 技术原理