Skip to content

Commit 6aaeedc

Browse files
authored
Update about-call-types.md
1 parent c656d15 commit 6aaeedc

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

articles/communication-services/concepts/voice-video-calling/about-call-types.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
title: Voice and video concepts in Azure Communication Services
33
titleSuffix: An Azure Communication Services concept document
44
description: Learn about Communication Services call types.
5-
author: tophpalmer
5+
author: sloanster
66
manager: chpalm
77
services: azure-communication-services
88

9-
ms.author: chpalm
10-
ms.date: 06/30/2021
9+
ms.author: micahvivion
10+
ms.date: 03/11/2023
1111
ms.topic: conceptual
1212
ms.service: azure-communication-services
1313
ms.subservice: calling
@@ -41,10 +41,16 @@ A group call on Azure Communication Services happens when three or more particip
4141
A call that takes place within the context of a Room. A Room is a container that manages activity between Azure Communication Services end-users. A Room offers application developers better control over *who* can join a call, *when* they meet and *how* they collaborate. To learn more about Rooms, see the [conceptual documentation](../rooms/room-concept.md).
4242

4343
### Supported video standards
44-
We support H.264 (MPEG-4).
44+
We support H.264 (MPEG-4) video codec.
4545

4646
### Video quality
47-
We support up to Full HD 1080p on the native (iOS, Android) SDKs. For Web (JS) SDK, we support Standard HD 720p. The quality depends on the available bandwidth.
47+
| Maximum video resolution | WebJS | iOS | Android | Windows |
48+
| ------------- | ----- | ----- | ------- | ------- |
49+
| **Receiving a remote video stream or screen share** | 1080P | 1080P | 1080P | 1080P |
50+
| **Sending video** | 720P | 720P | 720P | 1080P |
51+
| **Sending screen share** | 1080P | 1080P | 1080P | 1080P |
52+
53+
The resolution can vary depending on the number of participants on a call, the amount of bandwidth available to the client, hardware capabilities of local participant who renders remote video streans and other overall call parameters.
4854

4955
## Next steps
5056

0 commit comments

Comments
 (0)