onLocalRecordBegin method

  1. @override
void onLocalRecordBegin(
  1. int code,
  2. String storagePath
)
override

Implementation

@override
void onLocalRecordBegin(int code, String storagePath) {
  liveListener?.recordBeginCallback?.call(code, storagePath);
}