Complete list of recording_type returned via Webhooks

Hey @MarkWalsh, thanks for posting and using Zoom!

The recording types can be found here:

  • Shared screen with speaker view : MP4 file with audio and video showing both active speaker view and shared content.
  • Shared screen with gallery view : MP4 file with audio and video showing both gallery view and shared content.
  • Active Speaker : MP4 file with audio and video showing the active speaker view only.
  • Gallery View : MP4 file with audio and video showing the gallery view only.
  • Shared Screen : MP4 file with audio and video showing the shared screen only.
  • Audio only : M4A file with a recording of the audio.
  • Audio transcript : VTT file with a transcript of the audio only.
  • Chat file : Text file with the transcript of in-meeting chat.

When returned from the webhook, they are in lowercase snake case, for example:

shared_screen_with_speaker_view

Thanks,
Tommy