class ConferenceRecordsParticipantsParticipantSessions extends Resource (View source)

The "participantSessions" collection of methods.

Typical usage is:

 $meetService = new Google\Service\Meet(...);
 $participantSessions = $meetService->conferenceRecords_participants_participantSessions;

Methods

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

Gets a participant session by participant session ID.

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

Lists the participant sessions of a participant 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 'participantsessions, next_page_token'.

Details

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

Gets a participant session by participant session ID.

(participantSessions.get)

Parameters

string $name

Required. Resource name of the participant.

array $optParams

Optional parameters.

Return Value

ParticipantSession

Exceptions

Exception

ListParticipantSessionsResponse listConferenceRecordsParticipantsParticipantSessions(string $parent, array $optParams = [])

Lists the participant sessions of a participant 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 'participantsessions, next_page_token'.

(participantSessions.listConferenceRecordsParticipantsParticipantSessions)

Parameters

string $parent

Required. Format: conferenceRecords/{conference_record}/participants/{participant}

array $optParams

Optional parameters.

Return Value

ListParticipantSessionsResponse

Exceptions

Exception