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

StreamSessionSummary

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

Summary information about a stream session.

interface StreamSessionSummary {
endTime?: Date | number | null;
hasErrorEvent?: boolean | null;
startTime?: Date | number | null;
streamId?: string | null;
}

§Properties

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

Time when the channel went offline. This is an ISO 8601 timestamp; note that this is returned as a string. For live streams, this is NULL.

§
hasErrorEvent?: boolean | null
[src]

If true, this stream encountered a quota breach or failure.

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

Time when the channel went live. This is an ISO 8601 timestamp; note that this is returned as a string.

§
streamId?: string | null
[src]

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