Documentation

Destination extends Message
in package

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

Table of Contents

Properties

$city  : mixed
Generated from protobuf field <code>string city = 1;</code>
$country  : mixed
Generated from protobuf field <code>string country = 2;</code>
$region  : mixed
Generated from protobuf field <code>string region = 3;</code>

Methods

__construct()  : mixed
Constructor.
getCity()  : string
Generated from protobuf field <code>string city = 1;</code>
getCountry()  : string
Generated from protobuf field <code>string country = 2;</code>
getRegion()  : string
Generated from protobuf field <code>string region = 3;</code>
setCity()  : $this
Generated from protobuf field <code>string city = 1;</code>
setCountry()  : $this
Generated from protobuf field <code>string country = 2;</code>
setRegion()  : $this
Generated from protobuf field <code>string region = 3;</code>

Properties

$city

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

protected mixed $city = ''

$country

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

protected mixed $country = ''

$region

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

protected mixed $region = ''

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 $city
@type string $country
@type string $region

}

getCity()

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

public getCity() : string
Return values
string

getCountry()

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

public getCountry() : string
Return values
string

getRegion()

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

public getRegion() : string
Return values
string

setCity()

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

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

setCountry()

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

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

setRegion()

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

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

        
On this page

Search results