You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/communication-services/concepts/privacy.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ Any Event Grid system topic configured with Azure Communication Services is crea
51
51
Your application manages the relationship between human users and Communication Service identities. When you want to delete data for a human user, you must delete data involving all Communication Service identities correlated for the user.
52
52
53
53
There are two categories of Communication Service data:
54
-
-**API Data.** This data is created and managed by Communication Service APIs, a typical example being Chat messages managed through Chat APIs.
54
+
-**API Data.** This data is created and managed with Communication Service APIs, for example, Chat messages managed through Chat APIs.
55
55
-**Azure Monitor Logs** This data is created by the service and managed through the Azure Monitor data platform. This data includes telemetry and metrics to help you understand your Communication Services usage.
56
56
57
57
## API data
@@ -75,7 +75,7 @@ Azure Communication Services maintains a directory of phone numbers associated w
75
75
76
76
### Chat
77
77
78
-
Azure Communication Services stores chat messages indefinitely till they are deleted by the customer. Chat thread participants can use ListMessages to view message history for a particular thread. Users that are removed from a chat thread are able to view previous message history but cannot send or receive new messages. Accidentally deleted messages are not recoverable by the system.
78
+
Azure Communication Services stores chat messages indefinitely till they are deleted. Chat thread participants can use ListMessages to view message history for a particular thread. Users that are removed from a chat thread are able to view previous message history but cannot send or receive new messages. Accidentally deleted messages are not recoverable by the system.
79
79
80
80
Use [Chat APIs](/rest/api/communication/chat/chatthread) to get, list, update, and delete messages.
0 commit comments