Skip to content

Commit 9a73bc0

Browse files
Merge pull request #269947 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-docs (branch main)
2 parents 4aac075 + aff662e commit 9a73bc0

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

articles/api-management/api-management-subscriptions.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,9 @@ By default when you create an API, a subscription key is required for API access
113113
> [!CAUTION]
114114
> Use care when configuring a product or an API that doesn't require a subscription. This configuration may be overly permissive and may make an API more vulnerable to certain [API security threats](mitigate-owasp-api-threats.md#security-misconfiguration).
115115
116+
> [!NOTE]
117+
> Open products have the **Requires subscription** setting disabled, which means that users don't need to subscribe to it. For this reason, open products aren't displayed on the **Products** page of the developer portal.
118+
116119
You can disable the subscription requirement at the time you create an API or product, or at a later date.
117120

118121
To disable the subscription requirement using the portal:

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

Lines changed: 10 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,16 @@ 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 doesn't automatically mute microphone on macOS
54+
**Operating system:** macOS.<br>
55+
**Browsers:** All browsers and versions.<br>
56+
**Azure Communication Services calling SDK version:** All.<br>
57+
**Description:** WebRTC call isn't automatically muted when a user starts talking with Siri in the middle of the call. During such instances, other participants can hear either 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+
62+
5463
## All mobile browsers
5564

5665

0 commit comments

Comments
 (0)