Skip to content

Commit ff6d0fc

Browse files
committed
Acrolinx suggestions
1 parent 7e7ea74 commit ff6d0fc

File tree

5 files changed

+39
-39
lines changed

5 files changed

+39
-39
lines changed

articles/communication-services/quickstarts/voice-video-calling/get-started-pre-call-diagnostics.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,29 +5,29 @@ description: In this quickstart, you'll learn how to add pre call diagnostics ca
55
author: yassirbisteni
66

77
ms.author: ybisteni
8-
ms.date: 22/11/2024
8+
ms.date: 12/12/2024
99
ms.topic: quickstart
1010
ms.service: azure-communication-services
1111
ms.subservice: calling
1212
zone_pivot_groups: acs-plat-web-windows-android-ios
1313
ms.custom: mode-other, devx-track-js
1414
---
1515

16-
# Quickstart: Add pree call diagnostics to your app
16+
# Quickstart: Add precall diagnostics to your app
1717
::: zone pivot="platform-web"
18-
[!INCLUDE [Pre call diagnostics with JavaScript](./includes/pre-call-diagnostics/pre-call-diagnostics-javascript.md)]
18+
[!INCLUDE [Precall diagnostics with JavaScript](./includes/pre-call-diagnostics/pre-call-diagnostics-javascript.md)]
1919
::: zone-end
2020

2121
::: zone pivot="platform-windows"
22-
[!INCLUDE [Pre call diagnostics with Windows](./includes/pre-call-diagnostics/pre-call-diagnostics-windows.md)]
22+
[!INCLUDE [Precall diagnostics with Windows](./includes/pre-call-diagnostics/pre-call-diagnostics-windows.md)]
2323
::: zone-end
2424

2525
::: zone pivot="platform-android"
26-
[!INCLUDE [Pre call diagnostics with Android](./includes/pre-call-diagnostics/pre-call-diagnostics-android.md)]
26+
[!INCLUDE [Precall diagnostics with Android](./includes/pre-call-diagnostics/pre-call-diagnostics-android.md)]
2727
::: zone-end
2828

2929
::: zone pivot="platform-ios"
30-
[!INCLUDE [Pre call diagnostics with iOS](./includes/pre-call-diagnostics/pre-call-diagnostics-ios.md)]
30+
[!INCLUDE [Precall diagnostics with iOS](./includes/pre-call-diagnostics/pre-call-diagnostics-ios.md)]
3131
::: zone-end
3232

3333
## Next steps

articles/communication-services/quickstarts/voice-video-calling/includes/pre-call-diagnostics/pre-call-diagnostics-android.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
---
2-
title: Azure Communication Services pre-call diagnostics
2+
title: Azure Communication Services precall diagnostics
33
titleSuffix: An Azure Communication Services concept document
4-
description: Overview of the pre-call diagnostic API feature.
4+
description: Overview of the precall diagnostic API feature.
55
author: yassirbisteni
66
manager: bobgao
77
services: azure-communication-services
88
ms.author: yassirb
9-
ms.date: 22/11/2024
9+
ms.date: 12/12/2024
1010
ms.topic: conceptual
1111
ms.service: azure-communication-services
1212
---
1313

14-
# Pre-Call diagnostics
14+
# Precall diagnostics
1515

1616
[!INCLUDE [Public Preview Disclaimer](../../../../includes/public-preview-include.md)]
1717

18-
The pre-call API feature allows developers to programmatically validate a client’s readiness to join an Azure Communication Services call. You can only access pre-call features using the Calling SDK. The pre-call diagnostic feature provides multiple diagnostics including device, connection, and call quality. Provide us with [feedback](../../support.md) about which platforms you want to see pre-call diagnostics enabled.
18+
The precall API feature allows developers to programmatically validate a client’s readiness to join an Azure Communication Services call. You can only access precall features using the Calling SDK. The precall diagnostic feature provides multiple diagnostics including device, connection, and call quality. Provide us with [feedback](../../support.md) about which platforms you want to see precall diagnostics enabled.
1919

20-
## Pre-Call diagnostics access
20+
## Precall diagnostics access
2121

