View Source Fishjam.Track (Fishjam Server SDK v0.6.0)
Defines Fishjam.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.