ExStreamClient.Model.IngressSettings (ExStreamClient v0.1.13)
View SourceSchema representing a IngressSettings
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.IngressSettings{ audio_encoding_options: ExStreamClient.Model.IngressAudioEncodingOptions.t() | nil, enabled: boolean(), video_encoding_options: %{ optional(String.t()) => ExStreamClient.Model.IngressVideoEncodingOptions.t() } | nil }