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

CreateParticipantConnectionResponse

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

§Properties

§
ConnectionCredentials?: ConnectionCredentials | null
[src]

Creates the participant's connection credentials. The authentication token associated with the participant's connection.

§
Websocket?: Websocket | null
[src]

Creates the participant's websocket connection.