Documentation

ClientSettingsResponse extends Message
in package

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

Table of Contents

Properties

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

Methods

__construct()  : mixed
Constructor.
getParams()  : RepeatedField
Generated from protobuf field <code>repeated .livekit.SettingsParam params = 1;</code>
setParams()  : $this
Generated from protobuf field <code>repeated .livekit.SettingsParam params = 1;</code>

Properties

$params

Generated from protobuf field <code>repeated .livekit.SettingsParam params = 1;</code>

private mixed $params

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 array<\Livekit\SettingsParam>|\Google\Protobuf\Internal\RepeatedField $params

}

getParams()

Generated from protobuf field <code>repeated .livekit.SettingsParam params = 1;</code>

public getParams() : RepeatedField
Return values
RepeatedField

setParams()

Generated from protobuf field <code>repeated .livekit.SettingsParam params = 1;</code>

public setParams(array<string|int, SettingsParam>|RepeatedField $var) : $this
Parameters
$var : array<string|int, SettingsParam>|RepeatedField
Return values
$this
On this page

Search results