Documentation

SIPOutboundTrunkUpdate extends Message
in package

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

Table of Contents

Properties

$address  : mixed
Generated from protobuf field <code>optional string address = 1;</code>
$auth_password  : mixed
Generated from protobuf field <code>optional string auth_password = 5 [(.logger.redact) = true, (.logger.redact_format) = "<redacted ({{ .Size }} bytes)>"];</code>
$auth_username  : mixed
Generated from protobuf field <code>optional string auth_username = 4 [(.logger.redact) = true, (.logger.redact_format) = "<redacted ({{ .Size }} bytes)>"];</code>
$destination_country  : mixed
Generated from protobuf field <code>optional string destination_country = 9;</code>
$media_encryption  : mixed
Generated from protobuf field <code>optional .livekit.SIPMediaEncryption media_encryption = 8;</code>
$metadata  : mixed
Generated from protobuf field <code>optional string metadata = 7 [(.logger.redact) = true, (.logger.redact_format) = "<redacted ({{ .Size }} bytes)>"];</code>
$name  : mixed
Generated from protobuf field <code>optional string name = 6;</code>
$numbers  : mixed
Generated from protobuf field <code>.livekit.ListUpdate numbers = 3;</code>
$transport  : mixed
Generated from protobuf field <code>optional .livekit.SIPTransport transport = 2;</code>

Methods

__construct()  : mixed
Constructor.
clearAddress()  : mixed
clearAuthPassword()  : mixed
clearAuthUsername()  : mixed
clearDestinationCountry()  : mixed
clearMediaEncryption()  : mixed
clearMetadata()  : mixed
clearName()  : mixed
clearNumbers()  : mixed
clearTransport()  : mixed
getAddress()  : string
Generated from protobuf field <code>optional string address = 1;</code>
getAuthPassword()  : string
Generated from protobuf field <code>optional string auth_password = 5 [(.logger.redact) = true, (.logger.redact_format) = "<redacted ({{ .Size }} bytes)>"];</code>
getAuthUsername()  : string
Generated from protobuf field <code>optional string auth_username = 4 [(.logger.redact) = true, (.logger.redact_format) = "<redacted ({{ .Size }} bytes)>"];</code>
getDestinationCountry()  : string
Generated from protobuf field <code>optional string destination_country = 9;</code>
getMediaEncryption()  : int
Generated from protobuf field <code>optional .livekit.SIPMediaEncryption media_encryption = 8;</code>
getMetadata()  : string
Generated from protobuf field <code>optional string metadata = 7 [(.logger.redact) = true, (.logger.redact_format) = "<redacted ({{ .Size }} bytes)>"];</code>
getName()  : string
Generated from protobuf field <code>optional string name = 6;</code>
getNumbers()  : ListUpdate|null
Generated from protobuf field <code>.livekit.ListUpdate numbers = 3;</code>
getTransport()  : int
Generated from protobuf field <code>optional .livekit.SIPTransport transport = 2;</code>
hasAddress()  : mixed
hasAuthPassword()  : mixed
hasAuthUsername()  : mixed
hasDestinationCountry()  : mixed
hasMediaEncryption()  : mixed
hasMetadata()  : mixed
hasName()  : mixed
hasNumbers()  : mixed
hasTransport()  : mixed
setAddress()  : $this
Generated from protobuf field <code>optional string address = 1;</code>
setAuthPassword()  : $this
Generated from protobuf field <code>optional string auth_password = 5 [(.logger.redact) = true, (.logger.redact_format) = "<redacted ({{ .Size }} bytes)>"];</code>
setAuthUsername()  : $this
Generated from protobuf field <code>optional string auth_username = 4 [(.logger.redact) = true, (.logger.redact_format) = "<redacted ({{ .Size }} bytes)>"];</code>
setDestinationCountry()  : $this
Generated from protobuf field <code>optional string destination_country = 9;</code>
setMediaEncryption()  : $this
Generated from protobuf field <code>optional .livekit.SIPMediaEncryption media_encryption = 8;</code>
setMetadata()  : $this
Generated from protobuf field <code>optional string metadata = 7 [(.logger.redact) = true, (.logger.redact_format) = "<redacted ({{ .Size }} bytes)>"];</code>
setName()  : $this
Generated from protobuf field <code>optional string name = 6;</code>
setNumbers()  : $this
Generated from protobuf field <code>.livekit.ListUpdate numbers = 3;</code>
setTransport()  : $this
Generated from protobuf field <code>optional .livekit.SIPTransport transport = 2;</code>

