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

CreateStreamKeyResponse

import type { CreateStreamKeyResponse } from "https://aws-api.deno.dev/v0.3/services/ivs.ts?docs=full";
interface CreateStreamKeyResponse {
streamKey?: StreamKey | null;
}

§Properties

§
streamKey?: StreamKey | null
[src]

Stream key used to authenticate an RTMPS stream for ingestion.