class ConferenceRecordsRecordings extends Resource (View source)

The "recordings" collection of methods.

Typical usage is:

 $meetService = new Google\Service\Meet(...);
 $recordings = $meetService->conferenceRecords_recordings;

Methods

get(string $name, array $optParams = [])

Gets a recording by recording ID. (recordings.get)

listConferenceRecordsRecordings(string $parent, array $optParams = [])

Lists the recording resources from the conference record. By default, ordered by start time and in ascending order.

Details

Recording get(string $name, array $optParams = [])

Gets a recording by recording ID. (recordings.get)

Parameters

string $name

Required. Resource name of the recording.

array $optParams

Optional parameters.

Return Value

Recording

Exceptions

Exception

ListRecordingsResponse listConferenceRecordsRecordings(string $parent, array $optParams = [])

Lists the recording resources from the conference record. By default, ordered by start time and in ascending order.

(recordings.listConferenceRecordsRecordings)

Parameters

string $parent

Required. Format: conferenceRecords/{conference_record}

array $optParams

Optional parameters.

Return Value

ListRecordingsResponse

Exceptions

Exception