We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e3a676 commit 99e428bCopy full SHA for 99e428b
articles/communication-services/quickstarts/voice-video-calling/get-started-volume-indicator.md
@@ -28,7 +28,7 @@ As a developer it can be nice to have the ability to check and display to end us
28
Sample code to get volume of selected microphone. This example shows how to generate the volume level by accessing `getVolume`.
29
30
```javascript
31
-//Get the vaolume of the local audio source
+//Get the volume of the local audio source
32
const volumeIndicator = await new SDK.LocalAudioStream(deviceManager.selectedMicrophone).getVolume();
33
volumeIndicator.on('levelChanged', ()=>{
34
console.log(`Volume is ${volumeIndicator.level}`)
0 commit comments