Reference documentation and code samples for the Google Meet V2 API class Google::Apps::Meet::V2::Participant.
User who attended or is attending a conference.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#anonymous_user
def anonymous_user() -> ::Google::Apps::Meet::V2::AnonymousUser
Returns
- (::Google::Apps::Meet::V2::AnonymousUser) — Anonymous user.
#anonymous_user=
def anonymous_user=(value) -> ::Google::Apps::Meet::V2::AnonymousUser
Parameter
- value (::Google::Apps::Meet::V2::AnonymousUser) — Anonymous user.
Returns
- (::Google::Apps::Meet::V2::AnonymousUser) — Anonymous user.
#earliest_start_time
def earliest_start_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. Time when the participant first joined the meeting.
#latest_end_time
def latest_end_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. Time when the participant left the meeting for the last time. This can be null if it's an active meeting.
#name
def name() -> ::String
Returns
-
(::String) — Output only. Resource name of the participant.
Format:
conferenceRecords/{conference_record}/participants/{participant}
#phone_user
def phone_user() -> ::Google::Apps::Meet::V2::PhoneUser
Returns
- (::Google::Apps::Meet::V2::PhoneUser) — User calling from their phone.
#phone_user=
def phone_user=(value) -> ::Google::Apps::Meet::V2::PhoneUser
Parameter
- value (::Google::Apps::Meet::V2::PhoneUser) — User calling from their phone.
Returns
- (::Google::Apps::Meet::V2::PhoneUser) — User calling from their phone.
#signedin_user
def signedin_user() -> ::Google::Apps::Meet::V2::SignedinUser
Returns
- (::Google::Apps::Meet::V2::SignedinUser) — Signed-in user.
#signedin_user=
def signedin_user=(value) -> ::Google::Apps::Meet::V2::SignedinUser
Parameter
- value (::Google::Apps::Meet::V2::SignedinUser) — Signed-in user.
Returns
- (::Google::Apps::Meet::V2::SignedinUser) — Signed-in user.