Reference documentation and code samples for the Google Meet V2 API class Google::Apps::Meet::V2::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.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#end_time
def end_time() -> ::Google::Protobuf::Timestamp
- (::Google::Protobuf::Timestamp) — Output only. Timestamp when the user session ends. Unset if the user session hasn’t ended.
#name
def name() -> ::String
- (::String) — Identifier. Session id.
#name=
def name=(value) -> ::String
- value (::String) — Identifier. Session id.
- (::String) — Identifier. Session id.
#start_time
def start_time() -> ::Google::Protobuf::Timestamp
- (::Google::Protobuf::Timestamp) — Output only. Timestamp when the user session starts.