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

RecordingConfig

import type { RecordingConfig } from "https://googleapis.deno.dev/v1/meet:v2.ts";

Configuration related to recording in a meeting space.

interface RecordingConfig {
autoRecordingGeneration?: "AUTO_GENERATION_TYPE_UNSPECIFIED" | "ON" | "OFF";
}

§Properties

§
autoRecordingGeneration?: "AUTO_GENERATION_TYPE_UNSPECIFIED" | "ON" | "OFF"
[src]

Defines whether a meeting space is automatically recorded when someone with the privilege to record joins the meeting.