Skip to content

Commit 921916a

Browse files
committed
edit pass: media-quality-sdk
1 parent 51eabe5 commit 921916a

File tree

5 files changed

+5
-11
lines changed

5 files changed

+5
-11
lines changed

articles/communication-services/concepts/voice-video-calling/includes/media-stats/media-stats-android.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ ms.subservice: calling
1414

1515
## Media quality statistics for an ongoing call
1616

17-
[!INCLUDE [public-preview-notes](../../../../includes/public-preview-include.md)]
18-
1917
Media quality statistics is an extended feature of the core `Call` API. You first need to obtain the `MediaStatsCallFeature` API object:
2018

2119
```java

articles/communication-services/concepts/voice-video-calling/includes/media-stats/media-stats-ios.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ ms.subservice: calling
1414

1515
## Media quality statistics for an ongoing call
1616

17-
[!INCLUDE [public-preview-notes](../../../../includes/public-preview-include.md)]
18-
1917
Media quality statistics is an extended feature of the core `Call` API. You first need to obtain the `mediaStatsCallFeature` API object:
2018

2119
```swift

articles/communication-services/concepts/voice-video-calling/includes/media-stats/media-stats-web.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,8 @@ ms.subservice: calling
1414

1515
## Media quality statistics for an ongoing call
1616

17-
[!INCLUDE [public-preview-notes](../../../../includes/public-preview-include.md)]
18-
1917
> [!IMPORTANT]
20-
> There's an API breaking change on `MediaStats` in the SDK, beginning with version 1.8.0-beta.1.
18+
> There's an API breaking change on media quality statistics in the SDK, beginning with version 1.8.0-beta.1.
2119
2220
Media quality statistics is an extended feature of the core `Call` API. You first need to obtain the `mediaStatsFeature` API object:
2321

@@ -83,7 +81,7 @@ We removed the `disposeAllCollectors` method. The collectors will be reclaimed w
8381

8482
If you want to collect the data for offline inspection, we recommend that you collect the data and send it to your pipeline ingestion after your call ends. If you transmit the data during a call, it could use internet bandwidth that's needed to continue an Azure Communication Services call (especially when available bandwidth is low).
8583

86-
## MediaStats metrics for SDK version 1.8.0 or later
84+
## Media quality statistics metrics for SDK version 1.8.0 or later
8785

8886
The bandwidth metrics have changes to `availableBitrate` in audio send and video send metrics.
8987

articles/communication-services/concepts/voice-video-calling/includes/media-stats/media-stats-windows.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Azure Communication Services media quality statistics (Windows)
3-
titleSuffix: An Azure Communication Services concept document
3+
titleSuffix: An Azure Communication Services concept article
44
description: Get usage samples of the media quality statistics feature for Windows native.
55
author: jsaurezle-msft
66
ms.author: jsaurezlee
@@ -14,8 +14,6 @@ ms.subservice: calling
1414

1515
## Media quality statistics for an ongoing call
1616

17-
[!INCLUDE [public-preview-notes](../../../../includes/public-preview-include.md)]
18-
1917
Media quality statistics is an extended feature of the core `CommunicationCall` API. You first need to obtain the `MediaStatsCallFeature` API object:
2018

2119
```csharp

articles/communication-services/concepts/voice-video-calling/media-quality-sdk.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ zone_pivot_groups: acs-plat-web-ios-android-windows
1818

1919
To help you understand media quality in VoIP and video calls that use Azure Communication Services, there's a feature called *media quality statistics*. Use it to examine the low-level audio, video, and screen-sharing quality metrics for incoming and outgoing call metrics.
2020

21+
[!INCLUDE [public-preview-notes](../../../../includes/public-preview-include.md)]
22+
2123
::: zone pivot="platform-web"
2224
[!INCLUDE [Media Stats for Web](./includes/media-stats/media-stats-web.md)]
2325
::: zone-end

0 commit comments

Comments
 (0)