Documentation

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

$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

$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

}

getId()

Generated from protobuf field <code>string id = 1;</code>

public getId() : string
Return values
string

getIdentity()

Generated from protobuf field <code>string identity = 2;</code>

public getIdentity() : string
Return values
string

getJoinedAt()

Generated from protobuf field <code>.google.protobuf.Timestamp joined_at = 5;</code>

public getJoinedAt() : Timestamp|null
Return values
Timestamp|null

getName()

Generated from protobuf field <code>string name = 3;</code>

public getName() : string
Return values
string

getState()

Generated from protobuf field <code>.livekit.ParticipantInfo.State state = 4;</code>

public getState() : int
Return values
int

setId()

Generated from protobuf field <code>string id = 1;</code>

public setId(string $var) : $this
Parameters
$var : string
Return values
$this

setIdentity()

Generated from protobuf field <code>string identity = 2;</code>

public setIdentity(string $var) : $this
Parameters
$var : string
Return values
$this

setJoinedAt()

Generated from protobuf field <code>.google.protobuf.Timestamp joined_at = 5;</code>

public setJoinedAt(Timestamp $var) : $this
Parameters
$var : Timestamp
Return values
$this

setName()

Generated from protobuf field <code>string name = 3;</code>

public setName(string $var) : $this
Parameters
$var : string
Return values
$this

setState()

Generated from protobuf field <code>.livekit.ParticipantInfo.State state = 4;</code>

public setState(int $var) : $this
Parameters
$var : int
Return values
$this

        
On this page

Search results