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/includes/known-issues-web.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,9 @@ ms.topic: include
11
11
ms.service: azure-communication-services
12
12
---
13
13
14
-
The following sections provide information about known issues associated with the Communication Services JavaScript voice and video calling SDKs.
14
+
## Calling Web SDK
15
+
16
+
The following sections provide information about known issues associated with the Azure Communication Services JavaScript voice and video calling SDKs.
15
17
16
18
### Chrome M115 - regression
17
19
@@ -211,8 +213,7 @@ The cause of this problem might be that acquiring your own stream from the same
211
213
As a result of the mute/unmute API call, Azure Communication Services infrastructure informs other participants in the call about the state of audio of a local participant who invoked mute/unmute, so that participants in the call know who is muted/unmuted.
212
214
Excessive use of mute/unmute is blocked in Azure Communication Services infrastructure. Throttling happens if the participant (or application on behalf of participant) attempts to mute/unmute continuously, every second, more than 15 times in a 30-second rolling window.
213
215
214
-
215
-
## Communication Services Call Automation APIs
216
+
## Call Automation APIs
216
217
217
218
The following limitations are known issues in the Communication Services Call Automation APIs:
218
219
@@ -224,6 +225,6 @@ The following limitations are known issues in the Communication Services Call Au
224
225
225
226
- If an application dials out to two or more PSTN identities and then quits the call, the call between the other PSTN entities drops.
226
227
227
-
## Group call limitations for JS web Calling SDK users
228
+
## Group call limitations users
228
229
229
-
Up to 350 users can join a group call, room or Teams meeting. Only 100 users can join through JS web calling SDK or Teams web client, the remaining needs to join through Android/iOS/Windows calling SDK or Teams desktop/mobile client. Once the call size reaches 100+ participants in the call, only the top 4 most dominant speakers that have their video camera turned on are seen. When the number of people on the call is 100+, the viewable number of incoming renders goes from 3x3 (9 incoming videos) down to 2x2 (4 incoming videos). When the number of users goes below 100, the number of supported incoming videos goes back up to 3x3 (9 incoming videos).
230
+
Up to 350 users can join a group call, room or Teams meeting. Only 100 users can join through JS web calling SDK or Teams web client, the remaining needs to join through Android/iOS/Windows calling SDK or Teams desktop/mobile client. Once the call size reaches 100+ participants in the call, only the top 4 most dominant speakers that have their video camera turned on are seen. When the number of people on the call is 100+, the viewable number of incoming renders goes from 3x3 (9 incoming videos) down to 2x2 (4 incoming videos). When the number of users goes below 100, the number of supported incoming videos goes back up to 3x3 (9 incoming videos).
0 commit comments