isRecording abstract method

Future<bool> isRecording()

Get whether recording is taking place.

Available since: 1.0.0 Description: Get whether the SDK is recording at the current moment. Use case: When developers need to obtain and detect the recording status at a certain moment, they can call this API to obtain the recording status. When to call: Called at any time after init. Caution: None. Restrictions: None.

  • Returns The return value whether is recording

Implementation

Future<bool> isRecording();