Skip to content

Commit b46e672

Browse files
authored
Update get-started-with-raw-media-access.md
1 parent 11b2cfc commit b46e672

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-with-raw-media-access.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.topic: quickstart
1010
ms.service: azure-communication-services
1111
ms.subservice: calling
1212

13-
zone_pivot_groups: acs-plat-android
13+
1414
---
1515

1616
# Raw Media Access
@@ -114,7 +114,7 @@ for (VideoDeviceInfo videoDeviceInfo : m_deviceManager.getCameras())
114114
}
115115
```
116116

117-
7. In a non-UI thread or loop in the app, cast the `MediaFrameSender` to the appropriated type defined by the `MediaFrameKind` property of `VideoFormat`. For example, cast it to `SoftwareBasedVideoFrame` and then call the `send` method according to the number of planes defined by the MediaFormat.
117+
7. In a non-UI thread or loop in the app, cast the `MediaFrameSender` to the appropriate type defined by the `MediaFrameKind` property of `VideoFormat`. For example, cast it to `SoftwareBasedVideoFrame` and then call the `send` method according to the number of planes defined by the MediaFormat.
118118
After that, create the ByteBuffer backing the video frame if needed. Then, update the content of the video frame. Finally, send the video frame to other participants with the `sendFrame` API.
119119

120120
```java

0 commit comments

Comments
 (0)