Skip to content

Commit c101e03

Browse files
authored
update 9
1 parent 5e57297 commit c101e03

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/communication-services/quickstarts/voice-video-calling/optimizing-video-placement.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.subservice: calling
1212
ms.custom: mode-other, devx-track-js
1313
---
1414

15-
# Place video on a web page based on resolution size
15+
# Best practices for subscribing to incoming video feeds
1616

1717
A crucial element to consider when building web pages is how to best integrate video into the page layout. The placement and number of videos can impact page performance, user quality experience, and overall aesthetic. This article includes guidelines to help developers determine how many videos to place on a web page and the best video resolution size to optimize the end user experience.
1818

@@ -53,7 +53,7 @@ To improve the end user experience, we need to understand how internet speeds ar
5353

5454
When placing multiple videos on a web page, consider the user's network bandwidth. Higher resolution videos require more data to stream. The more overall videos placed on a page, the more bandwidth each one consumes. If someone connects to the internet via a connection with lower overall bandwidth throughput, their ability to stream higher resolution videos or multiple videos on a page are limited. Conversely, if someone has higher internet bandwidth for both inbound and outbound traffic, they have a greater ability to deliver and consume high-resolution videos and accommodate more videos on the page.
5555

56-
## Best practices for optimal number of videos to subscribe to
56+
## Optimal number of videos to subscribe
5757

5858
### Prioritize content
5959

@@ -93,7 +93,7 @@ In the version 1.33 and later of the WebJS SDK:
9393

9494
For instance, in a group call where seven participants have their video cameras on, on each client page you can select two participants' videos are displayed at higher resolutions. These two participants set to show their video at 720p by setting their views on the web page to be 720 pixels in height by 1280 pixels in width (or greater). The remaining five participant videos should be set to a lower resolution, such as 360p or lower.
9595

96-
## Considerations for optimal number of concurrent video subscriptions
96+
## Other considerations to consider
9797

9898
- To ensure that the total number of rendered videos remains below the OVC value threshold, review and adhere to the [Optimal Video Count (OVC)](../../how-tos/calling-sdk/manage-video.md?pivots=platform-web).
9999
- Each client can specify which user's video they want to receive and set individual resolution sizes on their respective machines.

0 commit comments

Comments
 (0)