onRecorderProgress property

void Function(int currentDuration)? onRecorderProgress
getter/setter pair

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.

  • currentDuration Current recording duration in milliseconds

Implementation

static void Function(int currentDuration)? onRecorderProgress;