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
stringgetUrl()
Generated from protobuf field <code>string url = 1;</code>
public
getUrl() : string
Return values
stringgetUsername()
Generated from protobuf field <code>string username = 2;</code>
public
getUsername() : string
Return values
stringsetPassword()
Generated from protobuf field <code>string password = 3;</code>
public
setPassword(string $var) : $this
Parameters
- $var : string
Return values
$thissetUrl()
Generated from protobuf field <code>string url = 1;</code>
public
setUrl(string $var) : $this
Parameters
- $var : string
Return values
$thissetUsername()
Generated from protobuf field <code>string username = 2;</code>
public
setUsername(string $var) : $this
Parameters
- $var : string