ConferenceRecordsParticipantsParticipantSessions
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
Gets a participant session by participant session ID.
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)
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)