ConferenceRecords
class ConferenceRecords extends Resource (View source)
The "conferenceRecords" collection of methods.
Typical usage is:
$meetService = new Google\Service\Meet(...);
$conferenceRecords = $meetService->conferenceRecords;
Methods
get(string $name, array $optParams = [])
Gets a conference record by conference ID. (conferenceRecords.get)
listConferenceRecords(array $optParams = [])
Lists the conference records. By default, ordered by start time and in descending order. (conferenceRecords.listConferenceRecords)
Details
ConferenceRecord
get(string $name, array $optParams = [])
Gets a conference record by conference ID. (conferenceRecords.get)
ListConferenceRecordsResponse
listConferenceRecords(array $optParams = [])
Lists the conference records. By default, ordered by start time and in descending order. (conferenceRecords.listConferenceRecords)