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}
clearCreatedAt()
public
clearCreatedAt() : mixed
getCreatedAt()
Generated from protobuf field <code>.google.protobuf.Timestamp created_at = 3;</code>
public
getCreatedAt() : Timestamp|null
Return values
Timestamp|nullgetId()
Generated from protobuf field <code>string id = 1;</code>
public
getId() : string
Return values
stringgetName()
Generated from protobuf field <code>string name = 2;</code>
public
getName() : string
Return values
stringgetParticipants()
Generated from protobuf field <code>repeated .livekit.AnalyticsRoomParticipant participants = 4;</code>
public
getParticipants() : RepeatedField<string|int, AnalyticsRoomParticipant>
Return values
RepeatedField<string|int, AnalyticsRoomParticipant>getProjectId()
Generated from protobuf field <code>string project_id = 5;</code>
public
getProjectId() : string
Return values
stringhasCreatedAt()
public
hasCreatedAt() : mixed
setCreatedAt()
Generated from protobuf field <code>.google.protobuf.Timestamp created_at = 3;</code>
public
setCreatedAt(Timestamp $var) : $this
Parameters
- $var : Timestamp
Return values
$thissetId()
Generated from protobuf field <code>string id = 1;</code>
public
setId(string $var) : $this
Parameters
- $var : string
Return values
$thissetName()
Generated from protobuf field <code>string name = 2;</code>
public
setName(string $var) : $this
Parameters
- $var : string
Return values
$thissetParticipants()
Generated from protobuf field <code>repeated .livekit.AnalyticsRoomParticipant participants = 4;</code>
public
setParticipants(array<string|int, AnalyticsRoomParticipant> $var) : $this
Parameters
- $var : array<string|int, AnalyticsRoomParticipant>
Return values
$thissetProjectId()
Generated from protobuf field <code>string project_id = 5;</code>
public
setProjectId(string $var) : $this
Parameters
- $var : string