Properties

$address

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

protected mixed $address = null

$auth_password

Generated from protobuf field <code>optional string auth_password = 5 [(.logger.redact) = true, (.logger.redact_format) = "<redacted ({{ .Size }} bytes)>"];</code>

protected mixed $auth_password = null

$auth_username

Generated from protobuf field <code>optional string auth_username = 4 [(.logger.redact) = true, (.logger.redact_format) = "<redacted ({{ .Size }} bytes)>"];</code>

protected mixed $auth_username = null

$destination_country

Generated from protobuf field <code>optional string destination_country = 9;</code>

protected mixed $destination_country = null

$media_encryption

Generated from protobuf field <code>optional .livekit.SIPMediaEncryption media_encryption = 8;</code>

protected mixed $media_encryption = null

$metadata

Generated from protobuf field <code>optional string metadata = 7 [(.logger.redact) = true, (.logger.redact_format) = "<redacted ({{ .Size }} bytes)>"];</code>

protected mixed $metadata = null

$name

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

protected mixed $name = null

$numbers

Generated from protobuf field <code>.livekit.ListUpdate numbers = 3;</code>

protected mixed $numbers = null

$transport

Generated from protobuf field <code>optional .livekit.SIPTransport transport = 2;</code>

protected mixed $transport = null

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 $address
@type int $transport
@type string $destination_country
@type \Livekit\ListUpdate $numbers
@type string $auth_username
@type string $auth_password
@type string $name
@type string $metadata
@type int $media_encryption

}

getAddress()

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

public getAddress() : string
Return values
string

getAuthPassword()

Generated from protobuf field <code>optional string auth_password = 5 [(.logger.redact) = true, (.logger.redact_format) = "<redacted ({{ .Size }} bytes)>"];</code>

public getAuthPassword() : string
Return values
string

getAuthUsername()

Generated from protobuf field <code>optional string auth_username = 4 [(.logger.redact) = true, (.logger.redact_format) = "<redacted ({{ .Size }} bytes)>"];</code>

public getAuthUsername() : string
Return values
string

getDestinationCountry()

Generated from protobuf field <code>optional string destination_country = 9;</code>

public getDestinationCountry() : string
Return values
string

getMediaEncryption()

Generated from protobuf field <code>optional .livekit.SIPMediaEncryption media_encryption = 8;</code>

public getMediaEncryption() : int
Return values
int

getMetadata()

Generated from protobuf field <code>optional string metadata = 7 [(.logger.redact) = true, (.logger.redact_format) = "<redacted ({{ .Size }} bytes)>"];</code>

public getMetadata() : string
Return values
string

getName()

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

public getName() : string
Return values
string

getTransport()

Generated from protobuf field <code>optional .livekit.SIPTransport transport = 2;</code>

public getTransport() : int
Return values
int

setAddress()

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

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

setAuthPassword()

Generated from protobuf field <code>optional string auth_password = 5 [(.logger.redact) = true, (.logger.redact_format) = "<redacted ({{ .Size }} bytes)>"];</code>

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

setAuthUsername()

Generated from protobuf field <code>optional string auth_username = 4 [(.logger.redact) = true, (.logger.redact_format) = "<redacted ({{ .Size }} bytes)>"];</code>

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

setDestinationCountry()

Generated from protobuf field <code>optional string destination_country = 9;</code>

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

setMediaEncryption()

Generated from protobuf field <code>optional .livekit.SIPMediaEncryption media_encryption = 8;</code>

public setMediaEncryption(int $var) : $this
Parameters
$var : int
Return values
$this

setMetadata()

Generated from protobuf field <code>optional string metadata = 7 [(.logger.redact) = true, (.logger.redact_format) = "<redacted ({{ .Size }} bytes)>"];</code>

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

setName()

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

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

setTransport()

Generated from protobuf field <code>optional .livekit.SIPTransport transport = 2;</code>

public setTransport(int $var) : $this
Parameters
$var : int
Return values
$this

        
On this page

Search results