Skip to content

Commit b6505e9

Browse files
Update raw-media-access-android.md
Updated titles to sentence case.
1 parent d9d4174 commit b6505e9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/communication-services/quickstarts/voice-video-calling/includes/raw-media/raw-media-access-android.md

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

15-
## Raw Video
15+
## Raw video
1616

1717
[!INCLUDE [Public Preview](../../../../includes/public-preview-include-document.md)]
1818

@@ -23,13 +23,13 @@ The Azure Communication Services Calling SDK offers APIs allowing apps to genera
2323
This quick start builds upon [QuickStart: Add 1:1 video calling to your app](../../get-started-with-video-calling.md?pivots=platform-android) for Android.
2424

2525

26-
## Virtual Video Stream Overview
26+
## Virtual video stream overview
2727

2828
Since the app will be generating the video frames, the app must inform the Azure Communication Services Calling SDK about the video formats the app is capable of generating. This is required to allow the Azure Communication Services Calling SDK to pick the best video format configuration given the network conditions at any giving time.
2929

3030
The app must register a delegate to get notified about when it should start or stop producing video frames. The delegate event will inform the app which video format is more appropriate for the current network conditions.
3131

32-
### Supported Video Resolutions
32+
### Supported video resolutions
3333

3434
| Aspect Ratio | Resolution | Maximum FPS |
3535
| :--: | :-: | :-: |
@@ -214,13 +214,13 @@ After that, create the ByteBuffer backing the video frame if needed. Then, updat
214214
}
215215
```
216216
217-
## Screen Share Video Stream Overview
217+
## Screen share video stream overview
218218
219219
Repeat steps `1 to 4` from the previous VirtualRawOutgoingVideoStream tutorial.
220220
221221
Since the Android system generates the frames, you must implement your own foreground service to capture the frames and send them through using our Azure Communication Services Calling API
222222
223-
### Supported Video Resolutions
223+
### Supported video resolutions
224224
225225
| Aspect Ratio | Resolution | Maximum FPS |
226226
| :--: | :-: | :-: |

0 commit comments

Comments
 (0)