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

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() :: %Jellyfish.Track{id: id(), metadata: any(), type: type()}

Stores information about the track.

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

Type of the track.