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

Websocket

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

The websocket for the participant's connection.

interface Websocket {
ConnectionExpiry?: string | null;
Url?: string | null;
}

§Properties

§
ConnectionExpiry?: string | null
[src]

The URL expiration timestamp in ISO date format.

It's specified in ISO 8601 format: yyyy-MM-ddThh:mm:ss.SSSZ. For example, 2019-11-08T02:41:28.172Z.

§
Url?: string | null
[src]

The URL of the websocket.