Zoom · Schema

MeetingType

Meeting type: 1 - Instant meeting, 2 - Scheduled meeting, 3 - Recurring meeting with no fixed time, 8 - Recurring meeting with a fixed time.

ChatCollaborationCommunicationsMeetingsVideo ConferencingVideosWebinars
View JSON Schema on GitHub

JSON Schema

zoom-meeting-meeting-type-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "MeetingType",
  "type": "integer",
  "description": "Meeting type: 1 - Instant meeting, 2 - Scheduled meeting, 3 - Recurring meeting with no fixed time, 8 - Recurring meeting with a fixed time."
}