fix: huddles not launching reliably
Closes #160 Race condition preventing proper initialization.
This commit is contained in:
Vendored
-1
@@ -19,7 +19,6 @@ declare global {
|
||||
closeHuddle: () => void;
|
||||
};
|
||||
electronHuddle: {
|
||||
onConnect: (callback: (data: { token: string; serverUrl: string }) => void) => () => void;
|
||||
getScreenSources: () => Promise<ScreenSource[]>;
|
||||
};
|
||||
electronAutoplay: {
|
||||
|
||||
Reference in New Issue
Block a user