releaseRecorder abstract method

Future<void> releaseRecorder()

Releases the MediaRecorder object. This method releases the RtcEngine object and all the other resources used by MediaRecorder . After calling this method, if you want to enable the recording again, you must call getMediaRecorder to get the MediaRecorder first.

Implementation

Future<void> releaseRecorder();