Skip to content

Commit 0f804a7

Browse files
added specific width and height
added specific width and height for resolutions with name
1 parent d5c41f8 commit 0f804a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/communication-services/quickstarts/voice-video-calling/get-started-raw-media-access.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ The app must register a delegate to get notified about when it should start or s
4141
| 16x9 | 270p | 15 |
4242
| 16x9 | 240p | 15 |
4343
| 16x9 | 180p | 15 |
44-
| 4x3 | VGA | 30 |
44+
| 4x3 | VGA (640x480) | 30 |
4545
| 4x3 | 424x320 | 15 |
46-
| 4x3 | QVGA | 15 |
46+
| 4x3 | QVGA (320x240) | 15 |
4747
| 4x3 | 212x160 | 15 |
4848

4949
The following is an overview of the steps required to create a virtual video stream.

0 commit comments

Comments
 (0)