View Source ExNylas.WebhookNotification.Notetaker.MeetingSettings (ExNylas v0.9.0)

Summary

Types

@type t() :: %ExNylas.WebhookNotification.Notetaker.MeetingSettings{
  audio_recording: boolean() | nil,
  transcription: boolean() | nil,
  video_recording: boolean() | nil
}