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

ActiveConference

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

Active conference.

interface ActiveConference {
readonly conferenceRecord?: string;
}

§Properties

§
readonly conferenceRecord?: string
[src]

Output only. Reference to 'ConferenceRecord' resource. Format: conferenceRecords/{conference_record} where {conference_record} is a unique ID for each instance of a call within a space.