Schema representing a CallType
Summary
Functions
Components could just be enums that are typed - so we need to decode those as enums as they will just be stings
Types
@type t() :: %ExStreamClient.Model.CallType{ app: integer(), created_at: DateTime.t() | integer() | String.t(), id: integer(), name: String.t(), notification_settings: ExStreamClient.Model.NotificationSettings.t() | nil, recording_external_storage: String.t(), settings: ExStreamClient.Model.CallSettings.t() | nil, updated_at: DateTime.t() | integer() | String.t() }