UpdateDataSubscription
extends Message
in package
Generated from protobuf message <code>livekit.UpdateDataSubscription</code>
Table of Contents
Properties
- $updates : mixed
- Generated from protobuf field <code>repeated .livekit.UpdateDataSubscription.Update updates = 1;</code>
Methods
- __construct() : mixed
- Constructor.
- getUpdates() : RepeatedField<string|int, Update>
- Generated from protobuf field <code>repeated .livekit.UpdateDataSubscription.Update updates = 1;</code>
- setUpdates() : $this
- Generated from protobuf field <code>repeated .livekit.UpdateDataSubscription.Update updates = 1;</code>
Properties
$updates
Generated from protobuf field <code>repeated .livekit.UpdateDataSubscription.Update updates = 1;</code>
private
mixed
$updates
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\UpdateDataSubscription\Update[] $updates}
getUpdates()
Generated from protobuf field <code>repeated .livekit.UpdateDataSubscription.Update updates = 1;</code>
public
getUpdates() : RepeatedField<string|int, Update>
Return values
RepeatedField<string|int, Update>setUpdates()
Generated from protobuf field <code>repeated .livekit.UpdateDataSubscription.Update updates = 1;</code>
public
setUpdates(array<string|int, Update> $var) : $this
Parameters
- $var : array<string|int, Update>