Documentation

AnalyticsEvents extends Message
in package

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

Table of Contents

Properties

$events  : mixed
Generated from protobuf field <code>repeated .livekit.AnalyticsEvent events = 1;</code>

Methods

__construct()  : mixed
Constructor.
getEvents()  : RepeatedField<string|int, AnalyticsEvent>
Generated from protobuf field <code>repeated .livekit.AnalyticsEvent events = 1;</code>
setEvents()  : $this
Generated from protobuf field <code>repeated .livekit.AnalyticsEvent events = 1;</code>

Properties

$events

Generated from protobuf field <code>repeated .livekit.AnalyticsEvent events = 1;</code>

private mixed $events

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 \Livekit\AnalyticsEvent[] $events

}

getEvents()

Generated from protobuf field <code>repeated .livekit.AnalyticsEvent events = 1;</code>

public getEvents() : RepeatedField<string|int, AnalyticsEvent>
Return values
RepeatedField<string|int, AnalyticsEvent>

setEvents()

Generated from protobuf field <code>repeated .livekit.AnalyticsEvent events = 1;</code>

public setEvents(array<string|int, AnalyticsEvent$var) : $this
Parameters
$var : array<string|int, AnalyticsEvent>
Return values
$this

        
On this page

Search results