defaultRecorderConfig static method

RecorderConfig defaultRecorderConfig()

Implementation

static RecorderConfig defaultRecorderConfig() {
  return RecorderConfig(
    shouldShowFaceOutline : false,
    isLiveStreaming : false,
    shouldAutoStartRecording : false,
    startDelay : defaultStartDelay,
    blurMode : false,
    shouldSendImmediately : true,
    shouldDisableCameraSwitch : false,
    videoQuality : 0,
    facing : 0,
    maxDuration : 0,
    shouldEnableCoverShot : true,
    shouldConfirmStopRecording : true,
    isPausedMode : true,
    stopRecordingConfirmationDialogConfig : StopRecordingConfirmationDialogConfig(),
  );
}