We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1025dfb + 121f29c commit 7991e41Copy full SHA for 7991e41
1 file changed
articles/communication-services/concepts/service-limits.md
@@ -219,9 +219,11 @@ Azure Communication Services supports chat.
219
| Operation | Scope | Limit per 10 seconds | Limit per minute |
220
| --- | --- | --- | --- |
221
| Create chat thread | Per user | 10 | - |
222
+| Create chat thread | Per resource | - | 3000 |
223
| Delete chat thread | Per user | 10 | - |
224
| Update chat thread | Per chat thread | 5 | - |
225
| Add participants or remove participants | Per chat thread | 10 | 30 |
226
+| Add participants | Per resource | - | 3000 |
227
| Get chat thread or list chat threads | Per user | 50 | - |
228
| Get chat message | Per user, per chat thread | 50 | - |
229
| Get chat message | Per chat thread | 250 | - |
0 commit comments