Property signature MediaEntry.sessionName
The session ID of the media entry.
Format is participants/{participant}/participantSessions/{participant_session}
You can use this to retrieve additional information about the participant
session from the
Meet REST API - ParticipantSessions
resource.
Note
: This has to be in the format of
conferenceRecords/{conference_record}/participants/{participant}/participantSessions/{participant_session}
.
You can retrieve the conference record from the
Meet REST API - Conferences
resource.
Signature
sessionName?: string;
Details
Type |
string |
Optional |
Yes |
Readonly |
No |
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 2025-02-05 UTC.
[null,null,["Last updated 2025-02-05 UTC."],[[["This information details the `sessionName` property for participant sessions within the Google Meet REST API."],["The `sessionName` provides a unique identifier to retrieve details of a participant's session using the Meet REST API - ParticipantSessions resource."],["The format for `sessionName` is `conferenceRecords/{conference_record}/participants/{participant}/participantSessions/{participant_session}` and can be found through the Google Workspace Developer Preview Program."],["It's an optional string value that is not read-only."]]],[]]