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/service-limits.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ manager: shahen
7
7
services: azure-communication-services
8
8
9
9
ms.author: chpalm
10
-
ms.date: 11/01/2021
10
+
ms.date: 02/28/2023
11
11
ms.topic: how-to
12
12
ms.service: azure-communication-services
13
13
ms.subservice: data
@@ -17,7 +17,7 @@ ms.subservice: data
17
17
This document explains the limitations of Azure Communication Services APIs and possible resolutions.
18
18
19
19
## Throttling patterns and architecture
20
-
When you hit service limitations, you'll generally receive an HTTP status code 429 (Too many requests). In general, the following are best practices for handling throttling:
20
+
When you hit service limitations, you will receive an HTTP status code 429 (Too many requests). In general, the following are best practices for handling throttling:
21
21
22
22
- Reduce the number of operations per request.
23
23
- Reduce the frequency of calls.
@@ -124,6 +124,9 @@ This sandbox setup is to help developers start building the application. You can
124
124
|Send typing indicator|User and chat thread|5|15|
125
125
|Send typing indicator|Chat thread|10|30|
126
126
127
+
### Chat storage
128
+
Chat messages are stored for 90 days. Submit [a request to Azure Support](../../azure-portal/supportability/how-to-create-azure-support-request.md) if you require storage for longer time period. If the time period is less than 90 days for chat messages, use the delete chat thread APIs.
129
+
127
130
## Voice and video calling
128
131
129
132
### Call maximum limitations
@@ -140,7 +143,7 @@ The Communication Services Calling SDK supports the following streaming configur
140
143
|**Maximum # of outgoing local streams that you can send simultaneously**| one video or one screen sharing | one video + one screen sharing |
141
144
|**Maximum # of incoming remote streams that you can render simultaneously**| four videos + one screen sharing | six videos + one screen sharing |
142
145
143
-
While the Calling SDK won't enforce these limits, your users may experience performance degradation if they're exceeded.
146
+
While the Calling SDK will not enforce these limits, your users may experience performance degradation if they're exceeded.
0 commit comments