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

VoiceRecordingConfiguration

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

Contains information about the recording configuration settings.

interface VoiceRecordingConfiguration {
VoiceRecordingTrack?: VoiceRecordingTrack | null;
}

§Properties

§
VoiceRecordingTrack?: VoiceRecordingTrack | null
[src]

Identifies which track is being recorded.