View Source Jellyfish.Component (Jellyfish Server SDK v0.2.0)
Defines Jellyfish.Component.t/0
.
Component is a server-side entity that can publish, subscribe to and process tracks. For more information refer to Jellyfish documentation.
Summary
Types
@type id() :: String.t()
Id of the component, unique within the room.
@type options() :: Jellyfish.Component.HLS.t() | Jellyfish.Component.RTSP.t()
Component-specific options.
Stores information about the component.
@type type() :: Jellyfish.Component.HLS | Jellyfish.Component.RTSP
Type of the component.