Reference documentation and code samples for the Google Meet V2BETA API class Google::Apps::Meet::V2beta::Participant.
Developer Preview. 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::V2beta::AnonymousUser
Returns
- (::Google::Apps::Meet::V2beta::AnonymousUser) — Anonymous user.
#anonymous_user=
def anonymous_user=(value) -> ::Google::Apps::Meet::V2beta::AnonymousUser
Parameter
- value (::Google::Apps::Meet::V2beta::AnonymousUser) — Anonymous user.
Returns
- (::Google::Apps::Meet::V2beta::AnonymousUser) — Anonymous user.
#earliest_start_time
def earliest_start_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. Time when the participant joined the meeting for the first time.
#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 is 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::V2beta::PhoneUser
Returns
- (::Google::Apps::Meet::V2beta::PhoneUser) — User who calls in from their phone.
#phone_user=
def phone_user=(value) -> ::Google::Apps::Meet::V2beta::PhoneUser
Parameter
- value (::Google::Apps::Meet::V2beta::PhoneUser) — User who calls in from their phone.
Returns
- (::Google::Apps::Meet::V2beta::PhoneUser) — User who calls in from their phone.
#signedin_user
def signedin_user() -> ::Google::Apps::Meet::V2beta::SignedinUser
Returns
- (::Google::Apps::Meet::V2beta::SignedinUser) — Signed-in user.
#signedin_user=
def signedin_user=(value) -> ::Google::Apps::Meet::V2beta::SignedinUser
Parameter
- value (::Google::Apps::Meet::V2beta::SignedinUser) — Signed-in user.
Returns
- (::Google::Apps::Meet::V2beta::SignedinUser) — Signed-in user.