Skip to content

Commit b3c0765

Browse files
Merge pull request #225380 from sloanster/patch-11
Update raw-media-access-javascript.md
2 parents efd7820 + 1c1fcb4 commit b3c0765

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.custom: mode-other
1414

1515
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.
1616

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.
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. Audio and video 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.
1818

1919
## Prerequisites
2020
[!INCLUDE [Public Preview](../../../../includes/public-preview-include-document.md)]

0 commit comments

Comments
 (0)