e2eDelay property

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

End-to-end audio delay (in milliseconds), which refers to the time from when the audio is captured by the remote user to when it is played by the local user.

Implementation

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