Type alias RecordPluginEvents

RecordPluginEvents: {
    startRecording: [];
    stopRecording: [];
}

Type declaration

  • startRecording: []
  • stopRecording: []

Generated using TypeDoc