Skip to content

Commit 28befff

Browse files
Merge pull request #225302 from sloanster/patch-8
Update raw-media-access-javascript.md
2 parents ae1fa1f + 971c0dc commit 28befff

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
---
32
title: Quickstart - Add RAW media access to your app (Web)
43
titleSuffix: An Azure Communication Services quickstart
@@ -15,6 +14,8 @@ ms.custom: mode-other
1514

1615
As a developer you can access the raw media for incoming and outgoing audio and video media content during a call. Access to ACS client side Raw audio and video enables developers an almost unlimited array of ability to view and edit audio and video content that happens within the ACS calling SDK. In this quickstart, you'll learn how to implement raw media access using the Azure Communication Services calling SDK for WebJS.
1716

17+
The video media access API provides support for developers to get real-time access to audio and video streams to capture, analyze, and process video content during active calls. Developers can access the incoming call video stream directly on the call object and send custom outgoing video stream during the call. For example the audio and video streams can be inspected to run custom AI models for analysis such as your homegrown NLP for conversation analysis or provide real-time insights and suggestions to boost agent productivity. In virtual appointments media streams can be used to analyze sentiment when providing virtual care for patients or provide remote assistance during video calls leveraging Mixed Reality capabilities. This also opens a path for developers to apply newer innovations with endless possibilities to enhance interaction experiences.
18+
1819
## Prerequisites
1920
[!INCLUDE [Public Preview](../../../../includes/public-preview-include-document.md)]
2021

@@ -118,7 +119,7 @@ Processed Raw outgoing video frames can be sent as an outgoing video of the send
118119
Developers can access the raw outgoing call video stream. Developers have access to MediaStream of the outgoing raw video stream on which they can process frames using Machine Learning and apply filters.
119120
The processed outgoing video can then be sent as sender video stream.
120121

121-
In this example a user is sent canvas data as outgoing video.
122+
In this example, a user is sent canvas data as outgoing video.
122123

123124
```js
124125
const createVideoMediaStreamToSend = () => {

0 commit comments

Comments
 (0)