ZoomRecordingTypeEnum
Types of Zoom recordings
Used By
Definition
"""Types of Zoom recordings"""enum ZoomRecordingTypeEnum { """ Recording with shared screen and speaker view """ shared_screen_with_speaker_view
""" Recording with shared screen and gallery view """ shared_screen_with_gallery_view
""" Recording with only speaker view """ speaker_view
""" Recording with only gallery view """ gallery_view
""" Recording with only shared screen """ shared_screen
""" Audio-only recording """ audio_only
""" Recording focused on the active speaker """ active_speaker
""" a transcript-only recording """ audio_transcript}