Method: conferenceRecords.participants.participantSessions.get
Gets a participant session by participant session ID.
HTTP request
GET https://meet.googleapis.com/v2/{name=conferenceRecords/*/participants/*/participantSessions/*}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters |
name |
string
Required. Resource name of the participant.
|
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of ParticipantSession
.
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/meetings.space.created
https://www.googleapis.com/auth/meetings.space.readonly
For more information, see the Authorization guide.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-23 UTC.
[null,null,["Last updated 2024-09-23 UTC."],[[["Retrieves a specific participant session within a Google Meet conference record using its unique identifier."],["Requires providing the participant session's resource name as a path parameter in the request URL."],["The response provides detailed information about the participant session, including timing and engagement metrics, if successful and authorized."],["Requires specific OAuth scopes for authorization, allowing either read-only or full access to Google Meet space data."]]],[]]