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<string|int, SettingsParam>
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 \Livekit\SettingsParam[] $params

}

setParams()

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

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

        
On this page

Search results