(qol): format
This commit is contained in:
parent
4445852c42
commit
a82ee292ce
11 changed files with 171 additions and 69 deletions
|
|
@ -26,7 +26,9 @@ type ElectronDesktopApi = {
|
|||
media?: {
|
||||
getScreenShareCapabilities?: () => Promise<DesktopScreenShareCapabilities>;
|
||||
listScreenShareSources?: () => Promise<DesktopScreenShareSource[]>;
|
||||
listScreenShareAudioOutputs?: () => Promise<DesktopScreenShareAudioOutput[]>;
|
||||
listScreenShareAudioOutputs?: () => Promise<
|
||||
DesktopScreenShareAudioOutput[]
|
||||
>;
|
||||
selectScreenShareSource?: (sourceId: string) => Promise<boolean>;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue