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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,10 +18,10 @@ As a developer you can access the raw media for incoming and outgoing audio and
> 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.
22
22
23
23
## 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.
25
25
26
26
### Place a call with custom audio stream
27
27
Developers can start a call with a custom audio stream instead of using user's microphone device.
0 commit comments