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

PutMetadataRequest

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

§Properties

§
channelArn: string
[src]

ARN of the channel into which metadata is inserted. This channel must have an active stream.

§
metadata: string
[src]

Metadata to insert into the stream. Maximum: 1 KB per request.