Skip to content

Commit

Permalink
modify
Browse files Browse the repository at this point in the history
  • Loading branch information
haoxiuwen committed Oct 18, 2023
1 parent e68f3a5 commit 9bd2deb
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/document/flutter/message_receipt.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

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

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

## 技术原理

Expand Down
2 changes: 1 addition & 1 deletion docs/document/ios/message_receipt.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

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

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

## 技术原理

Expand Down
2 changes: 1 addition & 1 deletion docs/document/ios/userprofile.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ userInfo.phone = @"12333333333";
userInfo.mail = @"[email protected]";
userInfo.gender = 1;
// 异步方法
[EMClient.sharedClient.userInfoManager updateOwnUserInfo:userInfo completion:^(EMUserInfo *aUserInfo, EMError *aError)
[EMClient.sharedClient.userInfoManager updateOwnUserInfo:userInfo completion:^(EMUserInfo *aUserInfo, EMError *aError) {

}];
```
Expand Down
2 changes: 1 addition & 1 deletion docs/document/react-native/message_receipt.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

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

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

## 技术原理

Expand Down
2 changes: 1 addition & 1 deletion docs/document/unity/message_receipt.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

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

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

## 技术原理

Expand Down
2 changes: 1 addition & 1 deletion docs/document/web/message_receipt.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

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

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

## 技术原理

Expand Down
2 changes: 1 addition & 1 deletion docs/document/windows/message_receipt.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

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

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

## 技术原理

Expand Down

0 comments on commit 9bd2deb

Please sign in to comment.