Skip to content

Commit 5f39de2

Browse files
Address comments
1 parent 57b2e87 commit 5f39de2

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

articles/communication-services/quickstarts/voice-video-calling/includes/volume-indicator/volume-indicator-android.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.subservice: calling
1313

1414
[!INCLUDE [Public Preview](../../../../includes/public-preview-include-document.md)]
1515

16-
As a developer you can have control over checking microphone volume. This quickstart shows examples of how to accomplish this within the Azure Communication Services Calling SDK.
16+
As a developer you can have control over checking microphone volume. This quickstart shows examples of how to accomplish it within the Azure Communication Services Calling SDK.
1717

1818
## Checking the local audio stream volume
1919
As a developer it can be nice to have the ability to check and display to end users the current local microphone volume level. Azure Communication Services calling API exposes this information using `getVolumeLevel`. The `getVolumeLevel` value is a float number ranging from 0 to 1 (with 0 noting zero audio detected, 100 as the max level detectable, -1 noting a failed operation).

articles/communication-services/quickstarts/voice-video-calling/includes/volume-indicator/volume-indicator-ios.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.subservice: calling
1313

1414
[!INCLUDE [Public Preview](../../../../includes/public-preview-include-document.md)]
1515

16-
As a developer you can have control over checking microphone volume. This quickstart shows examples of how to accomplish this within the Azure Communication Services Calling SDK.
16+
As a developer you can have control over checking microphone volume. This quickstart shows examples of how to accomplish it within the Azure Communication Services Calling SDK.
1717

1818
## Checking the local audio stream volume
1919
As a developer it can be nice to have the ability to check and display to end users the current local microphone volume level. Azure Communication Services calling API exposes this information using `volumeLevel`. The `volumeLevel` value is a float number ranging from 0 to 1 (with 0 noting zero audio detected, 100 as the max level detectable, -1 noting a failed operation).

articles/communication-services/quickstarts/voice-video-calling/includes/volume-indicator/volume-indicator-javascript.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ author: sloanster
66

77
ms.author: micahvivion
88
ms.date: 1/18/2023
9-
ms.topic: quickstart
9+
ms.topic: include
1010
ms.service: azure-communication-services
1111
ms.subservice: calling
1212
ms.custom: mode-other
1313
---
1414

15-
As a developer you can have control over checking microphone volume in JavaScript. This quickstart shows examples of how to accomplish this within the Azure Communication Services WebJS.
15+
As a developer you can have control over checking microphone volume in JavaScript. This quickstart shows examples of how to accomplish it within the Azure Communication Services WebJS.
1616

1717
## Prerequisites
1818
>[!IMPORTANT]
@@ -39,5 +39,5 @@ volumeIndicator.on('levelChanged', ()=>{
3939
})
4040
```
4141

42-
For a more detailed code sample on how to create a UI display to show the local and current incominng audio level please see [here](https://github.com/Azure-Samples/communication-services-web-calling-tutorial/blob/2a3548dd4446fa2e06f5f5b2c2096174500397c9/Project/src/MakeCall/VolumeVisualizer.js).
42+
For a more detailed code sample on how to create a UI display to show the local and current incoming audio level, see [here](https://github.com/Azure-Samples/communication-services-web-calling-tutorial/blob/2a3548dd4446fa2e06f5f5b2c2096174500397c9/Project/src/MakeCall/VolumeVisualizer.js).
4343

articles/communication-services/quickstarts/voice-video-calling/includes/volume-indicator/volume-indicator-windows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.subservice: calling
1313

1414
[!INCLUDE [Public Preview](../../../../includes/public-preview-include-document.md)]
1515

16-
As a developer you can have control over checking microphone volume. This quickstart shows examples of how to accomplish this within the Azure Communication Services Calling SDK.
16+
As a developer you can have control over checking microphone volume. This quickstart shows examples of how to accomplish it within the Azure Communication Services Calling SDK.
1717

1818
## Checking the local audio stream volume
1919
As a developer it can be nice to have the ability to check and display to end users the current local microphone volume level. Azure Communication Services calling API exposes this information using `VolumeLevel`. The `VolumeLevel` value is a float number ranging from 0 to 1 (with 0 noting zero audio detected, 100 as the max level detectable, -1 noting a failed operation).

0 commit comments

Comments
 (0)