Add ScreenSharing (#14)

This commit is contained in:
V
2023-06-21 20:52:56 +02:00
committed by GitHub
parent 23c0647e6c
commit 253277984b
10 changed files with 424 additions and 1 deletions

View File

@@ -34,5 +34,8 @@ export const VencordDesktopNative = {
},
win: {
focus: () => invoke<void>(IpcEvents.FOCUS)
},
capturer: {
getLargeThumbnail: (id: string) => invoke<string>(IpcEvents.CAPTURER_GET_LARGE_THUMBNAIL, id)
}
};