Skip to content

Commit 29eb877

Browse files
authored
Update media-access.md
1 parent 6e053e2 commit 29eb877

File tree

1 file changed

+3
-3
lines changed
  • articles/communication-services/concepts/voice-video-calling

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Azure Communication Services provides support for developers to get real-time ac
2020
Consumption of live audio and video content is very prevalent in our world today in the forms of online meetings, conferences, live events, online classes and customer support. The modern communications world allows people around the globe to connect with anyone anywhere any moment on any matter virtually. With raw media access, developers can analyze audio or video streams for each participant in a call in real-time. In contact centers these streams can be used 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 leverage newer innovations with endless possibilities to enhance interaction experiences.
2121

2222
The Azure Communication Services SDKs provides access to the media streams from the client and server side to enable developers building more inclusive and richer virtual experiences during voice or video interactions.
23-
:::image type="content" source="./media/raw-media/raw-media-overview-1.png" alt-text="diagram of raw media overview use cases.":::
23+
:::image type="content" source="../media/raw-media/raw-media-overview-1.png" alt-text="diagram of raw media overview use cases.":::
2424

2525
## The workflow can be split into three operations:
2626
• Capture Media: Media can be captured locally via the client SDKs or on the server side.
@@ -29,7 +29,7 @@ The Azure Communication Services SDKs provides access to the media streams from
2929

3030
## Media access via the Calling Client SDK
3131
During a call, developers can access the audio and video media streams. Outgoing local audio and video media streams can be pre-processed, before being sent to the encoder. Incoming remote captured media streams can be post-processed before playback on screen or speaker. For incoming audio mixed media access, the client calling SDK can have access to the mixed incoming remote audio stream which includes the mixed audio streams of the top four most dominant speakers on the call. For incoming remote unmixed audio the client calling SDK will have access to the individual audio streams of each participant on the call.
32-
:::image type="content" source="./media/raw-media/raw-media-overview-2.png" alt-text="diagram of raw media overview architecture.":::
32+
:::image type="content" source="../media/raw-media/raw-media-overview-2.png" alt-text="diagram of raw media overview architecture.":::
3333

3434
## Media access use cases
3535
• Screen share: Local outgoing video access can be used to enable screen sharing, developers are able to implement the foreground services to capture the frames and send them to be published using the calling SDK OutgoingVirtualVideoStreamOptions.
@@ -38,7 +38,7 @@ During a call, developers can access the audio and video media streams. Outgoing
3838
• Augmented reality/Virtual reality: Remote incoming video media streams can be captured and augmented with a virtual environment before rendering on the screen.
3939
• Spatial audio: Remote incoming audio access can be used to inject spatial audio into the incoming audio stream.
4040

41-
:::image type="content" source="./media/raw-media/raw-media-overview-3.png" alt-text="diagram of raw media overview client interfaces.":::
41+
:::image type="content" source="../media/raw-media/raw-media-overview-3.png" alt-text="diagram of raw media overview client interfaces.":::
4242

4343

4444
## Next steps

0 commit comments

Comments
 (0)