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.3/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]

UTC ISO-8601 formatted timestamp of when the channel went offline. 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]

UTC ISO-8601 formatted timestamp of when the channel went live.

§
streamId?: string | null
[src]

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