Skip to content

Commit 67b2749

Browse files
authored
Pencil edits
- Line 47: Fixed Acrolinx error "Swith" to "Switch". - Line 83: Fixed Acrolinx error "Developers can stop sending the custom audio stream after it being set during a call." to "Developers can stop sending the custom audio stream after it has been set during a call.
1 parent b6505e9 commit 67b2749

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
@@ -44,7 +44,7 @@ const callOptions = {
4444
callAgent.startCall(userId, callOptions);
4545
```
4646

47-
## Swith to custom audio stream during a call
47+
## Switch to custom audio stream during a call
4848

4949
Developers can switch input device to a custom audio stream instead of using user's microphone device during a call.
5050

@@ -80,7 +80,7 @@ call.on('stateChanged', callStateChangedHandler);
8080

8181
## Stop custom audio stream
8282

83-
Developers can stop sending the custom audio stream after it being set during a call.
83+
Developers can stop sending the custom audio stream after it has been set during a call.
8484

8585
```js
8686
call.stopAudio();

0 commit comments

Comments
 (0)