Skip to content

Commit d5dcf3c

Browse files
authored
Update Chat SDK features checklist for iOS SDK GA
Updated feature checklist for iOS: 1) adding metadata to chat thread 2) adding display name to typing indicator. These are two new capabilities now supported in the iOS Chat SDK. ------- cc: @knvsl
1 parent a4c66f8 commit d5dcf3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/communication-services/concepts/chat/sdk-features.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ The following list presents the set of features which are currently available in
3838
| | Get notified when participants are actively typing a message in a chat thread | ✔️ |||| ✔️ | ✔️ |
3939
| | Get all messages in a chat thread | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
4040
| | Send Unicode emojis as part of message content | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
41-
| | Add metadata to chat messages | ✔️ | ✔️ | ✔️ | ✔️ | | ✔️ |
42-
| | Add display name to typing indicator notification | ✔️ | ✔️ | ✔️ | ✔️ | | ✔️ |
41+
| | Add metadata to chat messages | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
42+
| | Add display name to typing indicator notification | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
4343
|Real-time notifications (enabled by proprietary signaling package**)| Chat clients can subscribe to get real-time updates for incoming messages and other operations occurring in a chat thread. To see a list of supported updates for real-time notifications, see [Chat concepts](concepts.md#real-time-notifications) | ✔️ |||| ✔️ | ✔️ |
4444
|Mobile push notifications with Notification Hub | The Chat SDK provides APIs allowing clients to be notified for incoming messages and other operations occurring in a chat thread by connecting an Azure Notification Hub to your Communication Services resource. In situations where your mobile app is not running in the foreground, patterns are available to [fire pop-up notifications](../notifications.md) ("toasts") to inform end-users, see [Chat concepts](concepts.md#push-notifications). |||||| ✔️ |
4545
| Server Events with Event Grid | Use the chat events available in Azure Event Grid to plug custom notification services or post that event to a webhook to execute business logic like updating CRM records after a chat is finished | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |

0 commit comments

Comments
 (0)