Skip to content

Commit 39f9279

Browse files
authored
update 1
1 parent 90d447e commit 39f9279

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

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

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -177,20 +177,21 @@ However, this scalability introduces a trade-off between the number of video str
177177
This adaptive behavior is crucial for maintaining a smooth user experience. For example, in a 2x2 grid (4 participants), each video can be rendered at a relatively high resolution. But in a 5x5 grid (25 participants), each tile becomes significantly smaller, and the SDK may downscale the incoming video streams to match the reduced display size. This prevents unnecessary bandwidth consumption and reduces the likelihood of dropped frames or lag.
178178

179179
The following table illustrates how video resolution changes based on the number of participants displayed in the incoming video grid at any one time.
180-
| 🧑 Participants | 📺 Video Resolution (p) |
181-
|----------------|-------------------------|
182-
| 1 | 1080 |
183-
| 2 | 720 |
184-
| 3 | 540 |
185-
| 4–9 | 360 |
186-
| 10–16 | 240 |
187-
| 17 or more | 180 |
180+
181+
| **Number of incoming streams** | **Incoming video resolution** |
182+
|------------------|----------------------|
183+
| 1 | 1080 |
184+
| 2 | 720 |
185+
| 3 | 540 |
186+
| 4–9 | 360 |
187+
| 10–16 | 240 |
188+
| 17 or more | 180 |
188189

189190
> [!NOTE]
190-
> The GA version of the calling WebJS SDK allows for up to 16 incoming video streams (4x4 grid).
191+
> The GA version of the calling WebJS SDK allows for up to **16** incoming video streams (4x4 grid).
191192
192193
> [!NOTE]
193-
> The public preview of the WebJS calling SDK currently supports up to 25 incoming video for Desktop browsers (5x5 grid).
194+
> The public preview of the WebJS calling SDK currently supports up to **25** incoming video for Desktop browsers (5x5 grid).
194195
195196
## Conclusion
196197

0 commit comments

Comments
 (0)