class ConferenceRecordsParticipants extends Resource (View source)

The "participants" collection of methods.

Typical usage is:

 $meetService = new Google\Service\Meet(...);
 $participants = $meetService->conferenceRecords_participants;

Methods

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

Gets a participant by participant ID. (participants.get)

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'.

Details

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

Gets a participant by participant ID. (participants.get)

Parameters

string $name

Required. Resource name of the participant.

array $optParams

Optional parameters.

Return Value

Participant

Exceptions

Exception

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)

Parameters

string $parent

Required. Format: conferenceRecords/{conference_record}

array $optParams

Optional parameters.

Return Value

ListParticipantsResponse

Exceptions

Exception