Documentation

ProxyConfig extends Message
in package

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

Table of Contents

Properties

$password  : mixed
Generated from protobuf field <code>string password = 3;</code>
$url  : mixed
Generated from protobuf field <code>string url = 1;</code>
$username  : mixed
Generated from protobuf field <code>string username = 2;</code>

Methods

__construct()  : mixed
Constructor.
getPassword()  : string
Generated from protobuf field <code>string password = 3;</code>
getUrl()  : string
Generated from protobuf field <code>string url = 1;</code>
getUsername()  : string
Generated from protobuf field <code>string username = 2;</code>
setPassword()  : $this
Generated from protobuf field <code>string password = 3;</code>
setUrl()  : $this
Generated from protobuf field <code>string url = 1;</code>
setUsername()  : $this
Generated from protobuf field <code>string username = 2;</code>

Properties

$password

Generated from protobuf field <code>string password = 3;</code>

protected mixed $password = ''

$url

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

protected mixed $url = ''

$username

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

protected mixed $username = ''

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 $url
@type string $username
@type string $password

}

getPassword()

Generated from protobuf field <code>string password = 3;</code>

public getPassword() : string
Return values
string

getUrl()

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

public getUrl() : string
Return values
string

getUsername()

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

public getUsername() : string
Return values
string

setPassword()

Generated from protobuf field <code>string password = 3;</code>

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

setUrl()

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

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

setUsername()

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

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

        
On this page

Search results