Skip to content

Commit 6d77cd3

Browse files
authored
Fixing typos
1 parent 559e25c commit 6d77cd3

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
@@ -12,7 +12,7 @@ ms.subservice: calling
1212
ms.custom: mode-other
1313
---
1414

15-
As a developer you can access the raw media for incoming and outgoing audio and video media content during a call. Access to ACS client side Raw audio and video enables developers an almost unlimited array of ability to view and edit audio and video content that happens within the ACS caling SDK. In this quickstart, you'll learn how to implement raw media access using the Azure Communication Services calling SDK for WebJS.
15+
As a developer you can access the raw media for incoming and outgoing audio and video media content during a call. Access to ACS client side Raw audio and video enables developers an almost unlimited array of ability to view and edit audio and video content that happens within the ACS calling SDK. In this quickstart, you'll learn how to implement raw media access using the Azure Communication Services calling SDK for WebJS.
1616

1717
## Prerequisites
1818
[!INCLUDE [Public Preview](../../../../includes/public-preview-include-document.md)]
@@ -112,7 +112,7 @@ call.on("stateChanged", callStateChangedHandler);
112112
## Accessing Raw video
113113
Raw video media gives you the instance of MediaStream object (See JavaScript documentation for further reference). Raw video media gives access specifically to incoming and outgoing call MediaStream object. For Raw Video, developers can use the incoming and outgoing raw MediaStream to apply filters by using Machine Learning to process frames of the video.
114114

115-
Proccessed Raw outgoing video frames can be sent as an outgoing video of the sender. Proccessed Raw incoming video frames can be rendered on reciever side.
115+
Processed Raw outgoing video frames can be sent as an outgoing video of the sender. Processed Raw incoming video frames can be rendered on receiver side.
116116

117117
### Place a call with custom video stream
118118

0 commit comments

Comments
 (0)