stopRecording abstract method

Future<void> stopRecording()

Stops recording the local audio and video After calling startRecording , if you want to stop the recording, you must call this method; otherwise, the generated recording files may not be playable.

return 0(ERR_OK): Success. < 0: Failure: -7(ERR_NOT_INITIALIZED): This method is called before the initialization of RtcEngine .

Implementation

Future<void> stopRecording();