Skip to content

Commit 359c4b7

Browse files
authored
Update known-issues-all-browser.md
Added issue - ### Siri activation during WebRTC call does not automatically mute microphone on macOS
1 parent 884d5d8 commit 359c4b7

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

articles/communication-services/concepts/voice-video-calling/includes/known-issues/known-issues-all-browser.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ ms.custom: template-how-to
2828
**Description:** Switching between video devices might cause your video stream to pause while the stream is acquired from the selected device. Switching between devices frequently can cause performance degradation.<br>
2929
**Recommended workaround:** Developers should ensure to stop the stream from one device before starting another to mitigate performance degradation when switching between video devices.<br>
3030

31-
3231
### Video signal problem when the call is in connecting state
3332
**Browser version:** All. <br>
3433
**Azure Communication Service calling SDK version:** All.<br>
@@ -51,6 +50,15 @@ ms.custom: template-how-to
5150
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.
5251
<br>
5352

53+
### Siri activation during WebRTC call does not automatically mute microphone on macOS
54+
**Operating system:** macOS.<br>
55+
**Browsers:** All browsers and versions.<br>
56+
**Azure Communication Service calling SDK version:** All.<br>
57+
**Description:** WebRTC call is not automatically muted when a user starts talking with Siri in the middle of the call. During such instances, other participants can either hear the user giving commands to Siri or both the given command and Siri's response.<br>
58+
**Known issue reference:** This is a known issue on [macOS](https://bugs.webkit.org/show_bug.cgi?id=247897).<br>
59+
**Recommended workaround:** Currently, no workaround is available. Users need to manually mute their microphone when activating Siri during a call.<br>
60+
61+
5462
## All mobile browsers
5563

5664

0 commit comments

Comments
 (0)