fix: resolve selected Windows microphone
This commit is contained in:
@@ -20,6 +20,7 @@ export type NativeWindowsRecordingRequest = {
|
||||
microphone: {
|
||||
enabled: boolean;
|
||||
deviceId?: string;
|
||||
deviceName?: string;
|
||||
gain: number;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user