Skip to content

Commit a991033

Browse files
authored
Merge pull request #229471 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 38534b9 + 3f3a3e7 commit a991033

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

articles/communication-services/quickstarts/voice-video-calling/includes/video-effects/video-effects-javascript.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ See [here](https://www.npmjs.com/package/@azure/communication-calling-effects) f
4040
> [!NOTE]
4141
> Currently there are two available video effects:
4242
> - Background blur
43-
> - Background replacement with an image
43+
> - Background replacement with an image (the aspect ratio should be 16:9 to be compatible)
4444
4545
To use video effects with the Azure Communication Calling SDK, once you've created a `LocalVideoStream`, you need to get the `VideoEffects` feature API of the `LocalVideoStream` to start/stop video effects:
4646
```js
@@ -90,6 +90,7 @@ You need to provide the URL of the image you want as the background to this effe
9090
> [!NOTE]
9191
> Current supported image formats are: png, jpg, jpeg, tiff, bmp.
9292
>
93+
> Current supported aspect ratio is 16:9.
9394
9495
```js
9596
const backgroundImage = 'https://linkToImageFile';

articles/event-hubs/event-hubs-capture-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ You can configure Capture at the event hub creation time using the [Azure portal
6464
6565
## How Event Hubs Capture is charged
6666

67-
Event Hubs Capture is metered similarly to [throughput units](event-hubs-scalability.md#throughput-units) (standard tier) or [processing units](event-hubs-scalability.md#processing-units) (in premium tier): as an hourly charge. The charge is directly proportional to the number of throughput units or processing units purchased for the namespace. As throughput units or processing units are increased and decreased, Event Hubs Capture meters increase and decrease to provide matching performance. The meters occur in tandem. For pricing details, see [Event Hubs pricing](https://azure.microsoft.com/pricing/details/event-hubs/).
67+
The capture feature is included in the premium tier so there is no additional charge for that tier. For the Standard tier, the feature is charged monthly, and the charge is directly proportional to the number of throughput units or processing units purchased for the namespace. As throughput units or processing units are increased and decreased, Event Hubs Capture meters increase and decrease to provide matching performance. The meters occur in tandem. For pricing details, see [Event Hubs pricing](https://azure.microsoft.com/pricing/details/event-hubs/).
6868

6969
Capture doesn't consume egress quota as it is billed separately.
7070

0 commit comments

Comments
 (0)