e2eDelay property

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

End-to-end video latency (ms). That is, the time elapsed from the video capturing on the remote user's end to the receiving and rendering of the video on the local user's end.

Implementation

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