onRecorderProgress property
Recording progress notification.
Available since: 1.0.0 Description: When recording has started, the SDK will call back progress notifications every 500ms. Use case: Used by developers to update the UI. Caution: None.
currentDurationCurrent recording duration in milliseconds
Implementation
static void Function(int currentDuration)? onRecorderProgress;