startRecordingConsentFlow method

void startRecordingConsentFlow()

Implementation

void startRecordingConsentFlow() {
  if (isRecording) {
    stopRecording();
  } else {
    checkSessionStatus();
  }
}