Skip to content

Commit 733b9dc

Browse files
authored
Added more for OVC
1 parent 4450b1f commit 733b9dc

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

articles/communication-services/how-tos/calling-sdk/includes/manage-video/manage-video-web.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
2-
author: probableprime
2+
author: sloanster
33
ms.service: azure-communication-services
44
ms.topic: include
5-
ms.date: 09/08/2021
6-
ms.author: rifox
5+
ms.date: 07/25/2024
6+
ms.author: micahvivion
77
---
88
[!INCLUDE [Install SDK](../install-sdk/install-sdk-web.md)]
99

@@ -445,7 +445,7 @@ application should render at a given moment. Applications should handle these ch
445445
accordingly to the recommendation. There's a debounce period (around 10 s) between each update.
446446

447447
**Usage**
448-
The `optimalVideoCount` feature is a call feature. You need to reference the feature `OptimalVideoCount` via the `feature` method of the `Call` object. You can then set a listener via the `on` method of the `OptimalVideoCountCallFeature` to be notified when the optimalVideoCount changes. To unsubscribe from the changes, you can call the `off` method.
448+
The `optimalVideoCount` feature is a call feature. You need to reference the feature `OptimalVideoCount` via the `feature` method of the `Call` object. You can then set a listener via the `on` method of the `OptimalVideoCountCallFeature` to be notified when the optimalVideoCount changes. To unsubscribe from the changes, you can call the `off` method. The current [maximum number of incoming videos](../../../../concepts/voice-video-calling/calling-sdk-features.md#supported-number-of-incoming-video-streams) that can be rendered is 16. To properly support 16 incoming videos the computer should have a mimimum of 16GB RAM and a 4-core or greater CPU that is no older than 3 years old.
449449

450450
```javascript
451451
const optimalVideoCountFeature = call.feature(Features.OptimalVideoCount);

articles/communication-services/how-tos/calling-sdk/manage-video.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
title: Manage video during calls
33
titleSuffix: An Azure Communication Services how-to guide
44
description: Use Azure Communication Services SDKs to manage video calls.
5-
author: tophpalmer
6-
ms.author: chpalm
5+
author: sloanster
6+
ms.author: micahvivion
77
ms.service: azure-communication-services
88
ms.subservice: calling
99
ms.topic: how-to
10-
ms.date: 08/10/2021
10+
ms.date: 07/25/2024
1111
ms.custom: template-how-to
1212
zone_pivot_groups: acs-plat-web-ios-android-windows
1313

0 commit comments

Comments
 (0)