Skip to content

Commit 99e428b

Browse files
authored
Update get-started-volume-indicator.md
------- cc: @sloanster
1 parent 9e3a676 commit 99e428b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/communication-services/quickstarts/voice-video-calling/get-started-volume-indicator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ As a developer it can be nice to have the ability to check and display to end us
2828
Sample code to get volume of selected microphone. This example shows how to generate the volume level by accessing `getVolume`.
2929

3030
```javascript
31-
//Get the vaolume of the local audio source
31+
//Get the volume of the local audio source
3232
const volumeIndicator = await new SDK.LocalAudioStream(deviceManager.selectedMicrophone).getVolume();
3333
volumeIndicator.on('levelChanged', ()=>{
3434
console.log(`Volume is ${volumeIndicator.level}`)

0 commit comments

Comments
 (0)