Reference documentation and code samples for the Google Apps Meet V2beta Client class 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.
Generated from protobuf message google.apps.meet.v2beta.ParticipantSession
Namespace
Google \ Apps \ Meet \ V2betaMethods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Identifier. Session id.
↳ start_time
↳ end_time
Google\Protobuf\Timestamp
Output only. Timestamp when the user session ends. Unset if the user session hasn’t ended.
getName
Identifier. Session id.
string
setName
Identifier. Session id.
var
string
$this
getStartTime
Output only. Timestamp when the user session starts.
hasStartTime
clearStartTime
setStartTime
Output only. Timestamp when the user session starts.
$this
getEndTime
Output only. Timestamp when the user session ends. Unset if the user session hasn’t ended.
hasEndTime
clearEndTime
setEndTime
Output only. Timestamp when the user session ends. Unset if the user session hasn’t ended.
$this