Enumeration StreamStatus

Status of the stream.

Enumeration Members

NOT_STARTED: "not-started"

The stream has not started yet.

STREAMING: "streaming"

The stream has started and not been paused or ended yet.

PAUSED: "paused"

The stream is paused.

CANCELLED: "cancelled"

The stream has been cancelled.

ENDED: "ended"

The stream has ended.

Generated using TypeDoc