Skip to content

ZoomFeatureInputs

Zoom Feature Inputs

Fields

cohost_enable · String · True/false string of cohost enable zoom feature
breakout_rooms_enable · String · True/false string of breakout rooms enable feature
cloud_recording_enable · String · Cloud/local/none string of cloud recording enable feature
live_captions_enable · String · True/false string of live captions enable feature
automatic_recording_enable · String · Location string for automatic recording enable feature

Used By

Definition

"""
Zoom Feature Inputs
"""
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
}