AnalyticsRoomParticipant
extends Message
in package
Generated from protobuf message <code>livekit.AnalyticsRoomParticipant</code>
Table of Contents
Properties
- $id : mixed
- Generated from protobuf field <code>string id = 1;</code>
- $identity : mixed
- Generated from protobuf field <code>string identity = 2;</code>
- $joined_at : mixed
- Generated from protobuf field <code>.google.protobuf.Timestamp joined_at = 5;</code>
- $name : mixed
- Generated from protobuf field <code>string name = 3;</code>
- $state : mixed
- Generated from protobuf field <code>.livekit.ParticipantInfo.State state = 4;</code>
Methods
- __construct() : mixed
- Constructor.
- clearJoinedAt() : mixed
- getId() : string
- Generated from protobuf field <code>string id = 1;</code>
- getIdentity() : string
- Generated from protobuf field <code>string identity = 2;</code>
- getJoinedAt() : Timestamp|null
- Generated from protobuf field <code>.google.protobuf.Timestamp joined_at = 5;</code>
- getName() : string
- Generated from protobuf field <code>string name = 3;</code>
- getState() : int
- Generated from protobuf field <code>.livekit.ParticipantInfo.State state = 4;</code>
- hasJoinedAt() : mixed
- setId() : $this
- Generated from protobuf field <code>string id = 1;</code>
- setIdentity() : $this
- Generated from protobuf field <code>string identity = 2;</code>
- setJoinedAt() : $this
- Generated from protobuf field <code>.google.protobuf.Timestamp joined_at = 5;</code>
- setName() : $this
- Generated from protobuf field <code>string name = 3;</code>
- setState() : $this
- Generated from protobuf field <code>.livekit.ParticipantInfo.State state = 4;</code>
Properties
$id
Generated from protobuf field <code>string id = 1;</code>
protected
mixed
$id
= ''
$identity
Generated from protobuf field <code>string identity = 2;</code>
protected
mixed
$identity
= ''
$joined_at
Generated from protobuf field <code>.google.protobuf.Timestamp joined_at = 5;</code>
protected
mixed
$joined_at
= null
$name
Generated from protobuf field <code>string name = 3;</code>
protected
mixed
$name
= ''
$state
Generated from protobuf field <code>.livekit.ParticipantInfo.State state = 4;</code>
protected
mixed
$state
= 0
Methods
__construct()
Constructor.
public
__construct([array<string|int, mixed> $data = null ]) : mixed
Parameters
- $data : array<string|int, mixed> = null
-
{ Optional. Data for populating the Message object.
@type string $id @type string $identity @type string $name @type int $state @type \Google\Protobuf\Timestamp $joined_at}
clearJoinedAt()
public
clearJoinedAt() : mixed
getId()
Generated from protobuf field <code>string id = 1;</code>
public
getId() : string
Return values
stringgetIdentity()
Generated from protobuf field <code>string identity = 2;</code>
public
getIdentity() : string
Return values
stringgetJoinedAt()
Generated from protobuf field <code>.google.protobuf.Timestamp joined_at = 5;</code>
public
getJoinedAt() : Timestamp|null
Return values
Timestamp|nullgetName()
Generated from protobuf field <code>string name = 3;</code>
public
getName() : string
Return values
stringgetState()
Generated from protobuf field <code>.livekit.ParticipantInfo.State state = 4;</code>
public
getState() : int
Return values
inthasJoinedAt()
public
hasJoinedAt() : mixed
setId()
Generated from protobuf field <code>string id = 1;</code>
public
setId(string $var) : $this
Parameters
- $var : string
Return values
$thissetIdentity()
Generated from protobuf field <code>string identity = 2;</code>
public
setIdentity(string $var) : $this
Parameters
- $var : string
Return values
$thissetJoinedAt()
Generated from protobuf field <code>.google.protobuf.Timestamp joined_at = 5;</code>
public
setJoinedAt(Timestamp $var) : $this
Parameters
- $var : Timestamp
Return values
$thissetName()
Generated from protobuf field <code>string name = 3;</code>
public
setName(string $var) : $this
Parameters
- $var : string
Return values
$thissetState()
Generated from protobuf field <code>.livekit.ParticipantInfo.State state = 4;</code>
public
setState(int $var) : $this
Parameters
- $var : int