Class: Google::Apps::Meet::V2beta::ParticipantSession

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/apps/meet/v2beta/resource.rb

Overview

Developer Preview. Refers to each unique join/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.

Instance Attribute Summary collapse

Instance Attribute Details

#end_time::Google::Protobuf::Timestamp (readonly)

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

Returns:



183
184
185
186
# File 'proto_docs/google/apps/meet/v2beta/resource.rb', line 183

class ParticipantSession
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#name::String

Returns Identifier. Session id.

Returns:

  • (::String)

    Identifier. Session id.



183
184
185
186
# File 'proto_docs/google/apps/meet/v2beta/resource.rb', line 183

class ParticipantSession
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#start_time::Google::Protobuf::Timestamp (readonly)

Returns Output only. Timestamp when the user session started.

Returns:



183
184
185
186
# File 'proto_docs/google/apps/meet/v2beta/resource.rb', line 183

class ParticipantSession
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end