Skip to content

Commit 157b185

Browse files
authored
Update manage-video-web.md
1 parent 9da0b68 commit 157b185

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ CSS for styling the loading spinner over the remote video stream.
312312

313313
### Remote video quality
314314

315-
Starting from 1.12(beta) version, SDK provides a new feature called OptimalVideoCount (OVC in short). Goal of this feature is to inform application at run-time, how many videos from different particiapnts, it should render at a given moment in a group call (2+ participants), feature exposes a property `optimalVideoCount` that is dynamically changing during the call based on the network and hardware capabilities of a local endpoint - value of that property describes how many videos from different participants application should render at a given moment. Application should handle these changes and update number of rendered videoes accordingly to the recommendation. There's a cooldown period, around 10s, between updates that to avoid to frequent changes.
315+
Starting from 1.12(beta) version, the ACS WebJS SDK provides a new feature called OptimalVideoCount (OVC). This feature can be used to inform applications at run-time how many videos from different particiapnts can be optimlally rendered at a given moment in a group call (2+ participants). This feature exposes a property `optimalVideoCount` that is dynamically changing during the call based on the network and hardware capabilities of a local endpoint. The value of `optimalVideoCount` details how many videos from different participants application should render at a given moment. Application should handle these changes and update number of rendered videoes accordingly to the recommendation. There's a cooldown period (around 10s), between updates that to avoid too frequent of changes.
316316

317317
**Usage**
318318
The `optimalVideoCount` feature is a call feature
@@ -329,7 +329,7 @@ optimalVideoCountFeature.on('optimalVideoCountChanged', () => {
329329
})
330330
```
331331

332-
Examples usage: Application should subscribe to changes of OVC and handle it in group calls by either creating new rendererer ( `createView` method ) or dispose views (`dispose`)
332+
Example usage: Application should subscribe to changes of OVC and handle it in group calls by either creating new rendererer ( `createView` method ) or dispose views (`dispose`)
333333
and update layout accordingly either by removing participants from the main call screen area (often called stage or roster ) or replacing their video elements with an avatar and a name of the user.
334334

335335

0 commit comments

Comments
 (0)