REST Resource: conferenceRecords.participants.participantSessions

Resource: ParticipantSession

Refers to each unique join or leave session when a user joins a conference from a device. Note that any time a user joins the conference a new unique ID is assigned. That means if a user joins a space multiple times from the same device, they're assigned different IDs, and are also be treated as different participant sessions.

JSON representation
{
 "name": string,
 "startTime": string,
 "endTime": string
}
Fields
name

string

Identifier. Session id.

startTime

string (Timestamp format)

Output only. Timestamp when the user session starts.

endTime

string (Timestamp format)

Output only. Timestamp when the user session ends. Unset if the user session hasn’t ended.

Methods

get

Gets a participant session by participant session ID.

list

Lists the participant sessions of a participant in a conference record.

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年04月02日 UTC.