Reference documentation and code samples for the Google Apps Meet V2beta Client class Participant.
User who attended or is attending a conference.
Generated from protobuf message google.apps.meet.v2beta.Participant
Namespace
Google \ Apps \ Meet \ V2betaMethods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ signedin_user
↳ anonymous_user
↳ phone_user
↳ name
string
Output only. Resource name of the participant. Format: conferenceRecords/{conference_record}/participants/{participant}
↳ earliest_start_time
↳ latest_end_time
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.
getSignedinUser
Signed-in user.
hasSignedinUser
setSignedinUser
Signed-in user.
$this
getAnonymousUser
Anonymous user.
hasAnonymousUser
setAnonymousUser
Anonymous user.
$this
getPhoneUser
User calling from their phone.
hasPhoneUser
setPhoneUser
User calling from their phone.
$this
getName
Output only. Resource name of the participant.
Format: conferenceRecords/{conference_record}/participants/{participant}
string
setName
Output only. Resource name of the participant.
Format: conferenceRecords/{conference_record}/participants/{participant}
var
string
$this
getEarliestStartTime
Output only. Time when the participant first joined the meeting.
hasEarliestStartTime
clearEarliestStartTime
setEarliestStartTime
Output only. Time when the participant first joined the meeting.
$this
getLatestEndTime
Output only. Time when the participant left the meeting for the last time.
This can be null if it's an active meeting.
hasLatestEndTime
clearLatestEndTime
setLatestEndTime
Output only. Time when the participant left the meeting for the last time.
This can be null if it's an active meeting.
$this
getUser
string