register app automaticaly

This commit is contained in:
Arjun 2026-03-28 16:08:57 +05:30
parent d30cb88651
commit 126e147afa
5 changed files with 24 additions and 18 deletions

View file

@ -505,6 +505,7 @@ const ipcSchemas = {
req: z.null(),
res: z.object({
granted: z.boolean(),
status: z.string(),
}),
},
'meeting:openScreenRecordingSettings': {