You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/communication-services/quickstarts/voice-video-calling/includes/raw-media/raw-media-access-javascript.md
+12-13Lines changed: 12 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,12 @@
1
+
1
2
---
2
3
title: Quickstart - Add RAW media access to your app (Web)
3
4
titleSuffix: An Azure Communication Services quickstart
4
5
description: In this quickstart, you'll learn how to add raw media access calling capabilities to your app using Azure Communication Services.
5
6
author: sloanster
6
7
7
8
ms.author: micahvivion
8
-
ms.date: 1/17/2023
9
+
ms.date: 1/26/2023
9
10
ms.topic: quickstart
10
11
ms.service: azure-communication-services
11
12
ms.subservice: calling
@@ -18,7 +19,7 @@ As a developer you can access the raw media for incoming and outgoing audio and
> The quick start examples here are available starting on the public preview version [1.9.1-beta.1](https://www.npmjs.com/package/@azure/communication-calling/v/1.9.1-beta.1) of the calling Web SDK. Make sure to use that version or newer when trying this quickstart.
22
+
> The quick start examples here are available starting on the public preview version [1.10.0-beta.1](https://www.npmjs.com/package/@azure/communication-calling/v/1.10.0-beta.1) of the calling Web SDK. Make sure to use that version or newer when trying this quickstart.
22
23
23
24
## Accessing Raw audio
24
25
Accessing Raw audio media gives access to the incoming call audio stream and the ability to view and send custom outgoing audio stream during a call.
@@ -27,7 +28,7 @@ Accessing Raw audio media gives access to the incoming call audio stream and the
27
28
Developers can start a call with a custom audio stream instead of using user's microphone device.
0 commit comments