22-
To access pre-call diagnostics, you need to initialize a `CallClient`, and provision an Azure Communication Services access token. Then you can access the `PreCallDiagnostics` feature and the `startTest` method.
22+
To access precall diagnostics, you need to initialize a `CallClient`, and provision an Azure Communication Services access token. Then you can access the `PreCallDiagnostics` feature and the `startTest` method.
2323

2424
```java
2525
String acsToken = "";
@@ -78,7 +78,7 @@ List<DevicePermissionType> permissionList = preCallDiagnosticsFeature.getDeviceP
7878

7979
## Pricing
8080

81-
When the pre-call diagnostic test runs behind the scenes, it uses calling minutes to run the diagnostic. The test lasts for roughly 30 seconds, using up 30 seconds of calling time which is charged at the standard rate of $0.004 per participant per minute. For the case of pre-call diagnostics, the charge is for 1 participant x 30 seconds = $0.002.
81+
When the precall diagnostic test runs behind the scenes, it uses calling minutes to run the diagnostic. The test lasts for roughly 30 seconds, using up 30 seconds of calling time which is charged at the standard rate of $0.004 per participant per minute. For the case of precall diagnostics, the charge is for 1 participant x 30 seconds = $0.002.
8282

8383
## Next steps
8484

articles/communication-services/quickstarts/voice-video-calling/includes/pre-call-diagnostics/pre-call-diagnostics-ios.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
---
2-
title: Azure Communication Services pre-call diagnostics
2+
title: Azure Communication Services precall diagnostics
33
titleSuffix: An Azure Communication Services concept document
4-
description: Overview of the pre-call diagnostic API feature.
4+
description: Overview of the precall diagnostic API feature.
55
author: yassirbisteni
66
manager: bobgao
77
services: azure-communication-services
88
ms.author: yassirb
9-
ms.date: 22/11/2024
9+
ms.date: 12/12/2024
1010
ms.topic: conceptual
1111
ms.service: azure-communication-services
1212
---
1313

14-
# Pre-Call diagnostics
14+
# Precall diagnostics
1515

1616
[!INCLUDE [Public Preview Disclaimer](../../../../includes/public-preview-include.md)]
1717

18-
The pre-call API feature allows developers to programmatically validate a client’s readiness to join an Azure Communication Services call. You can only access pre-call features using the Calling SDK. The pre-call diagnostic feature provides multiple diagnostics including device, connection, and call quality. Provide us with [feedback](../../support.md) about which platforms you want to see pre-call diagnostics enabled.
18+
The precall API feature allows developers to programmatically validate a client’s readiness to join an Azure Communication Services call. You can only access precall features using the Calling SDK. The precall diagnostic feature provides multiple diagnostics including device, connection, and call quality. Provide us with [feedback](../../support.md) about which platforms you want to see precall diagnostics enabled.
1919

20-
## Pre-Call diagnostics access
20+
## Precall diagnostics access
2121

22-
To access pre-call diagnostics, you need to initialize a `CallClient`, and provision an Azure Communication Services access token. Then you can access the `PreCallDiagnostics` feature and the `startTest` method.
22+
To access precall diagnostics, you need to initialize a `CallClient`, and provision an Azure Communication Services access token. Then you can access the `PreCallDiagnostics` feature and the `startTest` method.
2323

2424
```swift
2525
let acsToken: String;
@@ -103,7 +103,7 @@ let permissionList = preCallDiagnosticsFeature?.devicePermissions()
103103

104104
## Pricing
105105

106-
When the pre-call diagnostic test runs behind the scenes, it uses calling minutes to run the diagnostic. The test lasts for roughly 30 seconds, using up 30 seconds of calling time which is charged at the standard rate of $0.004 per participant per minute. For the case of pre-call diagnostics, the charge is for 1 participant x 30 seconds = $0.002.
106+
When the precall diagnostic test runs behind the scenes, it uses calling minutes to run the diagnostic. The test lasts for roughly 30 seconds, using up 30 seconds of calling time which is charged at the standard rate of $0.004 per participant per minute. For the case of precall diagnostics, the charge is for 1 participant x 30 seconds = $0.002.
107107

108108
## Next steps
109109

