ExStreamClient.Model.FrameRecordingEgressConfig (ExStreamClient v0.1.7)

View Source

Schema representing a FrameRecordingEgressConfig

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

t()

@type t() :: %ExStreamClient.Model.FrameRecordingEgressConfig{
  capture_interval_in_seconds: integer() | nil,
  external_storage: ExStreamClient.Model.ExternalStorage.t() | nil,
  quality: ExStreamClient.Model.Quality.t() | nil,
  storage_name: String.t() | nil
}

Functions

decode(map)

Components could just be enums that are typed - so we need to decode those as enums as they will just be stings

nested_components()