Skip to content

Commit

Permalink
Merge pull request #690 from haoxiuwen/doc-v2
Browse files Browse the repository at this point in the history
Add Note for Message Receipts for SDK Docs
  • Loading branch information
haoxiuwen authored Mar 21, 2024
2 parents c45f41c + 76bd780 commit b38357f
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/document/android/message_receipt.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@

群聊会话只支持消息已读回执。群成员在发送消息时,可以设置该消息是否需要已读回执。仅专业版及以上版本支持群消息已读回执功能。若要使用该功能,需在[环信即时通讯云控制台](https://console.easemob.com/user/login)开通。

:::tip
仅单聊消息支持送达回执,群聊消息不支持。
:::

本文介绍如何使用环信即时通讯 IM Android SDK 实现单聊和群聊的消息回执功能。

## 技术原理
Expand Down
4 changes: 4 additions & 0 deletions docs/document/flutter/message_receipt.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@

群聊会话只支持消息已读回执。群成员在发送消息时,可以设置该消息是否需要已读回执。仅专业版及以上版本支持群消息已读回执功能。若要使用该功能,需在[环信即时通讯云控制台](https://console.easemob.com/user/login)开通。

:::tip
仅单聊消息支持送达回执,群聊消息不支持。
:::

本文介绍如何使用环信即时通讯 IM Flutter SDK 实现单聊和群聊的消息回执功能。

## 技术原理
Expand Down
4 changes: 4 additions & 0 deletions docs/document/ios/message_receipt.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@

群聊会话只支持消息已读回执。群成员在发送消息时,可以设置该消息是否需要已读回执。仅专业版及以上版本支持群消息已读回执功能。若要使用该功能,需在[环信即时通讯云控制台](https://console.easemob.com/user/login)开通。

:::tip
仅单聊消息支持送达回执,群聊消息不支持。
:::

本文介绍如何使用环信即时通讯 IM iOS SDK 实现单聊和群聊的消息回执功能。

## 技术原理
Expand Down
4 changes: 4 additions & 0 deletions docs/document/react-native/message_receipt.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@

群聊会话只支持消息已读回执。群成员在发送消息时,可以设置该消息是否需要已读回执。仅专业版及以上版本支持群消息已读回执功能。若要使用该功能,需在[环信即时通讯云控制台](https://console.easemob.com/user/login)开通。

:::tip
仅单聊消息支持送达回执,群聊消息不支持。
:::

本文介绍如何使用环信即时通讯 IM React Native SDK 实现单聊和群聊的消息回执功能。

## 技术原理
Expand Down
4 changes: 4 additions & 0 deletions docs/document/unity/message_receipt.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@

群聊会话只支持消息已读回执。群成员在发送消息时,可以设置该消息是否需要已读回执。仅专业版及以上版本支持群消息已读回执功能。若要使用该功能,需在[环信即时通讯云控制台](https://console.easemob.com/user/login)开通。

:::tip
仅单聊消息支持送达回执,群聊消息不支持。
:::

本文介绍如何使用环信即时通讯 IM Unity SDK 实现单聊和群聊的消息回执功能。

## 技术原理
Expand Down
4 changes: 4 additions & 0 deletions docs/document/web/message_receipt.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@

群聊会话只支持消息已读回执。群成员在发送消息时,可以设置该消息是否需要已读回执。仅专业版及以上版本支持群消息已读回执功能。若要使用该功能,需在[环信即时通讯云控制台](https://console.easemob.com/user/login)开通。

:::tip
仅单聊消息支持送达回执,群聊消息不支持。
:::

本文介绍如何使用环信即时通讯 IM Web SDK 实现单聊和群聊的消息回执功能。

## 技术原理
Expand Down
4 changes: 4 additions & 0 deletions docs/document/windows/message_receipt.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@

群聊会话只支持消息已读回执。群成员在发送消息时,可以设置该消息是否需要已读回执。仅专业版及以上版本支持群消息已读回执功能。若要使用该功能,需在[环信即时通讯云控制台](https://console.easemob.com/user/login)开通。

:::tip
仅单聊消息支持送达回执,群聊消息不支持。
:::

本文介绍如何使用环信即时通讯 IM Windows SDK 实现单聊和群聊的消息回执功能。

## 技术原理
Expand Down

0 comments on commit b38357f

Please sign in to comment.