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

SingleMasterChannelEndpointConfiguration

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

An object that contains the endpoint configuration for the SINGLE_MASTER channel type.

interface SingleMasterChannelEndpointConfiguration {
Protocols?: ChannelProtocol[] | null;
Role?: ChannelRole | null;
}

§Properties

§
Protocols?: ChannelProtocol[] | null
[src]

This property is used to determine the nature of communication over this SINGLE_MASTER signaling channel. If WSS is specified, this API returns a websocket endpoint. If HTTPS is specified, this API returns an HTTPS endpoint.

§
Role?: ChannelRole | null
[src]

This property is used to determine messaging permissions in this SINGLE_MASTER signaling channel. If MASTER is specified, this API returns an endpoint that a client can use to receive offers from and send answers to any of the viewers on this signaling channel. If VIEWER is specified, this API returns an endpoint that a client can use only to send offers to another MASTER client on this signaling channel.