INPUT_OBJECT

ZoomFeatureInputs

Zoom Feature Inputs

link GraphQL Schema definition

  • input ZoomFeatureInputs {
  • # True/false string of cohost enable zoom feature
  • cohost_enable: String
  • # True/false string of breakout rooms enable feature
  • breakout_rooms_enable: String
  • # Cloud/local/none string of cloud recording enable feature
  • cloud_recording_enable: String
  • # True/false string of live captions enable feature
  • live_captions_enable: String
  • # Location string for automatic recording enable feature
  • automatic_recording_enable: String
  • }