Options
All
  • Public
  • Public/Protected
  • All
Menu

The RecordingStore class provides recording-related abilities.

Hierarchy

Index

Constructors

constructor

Methods

onInstall

  • onInstall(): void

pauseRecording

  • pauseRecording(): Promise<undefined>
  • Stops recording

    Returns Promise<undefined>

resumeRecording

  • resumeRecording(): Promise<undefined>
  • Stops recording

    Returns Promise<undefined>

startRecording

  • Starts recording

    Parameters

    Returns Promise<undefined>

stopRecording

  • stopRecording(): Promise<undefined>
  • Stops recording

    Returns Promise<undefined>