Initial commit
This commit is contained in:
7
stores/interfaces/Microphone.ts
Normal file
7
stores/interfaces/Microphone.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
export interface Microphone {
|
||||
microphoneNode: AudioNode | null;
|
||||
microphoneStream: MediaStream | null;
|
||||
label: string;
|
||||
silenceDetected?: string;
|
||||
deviceId?: string;
|
||||
}
|
Reference in New Issue
Block a user