delay property

  1. @JsonKey(name: 'delay')
int? delay
final

Deprecated: In scenarios where audio and video are synchronized, you can get the video delay data from networkTransportDelay and jitterBufferDelay in RemoteAudioStats. The video delay (ms).

Implementation

@JsonKey(name: 'delay')
final int? delay;