isVoiceRecordingActive
Checks whether the voice recording is still ongoing.
Description
vcc.isVoiceRecordingActive(): boolean
Related functions:
Parameters
none
Return values
Returns true if the voice recording is active, and false otherwise.
Example
const isRecording = vcc.isVoiceRecordingActive();
Comments
Can’t find what you need? Use the comment section below to connect with others, get answers from our experts, or share your ideas with us.
There are no comments yet.