ConferenceRecordsParticipants
class ConferenceRecordsParticipants extends Resource (View source)
The "participants" collection of methods.
Typical usage is:
$meetService = new Google\Service\Meet(...);
$participants = $meetService->conferenceRecords_participants;
Methods
Gets a participant by participant ID. (participants.get)
Lists the participants in a conference record. By default, ordered by join
time and in descending order. This API supports fields
as standard
parameters like every other API. However, when the fields
request parameter
is omitted, this API defaults to 'participants, next_page_token'
.
Details
Participant
get(string $name, array $optParams = [])
Gets a participant by participant ID. (participants.get)
ListParticipantsResponse
listConferenceRecordsParticipants(string $parent, array $optParams = [])
Lists the participants in a conference record. By default, ordered by join
time and in descending order. This API supports fields
as standard
parameters like every other API. However, when the fields
request parameter
is omitted, this API defaults to 'participants, next_page_token'
.
(participants.listConferenceRecordsParticipants)