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}
clearAllowedAddresses()
public
clearAllowedAddresses() : mixed
clearAllowedNumbers()
public
clearAllowedNumbers() : mixed
clearAuthPassword()
public
clearAuthPassword() : mixed
clearAuthUsername()
public
clearAuthUsername() : mixed
clearMediaEncryption()
public
clearMediaEncryption() : mixed
clearMetadata()
public
clearMetadata() : mixed
clearName()
public
clearName() : mixed
clearNumbers()
public
clearNumbers() : mixed
getAllowedAddresses()
Generated from protobuf field <code>.livekit.ListUpdate allowed_addresses = 2;</code>
public
getAllowedAddresses() : ListUpdate|null
Return values
ListUpdate|nullgetAllowedNumbers()
Generated from protobuf field <code>.livekit.ListUpdate allowed_numbers = 3;</code>
public
getAllowedNumbers() : ListUpdate|null
Return values
ListUpdate|nullgetAuthPassword()
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
stringgetAuthUsername()
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
stringgetMediaEncryption()
Generated from protobuf field <code>optional .livekit.SIPMediaEncryption media_encryption = 8;</code>
public
getMediaEncryption() : int
Return values
intgetMetadata()
Generated from protobuf field <code>optional string metadata = 7 [(.logger.redact) = true, (.logger.redact_format) = "<redacted ({{ .Size }} bytes)>"];</code>
public
getMetadata() : string
Return values
stringgetName()
Generated from protobuf field <code>optional string name = 6;</code>
public
getName() : string
Return values
stringgetNumbers()
Generated from protobuf field <code>.livekit.ListUpdate numbers = 1;</code>
public
getNumbers() : ListUpdate|null
Return values
ListUpdate|nullhasAllowedAddresses()
public
hasAllowedAddresses() : mixed
hasAllowedNumbers()
public
hasAllowedNumbers() : mixed
hasAuthPassword()
public
hasAuthPassword() : mixed
hasAuthUsername()
public
hasAuthUsername() : mixed
hasMediaEncryption()
public
hasMediaEncryption() : mixed
hasMetadata()
public
hasMetadata() : mixed
hasName()
public
hasName() : mixed
hasNumbers()
public
hasNumbers() : mixed
setAllowedAddresses()
Generated from protobuf field <code>.livekit.ListUpdate allowed_addresses = 2;</code>
public
setAllowedAddresses(ListUpdate $var) : $this
Parameters
- $var : ListUpdate
Return values
$thissetAllowedNumbers()
Generated from protobuf field <code>.livekit.ListUpdate allowed_numbers = 3;</code>
public
setAllowedNumbers(ListUpdate $var) : $this
Parameters
- $var : ListUpdate
Return values
$thissetAuthPassword()
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
$thissetAuthUsername()
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
$thissetMediaEncryption()
Generated from protobuf field <code>optional .livekit.SIPMediaEncryption media_encryption = 8;</code>
public
setMediaEncryption(int $var) : $this
Parameters
- $var : int
Return values
$thissetMetadata()
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
$thissetName()
Generated from protobuf field <code>optional string name = 6;</code>
public
setName(string $var) : $this
Parameters
- $var : string
Return values
$thissetNumbers()
Generated from protobuf field <code>.livekit.ListUpdate numbers = 1;</code>
public
setNumbers(ListUpdate $var) : $this
Parameters
- $var : ListUpdate