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

MessagingSessionEndpoint

import type { MessagingSessionEndpoint } from "https://aws-api.deno.dev/v0.3/services/chimesdkmessaging.ts?docs=full";

The websocket endpoint used to connect to Amazon Chime SDK messaging.

interface MessagingSessionEndpoint {
Url?: string | null;
}

§Properties

§
Url?: string | null
[src]

The endpoint to which you establish a websocket connection.