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

SingleMasterConfiguration

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

A structure that contains the configuration for the SINGLE_MASTER channel type.

interface SingleMasterConfiguration {
MessageTtlSeconds?: number | null;
}

§Properties

§
MessageTtlSeconds?: number | null
[src]

The period of time a signaling channel retains undelivered messages before they are discarded.