onLocalRecording method

  1. @override
void onLocalRecording(
  1. int durationMs,
  2. String storagePath
)
override

Implementation

@override
void onLocalRecording(int durationMs, String storagePath) {
  liveListener?.recordingCallback?.call(durationMs, storagePath);
}