Skip to content

Commit c9b8bf8

Browse files
committed
Update delay-issue.md
1 parent 9997251 commit c9b8bf8

File tree

1 file changed

+5
-0
lines changed
  • articles/communication-services/resources/troubleshooting/voice-video-calling/audio-issues

1 file changed

+5
-0
lines changed

articles/communication-services/resources/troubleshooting/voice-video-calling/audio-issues/delay-issue.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,11 @@ For the quality of the audio sending end, you can check the metrics `rttInMs`.
4141

4242
For the quality of the receiving end, you can check the metrics `jitterInMs`, `jitterBufferDelayInMs`.
4343

44+
The `rttInMs` has a directly impact on audio delay, as the metric indicates the round trip time of packets.
45+
In `jitterBufferDelayInMs` shows how long the audio samples stay in the jitter buffer.
46+
This value can be affected by various factors, such as late arrival of packets, out-of-order, packet loss, etc.
47+
Normally, it is less than 200ms. Users may experience audio delay if this value is very high.
48+
4449
## How to mitigate or resolve
4550
From the perspective of the ACS Calling SDK, network issues are considered external problems.
4651
To solve network issues, it's often necessary to understand the network topology and the nodes causing the problem.

0 commit comments

Comments
 (0)