View Source Jellyfish.Track (Jellyfish Server SDK v0.5.1)
Defines Jellyfish.Track.t/0
.
It represents a single media track, either audio or video.
Summary
Types
@type id() :: String.t()
Id of the track, unique within the room.
Stores information about the track.
@type type() :: :audio | :video
Type of the track.