You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/communication-services/resources/troubleshooting/voice-video-calling/audio-issues/delay-issue.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ author: enricohuang
6
6
ms.author: enricohuang
7
7
8
8
services: azure-communication-services
9
-
ms.date: 02/24/2024
9
+
ms.date: 04/10/2024
10
10
ms.topic: troubleshooting
11
11
ms.service: azure-communication-services
12
12
ms.subservice: calling
@@ -28,15 +28,14 @@ Depending on network conditions, the length of the jitter buffer delay can vary.
28
28
The jitter buffer delay refers to the amount of time that audio samples stay in the jitter buffer.
29
29
A high jitter buffer delay can cause audio delays that are noticeable to the user.
30
30
31
-
## How to detect
32
-
### SDK
33
-
Through [User Facing Diagnostics Feature](../../../../concepts/voice-video-calling/user-facing-diagnostics.md), the application can register a listener callback to detect the network condition changes.
31
+
## How to detect using the SDK
32
+
You can use the [User Facing Diagnostics API](../../../../concepts/voice-video-calling/user-facing-diagnostics.md) to detect the network condition changes.
34
33
35
34
For the network quality of the audio sending end, you can check events with the values of `networkSendQuality`.
36
35
37
36
For the network quality of the receiving end, you can check events with the values of `networkReceiveQuality`.
38
37
39
-
In addition, the [MediaStats Feature](../../../../concepts/voice-video-calling/media-quality-sdk.md)also provides a way to monitor the network and audio quality.
38
+
In addition, you can use the [Media Stats API](../../../../concepts/voice-video-calling/media-quality-sdk.md)as a method to monitor and track real time the network performance from the Web client.
40
39
41
40
For the quality of the audio sending end, you can check the metrics `rttInMs`.
0 commit comments