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)

Parameters

string $name

Required. Resource name of the conference.

array $optParams

Optional parameters.

Return Value

ConferenceRecord

Exceptions

Exception

ListConferenceRecordsResponse listConferenceRecords(array $optParams = [])

Lists the conference records. By default, ordered by start time and in descending order. (conferenceRecords.listConferenceRecords)

Parameters

array $optParams

Optional parameters.

Return Value

ListConferenceRecordsResponse

Exceptions

Exception