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

Id of the track, unique within the room.

t()

Stores information about the track.

Type of the track.

Types

@type id() :: String.t()

Id of the track, unique within the room.

@type t() :: %Fishjam.Track{id: id(), metadata: any(), type: type()}

Stores information about the track.

@type type() :: :audio | :video

Type of the track.