Documentation

SettingsParam extends Message
in package

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

Table of Contents

Properties

$name  : mixed
Generated from protobuf field <code>string name = 1;</code>
$value  : mixed
Generated from protobuf field <code>string value = 2;</code>

Methods

__construct()  : mixed
Constructor.
getName()  : string
Generated from protobuf field <code>string name = 1;</code>
getValue()  : string
Generated from protobuf field <code>string value = 2;</code>
setName()  : $this
Generated from protobuf field <code>string name = 1;</code>
setValue()  : $this
Generated from protobuf field <code>string value = 2;</code>

Properties

$name

Generated from protobuf field <code>string name = 1;</code>

protected mixed $name = ''

$value

Generated from protobuf field <code>string value = 2;</code>

protected mixed $value = ''

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 $name
@type string $value

}

getName()

Generated from protobuf field <code>string name = 1;</code>

public getName() : string
Return values
string

getValue()

Generated from protobuf field <code>string value = 2;</code>

public getValue() : string
Return values
string

setName()

Generated from protobuf field <code>string name = 1;</code>

public setName(string $var) : $this
Parameters
$var : string
Return values
$this

setValue()

Generated from protobuf field <code>string value = 2;</code>

public setValue(string $var) : $this
Parameters
$var : string
Return values
$this

        
On this page

Search results