Class StreamsLiveResponse

Export

StreamsLiveResponse

Hierarchy (view full)

Constructors

Properties

Memberof

StreamsLiveResponse

createdAt?: Date

Creation timestamp, returned as UTC expressed in ISO 8601 format: YYYY-MM-DDThh:mm:ssZ

Memberof

StreamsResponse

description?: string

The description of the stream

Memberof

StreamsResponse

Memberof

StreamsLiveResponse

id?: string

The identifier of the stream

Memberof

StreamsResponse

The life cycle of the stream

Memberof

StreamsLiveResponse

posterUrl?: string

Poster URL

Memberof

StreamsLiveResponse

streamKey?: string

The streamKey of the stream

Memberof

StreamsLiveResponse

Memberof

StreamsLiveResponse

title?: string

The title of the stream

Memberof

StreamsResponse

Stream trimming information

Memberof

StreamsLiveResponse

type: StreamsType = StreamsType.LIVE

Discriminator property for StreamsResponse

Memberof

StreamsLiveResponse

_discriminatorMapping: {
    LIVE: string;
    VIDEO: string;
} = ...

Type declaration

  • LIVE: string
  • VIDEO: string
_discriminatorName: "type" = 'type'