Documentation

SIPInboundTrunkUpdate extends Message
in package

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

Table of Contents

Properties

$allowed_addresses  : mixed
Generated from protobuf field <code>.livekit.ListUpdate allowed_addresses = 2;</code>
$allowed_numbers  : mixed
Generated from protobuf field <code>.livekit.ListUpdate allowed_numbers = 3;</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>
$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 = 1;</code>

Methods

__construct()  : mixed
Constructor.
clearAllowedAddresses()  : mixed
clearAllowedNumbers()  : mixed
clearAuthPassword()  : mixed
clearAuthUsername()  : mixed
clearMediaEncryption()  : mixed
clearMetadata()  : mixed
clearName()  : mixed
clearNumbers()  : mixed
getAllowedAddresses()  : ListUpdate|null
Generated from protobuf field <code>.livekit.ListUpdate allowed_addresses = 2;</code>
getAllowedNumbers()  : ListUpdate|null
Generated from protobuf field <code>.livekit.ListUpdate allowed_numbers = 3;</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>
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 = 1;</code>
hasAllowedAddresses()  : mixed
hasAllowedNumbers()  : mixed
hasAuthPassword()  : mixed
hasAuthUsername()  : mixed
hasMediaEncryption()  : mixed
hasMetadata()  : mixed
hasName()  : mixed
hasNumbers()  : mixed
setAllowedAddresses()  : $this
Generated from protobuf field <code>.livekit.ListUpdate allowed_addresses = 2;</code>
setAllowedNumbers()  : $this
Generated from protobuf field <code>.livekit.ListUpdate allowed_numbers = 3;</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>
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 = 1;</code>

Properties

$allowed_addresses

Generated from protobuf field <code>.livekit.ListUpdate allowed_addresses = 2;</code>

protected mixed $allowed_addresses = null

$allowed_numbers

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

protected mixed $allowed_numbers = 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

$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 = 1;</code>

protected mixed $numbers = 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 \Livekit\ListUpdate $numbers
@type \Livekit\ListUpdate $allowed_addresses
@type \Livekit\ListUpdate $allowed_numbers
@type string $auth_username
@type string $auth_password
@type string $name
@type string $metadata
@type int $media_encryption

}

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

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

setAllowedAddresses()

Generated from protobuf field <code>.livekit.ListUpdate allowed_addresses = 2;</code>

public setAllowedAddresses(ListUpdate $var) : $this
Parameters
$var : ListUpdate
Return values
$this

setAllowedNumbers()

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

public setAllowedNumbers(ListUpdate $var) : $this
Parameters
$var : ListUpdate
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

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

        
On this page

Search results