We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2f6631 commit 7785ad5Copy full SHA for 7785ad5
common/types.ts
@@ -85,7 +85,6 @@ export const ZoomMeetingSchema = z.object({
85
pstn_password: z.string(),
86
encrypted_password: z.string(),
87
settings: ZoomMeetingSettingsSchema,
88
- supportGoLive: z.boolean(),
89
creation_source: z.string(),
90
pre_schedule: z.boolean(),
91
});
@@ -107,7 +106,6 @@ export const ZoomListMeetingsSchema = z.object({
107
106
agenda: z.string(),
108
created_at: z.string(),
109
join_url: z.string(),
110
111
}),
112
),
113
0 commit comments