articles/communication-services/quickstarts/voice-video-calling/includes/pre-call-diagnostics/pre-call-diagnostics-javascript.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
title: Azure Communication Services pre-call diagnostics
2+
title: Azure Communication Services precall diagnostics
33
titleSuffix: An Azure Communication Services concept document
4-
description: Overview of the pre-call diagnostic API feature.
4+
description: Overview of the precall diagnostic API feature.
55
author: tophpalmer
66
manager: chpalm
77
services: azure-communication-services
88
ms.author: chpalm
9-
ms.date: 22/11/2024
9+
ms.date: 12/12/2024
1010
ms.topic: conceptual
1111
ms.service: azure-communication-services
1212
---
@@ -15,7 +15,7 @@ ms.service: azure-communication-services
1515

1616
[!INCLUDE [Public Preview Disclaimer](../../../../includes/public-preview-include.md)]
1717

18-
The pre-call API feature enables developers to programmatically validate a client’s readiness to join an Azure Communication Services call. You can only access pre-call features using the Calling SDK. The pre-call diagnostic feature provides multiple diagnostics including device, connection, and call quality. Provide us with [feedback](../../support.md) about which platforms you want to see pre-call diagnostics enabled.
18+
The precall API feature enables developers to programmatically validate a client’s readiness to join an Azure Communication Services call. You can only access precall features using the Calling SDK. The precall diagnostic feature provides multiple diagnostics including device, connection, and call quality. Provide us with [feedback](../../support.md) about which platforms you want to see precall diagnostics enabled.
1919

2020
## Prerequisites
2121

@@ -30,12 +30,12 @@ The pre-call API feature enables developers to programmatically validate a clien
3030

3131
For more information, see [Use Azure CLI to Create and Manage Access Tokens](../../quickstarts/identity/access-tokens.md?pivots=platform-azcli).
3232

33-
## Accessing pre-call diagnostics
33+
## Accessing precall diagnostics
3434

