Namespace Google.Apis.Meet.v2.Data
Classes
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.
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.
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.