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

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

Priority

The Track's priority can be "low", "standard", or "high".

Type:
  • string

SID

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

Type:
  • string