Documentation

ICEServer extends Message
in package

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

Table of Contents

Properties

$credential  : mixed
Generated from protobuf field <code>string credential = 3;</code>
$username  : mixed
Generated from protobuf field <code>string username = 2;</code>
$urls  : mixed
Generated from protobuf field <code>repeated string urls = 1;</code>

Methods

__construct()  : mixed
Constructor.
getCredential()  : string
Generated from protobuf field <code>string credential = 3;</code>
getUrls()  : RepeatedField<string|int, string>
Generated from protobuf field <code>repeated string urls = 1;</code>
getUsername()  : string
Generated from protobuf field <code>string username = 2;</code>
setCredential()  : $this
Generated from protobuf field <code>string credential = 3;</code>
setUrls()  : $this
Generated from protobuf field <code>repeated string urls = 1;</code>
setUsername()  : $this
Generated from protobuf field <code>string username = 2;</code>

Properties

$credential

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

protected mixed $credential = ''

$username

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

protected mixed $username = ''

$urls

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

private mixed $urls

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[] $urls
@type string $username
@type string $credential

}

getCredential()

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

public getCredential() : string
Return values
string

getUrls()

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

public getUrls() : RepeatedField<string|int, string>
Return values
RepeatedField<string|int, string>

getUsername()

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

public getUsername() : string
Return values
string

setCredential()

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

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

setUrls()

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

public setUrls(array<string|int, string> $var) : $this
Parameters
$var : array<string|int, 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