aecEstimatedDelay property

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

Acoustic echo cancellation (AEC) module estimated delay (ms), which is the signal delay between when audio is played locally before being locally captured.

Implementation

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