3535
>[!IMPORTANT]
3636
>Pre-call diagnostics are available starting with version [1.9.1-beta.1](https://www.npmjs.com/package/@azure/communication-calling/v/1.9.1-beta.1) of the Calling SDK. Make sure to use that version or higher when following these instructions.
3737
38-
To Access pre-call diagnostics, you need to initialize a `callClient`, and provision an Azure Communication Services access token. There you can access the `PreCallDiagnostics` feature and the `startTest` method.
38+
To Access precall diagnostics, you need to initialize a `callClient`, and provision an Azure Communication Services access token. There you can access the `PreCallDiagnostics` feature and the `startTest` method.
3939

4040
```javascript
4141
import { CallClient, Features} from "@azure/communication-calling";
@@ -124,7 +124,7 @@ If devices aren't available, the user shouldn't continue into joining a call. Ra
124124

125125
Performs a quick call to check in-call metrics for audio and video and provides results back. Includes connectivity (`connected`, boolean), bandwidth quality (`bandWidth`, `'Bad' | 'Average' | 'Good'`) and call diagnostics for audio and video (`diagnostics`). Provided diagnostic categories include `jitter`, `packetLoss`, and `rtt` and results are generated using a simple quality grade (`'Bad' | 'Average' | 'Good'`).
126126

127-
InCall diagnostics uses [Media quality statistics](./media-quality-sdk.md) to calculate quality scores and diagnose issues. During the pre-call diagnostic, the full set of media quality statistics are available for consumption. These statistics include raw values across video and audio metrics that you can use programatically.
127+
InCall diagnostics uses [Media quality statistics](./media-quality-sdk.md) to calculate quality scores and diagnose issues. During the precall diagnostic, the full set of media quality statistics are available for consumption. These statistics include raw values across video and audio metrics that you can use programatically.
128128

129129
The InCall diagnostic provides a convenience layer on top of media quality statistics to consume the results without the need to process all the raw data. For more information including instructions to access, see [Media quality statistics for an ongoing call](./media-quality-sdk.md#media-quality-statistics-for-an-ongoing-call).
130130

@@ -148,7 +148,7 @@ At this step, there are multiple possible failure points. The values provided by
148148

149149
## Pricing
150150

151-
When the pre-call diagnostic test runs behind the scenes, it uses calling minutes to run the diagnostic. The test lasts for roughly 30 seconds, using up 30 seconds of calling time which is charged at the standard rate of $0.004 per participant per minute. For the case of pre-call diagnostics, the charge is for 1 participant x 30 seconds = $0.002.
151+
When the precall diagnostic test runs behind the scenes, it uses calling minutes to run the diagnostic. The test lasts for roughly 30 seconds, using up 30 seconds of calling time which is charged at the standard rate of $0.004 per participant per minute. For the case of precall diagnostics, the charge is for 1 participant x 30 seconds = $0.002.
152152

153153
## Next steps
154154

articles/communication-services/quickstarts/voice-video-calling/includes/pre-call-diagnostics/pre-call-diagnostics-windows.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
---
2-
title: Azure Communication Services pre-call diagnostics
2+
title: Azure Communication Services precall diagnostics
33
titleSuffix: An Azure Communication Services concept document
4-
description: Overview of the pre-call diagnostic API feature.
4+
description: Overview of the precall diagnostic API feature.
55
author: yassirbisteni
66
manager: bobgao
77
services: azure-communication-services
88
ms.author: yassirb
9-
ms.date: 22/11/2024
9+
ms.date: 12/12/2024
1010
ms.topic: conceptual
1111
ms.service: azure-communication-services
1212
---
1313

14-
# Pre-Call diagnostics
14+
# Precall diagnostics
1515

1616
[!INCLUDE [Public Preview Disclaimer](../../../../includes/public-preview-include.md)]
1717

18-
The pre-call API feature allows developers to programmatically validate a client’s readiness to join an Azure Communication Services call. You can only access pre-call features using the Calling SDK. The pre-call diagnostic feature provides multiple diagnostics including device, connection, and call quality. Provide us with [feedback](../../support.md) about which platforms you want to see pre-call diagnostics enabled.
18+
The precall API feature allows developers to programmatically validate a client’s readiness to join an Azure Communication Services call. You can only access precall features using the Calling SDK. The precall diagnostic feature provides multiple diagnostics including device, connection, and call quality. Provide us with [feedback](../../support.md) about which platforms you want to see precall diagnostics enabled.
1919

20-
## Pre-Call diagnostics access
20+
## Precall diagnostics access
2121

22-
To access pre-call diagnostics, you need to initialize a `CallClient`, and provision an Azure Communication Services access token. Then you can access the `PreCallDiagnostics` feature and the `startTest` method.
22+
To access precall diagnostics, you need to initialize a `CallClient`, and provision an Azure Communication Services access token. Then you can access the `PreCallDiagnostics` feature and the `startTest` method.
2323

2424
```c#
2525
string acsToken = "";
@@ -41,7 +41,7 @@ Once it finishes running, developers can access the result object.
4141

4242
## Diagnostic results
4343

44-
Pre-call diagnostics return a full diagnostic of the device including details like availability and compatibility, call quality statistics, and in-call diagnostics. The results are returned as a `PreCallDiagnosticsReadyEvent` object.
44+
Precall diagnostics return a full diagnostic of the device including details like availability and compatibility, call quality statistics, and in-call diagnostics. The results are returned as a `PreCallDiagnosticsReadyEvent` object.
4545

4646
```c#
4747
private void DiagnosticsReady(object sender, PreCallDiagnosticsReadyEventArgs args)
@@ -79,7 +79,7 @@ var permissionList = preCallDiagnosticsFeature.DevicePermissions;
7979

8080
## Pricing
8181

82-
When the pre-call diagnostic test runs behind the scenes, it uses calling minutes to run the diagnostic. The test lasts for roughly 30 seconds, using up 30 seconds of calling time which is charged at the standard rate of $0.004 per participant per minute. For the case of pre-call diagnostics, the charge is for 1 participant x 30 seconds = $0.002.
82+
When the precall diagnostic test runs behind the scenes, it uses calling minutes to run the diagnostic. The test lasts for roughly 30 seconds, using up 30 seconds of calling time which is charged at the standard rate of $0.004 per participant per minute. For the case of precall diagnostics, the charge is for 1 participant x 30 seconds = $0.002.
8383

8484
## Next steps
8585

0 commit comments

Comments
 (0)