(feat): improve tray icon
(qol): update todo
This commit is contained in:
parent
92e5003989
commit
943203eeaf
10 changed files with 205 additions and 15 deletions
|
|
@ -31,6 +31,13 @@ type ElectronDesktopApi = {
|
|||
>;
|
||||
selectScreenShareSource?: (sourceId: string) => Promise<boolean>;
|
||||
};
|
||||
call?: {
|
||||
setStatus?: (status: {
|
||||
inCall: boolean;
|
||||
speaking: boolean;
|
||||
iconDataUrl?: string;
|
||||
}) => Promise<void>;
|
||||
};
|
||||
};
|
||||
|
||||
declare global {
|
||||
|
|
|
|||
Loading…
Reference in a new issue