Skip to content

Commit ec157ad

Browse files
authored
added details for call size support
1 parent de0ae59 commit ec157ad

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

articles/communication-services/concepts/voice-video-calling/calling-sdk-features.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
title: Azure Communication Services Calling SDK overview
33
titleSuffix: An Azure Communication Services concept document
44
description: Provides an overview of the Calling SDK capabilities limitations features for video and audio.
5-
author: tophpalmer
5+
author: sloanster
66
manager: chpalm
77
services: azure-communication-services
88

9-
ms.author: chpalm
9+
ms.author: micahvivion
1010
ms.date: 02/24/2024
1111
ms.topic: conceptual
1212
ms.service: azure-communication-services
@@ -176,7 +176,13 @@ The Azure Communicaton Services Calling SDK support up to the following video re
176176
| **Receiving video** | 1080P | 1080P | 1080P | 1080P |
177177
| **Sending video** | 720P | 720P | 720P | 1080P |
178178

179-
The resolution can vary depending on the number of participants on a call, the amount of bandwidth available to the client, and other overall call parameters.
179+
The resolution can vary depending on the number of participants on a call, the amount of bandwidth available to the client, and other overall call parameters. Read
180+
181+
## Number of participants on a call support
182+
- Up to 350 users can join a group call, Room or Teams + ACS call. The maxmimum number of users that can join through WebJS calling SDK or Teams web client is capped at 100 participants, the remaining calling end point will nee to join using Android, iOS, or Windows calling SDK or related Teams desktop or mobile client apps.
183+
- Once the call size reaches 100+ participants in a call, only the top 4 most dominant speakers that have their video camera turned can be seen.
184+
- When the number of people on the call is 100+, the viewable number of incoming video renders automatically decreases from 3x3 (9 incoming videos) down to 2x2 (4 incoming videos).
185+
- When the number of users goes below 100, the number of supported incoming videos goes back up to 3x3 (9 incoming videos).
180186

181187
## Calling SDK timeouts
182188
The following timeouts apply to the Communication Services Calling SDKs:

0 commit comments

Comments
 (0)