Skip to content

Commit 559e25c

Browse files
authored
Update raw-media-access-javascript.md
1 parent 8d78941 commit 559e25c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ As a developer you can access the raw media for incoming and outgoing audio and
1818
[!INCLUDE [Public Preview](../../../../includes/public-preview-include-document.md)]
1919

2020
>[!IMPORTANT]
21-
> The 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 when trying this quickstart.
21+
> 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.
2222
2323
## Accessing Raw audio
24-
Accessing Raw audio media gives access to the incoming call audio stream and the ability to send custom outgoing audio stream during a call.
24+
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.
2525

2626
### Place a call with custom audio stream
2727
Developers can start a call with a custom audio stream instead of using user's microphone device.

0 commit comments

Comments
 (0)