jitterBufferDelay property

  1. @JsonKey(name: 'jitterBufferDelay')
int jitterBufferDelay
getter/setter pair
  • Field description: playback delay (ms)
  • In order to avoid audio/video lags caused by network jitters and network packet disorders,
  • TRTC maintains a playback buffer on the playback side to organize the received network data packets.
  • The size of the buffer is adaptively adjusted according to the current network quality and converted to the length of time in milliseconds, i.e., jitterBufferDelay .

Implementation

@JsonKey(name: 'jitterBufferDelay')
int jitterBufferDelay;