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
Google\Protobuf\Timestamp
Output only. Time when the participant joined the meeting for the first 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 is an active meeting.
getSignedinUser
Signed-in user.
hasSignedinUser
setSignedinUser
Signed-in user.
$this
getAnonymousUser
Anonymous user.
hasAnonymousUser
setAnonymousUser
Anonymous user.
$this
getPhoneUser
User who calls in from their phone.
hasPhoneUser
setPhoneUser
User who calls in 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 joined the meeting for the first time.
hasEarliestStartTime
clearEarliestStartTime
setEarliestStartTime
Output only. Time when the participant joined the meeting for the first time.
$this
getLatestEndTime
Output only. Time when the participant left the meeting for the last time.
This can be null if it is 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 is an active meeting.
$this
getUser
string

