Skip to content

Commit 6ba3f47

Browse files
authored
Update get-started-volume-indicator.md
1 parent 9d56e3b commit 6ba3f47

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Quickstart - Add volume indicator to your Web calling app
33
titleSuffix: An Azure Communication Services quickstart
4-
description: In this quickstart, you'll learn how to check call volume within you Web app when using Azure Communication Services.
4+
description: In this quickstart, you'll learn how to check call volume within your Web app when using Azure Communication Services.
55
author: sloanster
66

77
ms.author: micahvivion
@@ -13,16 +13,16 @@ ms.custom: mode-other
1313
---
1414

1515
# Accessing call volume level
16-
As a developer you can have control over checking microphone volume in Javascript. This quickstart shows examples of how to do this in the ACS WebJS.
16+
As a developer you can have control over checking microphone volume in JavaScript. This quickstart shows examples of how to accomplish this within the ACS WebJS.
1717

1818
## Prerequisites
19-
[!INCLUDE [Public Preview](../../../includes/public-preview-include-document.md)]
19+
[!INCLUDE [Public Preview](../../includes/public-preview-include-document.md)]
2020

2121
>[!IMPORTANT]
2222
> 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 SDK version or newer when trying this quickstart.
2323
2424
## Checking the audio stream volume
25-
As a developer it can be nice to have the ability to check and display to end users the current microphone volume. ACS calling API exposes this information using `getVolume`. The `getVolume` value is a number ranging from 0 to 100 (with 0 noting zero audio detected, 100 as the max level detectable). This value iss sampled every 200ms to get near realtime value of volume.
25+
As a developer it can be nice to have the ability to check and display to end users the current microphone volume. ACS calling API exposes this information using `getVolume`. The `getVolume` value is a number ranging from 0 to 100 (with 0 noting zero audio detected, 100 as the max level detectable). This value iss sampled every 200 ms to get near real time value of volume.
2626

2727
### Example usage
2828
Sample code to get volume of selected microphone. This example shows how to generate the volume level by accessing `getVolume`.

0 commit comments

Comments
 (0)