Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit dd17298

Browse files
Merge pull request #240874 from akania/patch-28
Update known-issues.md
2 parents 059b8f9 + 9824c99 commit dd17298

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

articles/communication-services/concepts/known-issues.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@ This issue is fixed in Azure Communication Services Calling SDK version 1.3.1-be
106106

107107
* iOS Safari version: 15.1
108108

109-
### MacOS Ventura Safari(v16.3 and below) screen sharing.
110-
Screen sharing does not work in MacOS Ventura Safari(v16.3 and below). Known issue from Safari and will be fixed in v16.4+
109+
### Screen sharing in macOS Ventura Safari (v16.3 and below)
110+
Screen sharing does not work in macOS Ventura Safari(v16.3 and below). Known issue from Safari and will be fixed in v16.4+
111111

112112
### Refreshing a page doesn't immediately remove the user from their call
113113

@@ -197,6 +197,12 @@ The environment in which this problem occurs is the following:
197197

198198
The cause of this problem might be that acquiring your own stream from the same device will have a side effect of running into race conditions. Acquiring streams from other devices might lead the user into insufficient USB/IO bandwidth, and the `sourceUnavailableError` rate will skyrocket.
199199

200+
### Excessive use of certain APIs like mute/unmute will result in throttling on ACS infrastructure
201+
202+
As a result of the mute/unmute API call, ACS 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.
203+
Excessive use of mute/unmute will be blocked in ACS infrastructure. That will happen if the participant (or application on behalf of participant) will attempt to mute/unmute continuously, every second, more than 15 times in a 30-second rolling window.
204+
205+
200206
## Communication Services Call Automation APIs
201207

202208
The following are known issues in the Communication Services Call Automation APIs:

0 commit comments

Comments
 (0)