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

Usage

import * as mod from "https://googleapis.deno.dev/v1/meet:v2.ts";

§Classes

GoogleAuth
Meet

Create and manage meetings in Google Meet.

§Variables

auth

§Interfaces

ActiveConference

Active conference.

AnonymousUser

User who joins anonymously (meaning not signed into a Google Account).

ConferenceRecord

Single instance of a meeting held in a space.

ConferenceRecordsListOptions

Additional options for Meet#conferenceRecordsList.

ConferenceRecordsParticipantsListOptions

Additional options for Meet#conferenceRecordsParticipantsList.

ConferenceRecordsParticipantsParticipantSessionsListOptions

Additional options for Meet#conferenceRecordsParticipantsParticipantSessionsList.

ConferenceRecordsRecordingsListOptions

Additional options for Meet#conferenceRecordsRecordingsList.

ConferenceRecordsTranscriptsEntriesListOptions

Additional options for Meet#conferenceRecordsTranscriptsEntriesList.

ConferenceRecordsTranscriptsListOptions

Additional options for Meet#conferenceRecordsTranscriptsList.

CredentialsClient

Defines the root interface for all clients that generate credentials for calling Google APIs. All clients should implement this interface.

DocsDestination

Google Docs location where the transcript file is saved.

DriveDestination

Export location where a recording file is saved in Google Drive.

Empty

A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }

EndActiveConferenceRequest

Request to end an ongoing conference of a space.

ListConferenceRecordsResponse

Response of ListConferenceRecords method.

ListParticipantSessionsResponse

Response of ListParticipants method.

ListParticipantsResponse

Response of ListParticipants method.

ListRecordingsResponse

Response for ListRecordings method.

ListTranscriptEntriesResponse

Response for ListTranscriptEntries method.

ListTranscriptsResponse

Response for ListTranscripts method.

Participant

User who attended or is attending a conference.

ParticipantSession

Refers to each unique join or leave session when a user joins a conference from a device. Note that any time a user joins the conference a new unique ID is assigned. That means if a user joins a space multiple times from the same device, they're assigned different IDs, and are also be treated as different participant sessions.

PhoneUser

User dialing in from a phone where the user's identity is unknown because they haven't signed in with a Google Account.

Recording

Metadata about a recording created during a conference.

SignedinUser

A signed-in user can be: a) An individual joining from a personal computer, mobile device, or through companion mode. b) A robot account used by conference room devices.

Space

Virtual place where conferences are held. Only one active conference can be held in one space at any given time.

SpaceConfig

The configuration pertaining to a meeting space.

SpacesPatchOptions

Additional options for Meet#spacesPatch.

Transcript

Metadata for a transcript generated from a conference. It refers to the ASR (Automatic Speech Recognition) result of user's speech during the conference.

TranscriptEntry

Single entry for one user’s speech during a transcript session.