Click or drag to resize

AudioDetailsAverageRemoteJitterMilliseconds Property

The average jitter buffer size (in milliseconds) the remote end is experiencing on the transmitted RTP stream.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public int AverageRemoteJitterMilliseconds { get; }

Property Value

Type: Int32
Remarks
In VoIP, a jitter buffer is a shared data area where voice packets can be collected, stored, and sent to the voice processor in evenly spaced intervals. Variations in packet arrival time, called jitter, can occur because of network congestion, timing drift, or route changes.The jitter buffer, which is located at the receiving end of the voice connection, intentionally delays the arriving packets so that the end user experiences a clear connection with very little sound distortion.
See Also