option to join meeting and take notes

This commit is contained in:
Arjun 2026-04-25 21:44:40 +05:30
parent d363363b70
commit 0107dc5dbf
7 changed files with 84 additions and 36 deletions

View file

@ -302,6 +302,9 @@ const ipcSchemas = {
req: z.object({
// Pass the raw calendar event JSON through; renderer adapts to its existing flow.
event: z.unknown(),
// When true, the renderer should also open the meeting URL (Zoom/Meet/etc.)
// in addition to triggering the take-notes flow.
openMeeting: z.boolean().optional(),
}),
res: z.null(),
},