View Source Jellyfish.Component.Recording (Jellyfish Server SDK v0.5.1)

Options for the recording component.

For the description of these options refer to Jellyfish documentation.

Summary

Types

@type t() :: %Jellyfish.Component.Recording{
  credentials: Jellyfish.Component.HLS.credentials() | nil,
  path_prefix: Path.t() | nil,
  subscribe_mode: :manual | :auto
}