Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

StreamSummary

import type { StreamSummary } from "https://aws-api.deno.dev/v0.3/services/ivs.ts?docs=full";

Summary information about a stream.

interface StreamSummary {
channelArn?: string | null;
health?: StreamHealth | null;
startTime?: Date | number | null;
state?: StreamState | null;
streamId?: string | null;
viewerCount?: number | null;
}

§Properties

§
channelArn?: string | null
[src]

Channel ARN for the stream.

§
health?: StreamHealth | null
[src]

The stream’s health.

§
startTime?: Date | number | null
[src]

Time of the stream’s start. This is an ISO 8601 timestamp returned as a string.

§
state?: StreamState | null
[src]

The stream’s state.

§
streamId?: string | null
[src]

Unique identifier for a live or previously live stream in the specified channel.

§
viewerCount?: number | null
[src]

A count of concurrent views of the stream. Typically, a new view appears in viewerCount within 15 seconds of when video playback starts and a view is removed from viewerCount within 1 minute of when video playback ends. A value of -1 indicates that the request timed out; in this case, retry.