fix: Microphone should still work after a view change (#1835)
- Closes #1810
This commit is contained in:
@@ -285,6 +285,14 @@ export interface KeysState {
|
||||
meta: boolean;
|
||||
};
|
||||
}
|
||||
|
||||
export interface MicrophoneState {
|
||||
stream?: MediaStream | null;
|
||||
connected: boolean;
|
||||
muted: boolean;
|
||||
forbidden: boolean;
|
||||
}
|
||||
|
||||
interface TaggedAutomation extends Automation {
|
||||
tag?: unknown;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user