Skip to content

Commit 6c83e3f

Browse files
authored
Update media-streaming.md
Updated doc title, flow diagram title and content for blurb
1 parent c907e80 commit 6c83e3f

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

articles/communication-services/concepts/voice-video-calling/media-streaming.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Media Streaming overview
2+
title: Media Streaming overview
33
description: Conceptual information about using Media Streaming APIs with Call Automation.
44
author: Kunaal
55
ms.service: azure-communication-services
@@ -9,16 +9,15 @@ ms.author: kpunjabi
99
ms.custom: private_preview
1010
---
1111

12-
# Media Streaming overview
12+
# Media Streaming Overview - Audio Subscription
1313

1414
> [!IMPORTANT]
1515
> Functionality described on this document is currently in private preview. Private preview includes access to SDKs and documentation for testing purposes that are not yet available publicly.
1616
> Apply to become an early adopter by filling out the form for [preview access to Azure Communication Services](https://aka.ms/ACS-EarlyAdopter).
1717
18-
Azure Communication Services provides developers with Media Streaming capabilities to get real-time access to media streams to capture, analyze and process audio content during active calls.
19-
20-
In today's world consumption of live audio and video is prevalent, this content could be in the forms of online meetings, online conferences, online schooling, customer support, etc. This consumption has only been exacerbated by the recent events of Covid-19, with many of the worlds work force working remotely from home. With media streaming access, developers can now build server applications to capture and analyze audio streams for each of the participants on the call in real-time. Developers can also combine media streaming with other call automation actions or use their own AI models to analyze audio streams for use cases such as NLP for conversation analysis or provide real-time insights and suggestions to their agents while they are in an active interaction with their end users.
18+
Azure Communication Services provides developers with Media Streaming capabilities to get real-time access to media streams to capture, analyze and process audio content during active calls. In today's world consumption of live audio and video is prevalent, this content could be in the forms of online meetings, online conferences, online schooling, customer support, etc. This consumption has only been exacerbated by the recent events of Covid-19, with many of the worlds work force working remotely from home. With media streaming access, developers can now build server applications to capture and analyze audio streams for each of the participants on the call in real-time. Developers can also combine media streaming with other call automation actions or use their own AI models to analyze audio streams for use cases such as NLP for conversation analysis or provide real-time insights and suggestions to their agents while they are in an active interaction with their end users.
2119

20+
This private preview supports the ability for developers to get access to real-time audio streams over a websocket to analyze each participants audio in mixed and unmixed formats
2221

2322
## Common use cases
2423
Audio streams can be used in many ways, below are some examples of how developers may wish to use the audio streams in their applications.
@@ -33,7 +32,7 @@ Audio streams can be used in many ways, below are some examples of how developer
3332
### Interpretations
3433
**Real-time translation** – Use audio streams to send to human or AI translators who can consume this audio content and provide translations.
3534

36-
## How Media Streaming workflow looks
35+
## Sample architecture for subscribing to audio streams from an ongoing call
3736

3837
![Screenshot of flow for play action.](./media/media_streaming.png)
3938

0 commit comments

Comments
 (0)