OBJECT

ZoomAppointment

Zoom meeting retrieved from Zoom API

link GraphQL Schema definition

  • type ZoomAppointment {
  • # The total number of minutes attended by the meeting's host and participants
  • duration: Int
  • # End time of meeting
  • end_time: String
  • # The unique identifier of the zoom appointment
  • id: ID
  • # The number of meeting participants
  • participants_count: Int
  • # Start time of meeting
  • start_time: String
  • # The meeting's duration, in minutes
  • total_minutes: Int
  • }