Fixes storybook for AudioCapture
This commit is contained in:
parent
99c95794af
commit
b5947e0ef1
7 changed files with 27 additions and 21 deletions
14
ts/types/AudioRecorder.ts
Normal file
14
ts/types/AudioRecorder.ts
Normal file
|
@ -0,0 +1,14 @@
|
|||
// Copyright 2023 Signal Messenger, LLC
|
||||
// SPDX-License-Identifier: AGPL-3.0-only
|
||||
|
||||
export enum ErrorDialogAudioRecorderType {
|
||||
Blur,
|
||||
ErrorRecording,
|
||||
Timeout,
|
||||
}
|
||||
|
||||
export enum RecordingState {
|
||||
Recording = 'recording',
|
||||
Initializing = 'initializing',
|
||||
Idle = 'idle',
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue