Class: Track

Track

A Track represents a stream of audio, video, or data.


Properties:
Name Type Description
kind Track.Kind

The Track's kind

name string

The Track's name

Extends

  • EventEmitter

Members


id

The Track's ID.

Properties:
Type Description
Track.ID

Type Definitions


ID

The Track ID is a string identifier for the Track.

Type:
  • string

Kind

The Track kind is either "audio", "video", or "data".

Type:
  • string

SID

The Track SID is a unique string identifier for the Track that is published to a Room.

Type:
  • string