Documentation

AnalyticsRoom extends Message
in package

Generated from protobuf message <code>livekit.AnalyticsRoom</code>

Table of Contents

Properties

$created_at  : mixed
Generated from protobuf field <code>.google.protobuf.Timestamp created_at = 3;</code>
$id  : mixed
Generated from protobuf field <code>string id = 1;</code>
$name  : mixed
Generated from protobuf field <code>string name = 2;</code>
$project_id  : mixed
Generated from protobuf field <code>string project_id = 5;</code>
$participants  : mixed
Generated from protobuf field <code>repeated .livekit.AnalyticsRoomParticipant participants = 4;</code>

Methods

__construct()  : mixed
Constructor.
clearCreatedAt()  : mixed
getCreatedAt()  : Timestamp|null
Generated from protobuf field <code>.google.protobuf.Timestamp created_at = 3;</code>
getId()  : string
Generated from protobuf field <code>string id = 1;</code>
getName()  : string
Generated from protobuf field <code>string name = 2;</code>
getParticipants()  : RepeatedField<string|int, AnalyticsRoomParticipant>
Generated from protobuf field <code>repeated .livekit.AnalyticsRoomParticipant participants = 4;</code>
getProjectId()  : string
Generated from protobuf field <code>string project_id = 5;</code>
hasCreatedAt()  : mixed
setCreatedAt()  : $this
Generated from protobuf field <code>.google.protobuf.Timestamp created_at = 3;</code>
setId()  : $this
Generated from protobuf field <code>string id = 1;</code>
setName()  : $this
Generated from protobuf field <code>string name = 2;</code>
setParticipants()  : $this
Generated from protobuf field <code>repeated .livekit.AnalyticsRoomParticipant participants = 4;</code>
setProjectId()  : $this
Generated from protobuf field <code>string project_id = 5;</code>

Properties

$created_at

Generated from protobuf field <code>.google.protobuf.Timestamp created_at = 3;</code>

protected mixed $created_at = null

$id

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

protected mixed $id = ''

$name

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

protected mixed $name = ''

$project_id

Generated from protobuf field <code>string project_id = 5;</code>

protected mixed $project_id = ''

$participants

Generated from protobuf field <code>repeated .livekit.AnalyticsRoomParticipant participants = 4;</code>

private mixed $participants

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 $name
@type string $project_id
@type \Google\Protobuf\Timestamp $created_at
@type \Livekit\AnalyticsRoomParticipant[] $participants

}

getCreatedAt()

Generated from protobuf field <code>.google.protobuf.Timestamp created_at = 3;</code>

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

getId()

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

public getId() : string
Return values
string

getName()

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

public getName() : string
Return values
string

getProjectId()

Generated from protobuf field <code>string project_id = 5;</code>

public getProjectId() : string
Return values
string

setCreatedAt()

Generated from protobuf field <code>.google.protobuf.Timestamp created_at = 3;</code>

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

setId()

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

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

setName()

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

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

setProjectId()

Generated from protobuf field <code>string project_id = 5;</code>

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

        
On this page

Search results