ConferenceRecordsRecordings
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)
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)