SIPNamedDest
extends Message
in package
Generated from protobuf message <code>livekit.SIPNamedDest</code>
Table of Contents
Properties
- $display_name : mixed
- Generated from protobuf field <code>string display_name = 3;</code>
- $uri : mixed
Methods
- __construct() : mixed
- Constructor.
- getDisplayName() : string
- Generated from protobuf field <code>string display_name = 3;</code>
- getRaw() : string
- <sip:user\@sip.example.com:5060;transport=tcp>
- getUri() : string
- getValues() : SIPUri|null
- Generated from protobuf field <code>.livekit.SIPUri values = 2;</code>
- hasRaw() : mixed
- hasValues() : mixed
- setDisplayName() : $this
- Generated from protobuf field <code>string display_name = 3;</code>
- setRaw() : $this
- <sip:user\@sip.example.com:5060;transport=tcp>
- setValues() : $this
- Generated from protobuf field <code>.livekit.SIPUri values = 2;</code>
Properties
$display_name
Generated from protobuf field <code>string display_name = 3;</code>
protected
mixed
$display_name
= ''
$uri
protected
mixed
$uri
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 $display_name @type string $raw <sip:user\@sip.example.com:5060;transport=tcp> @type \Livekit\SIPUri $values}
getDisplayName()
Generated from protobuf field <code>string display_name = 3;</code>
public
getDisplayName() : string
Return values
stringgetRaw()
<sip:user\@sip.example.com:5060;transport=tcp>
public
getRaw() : string
Generated from protobuf field string raw = 1;
Return values
stringgetUri()
public
getUri() : string
Return values
stringgetValues()
Generated from protobuf field <code>.livekit.SIPUri values = 2;</code>
public
getValues() : SIPUri|null
Return values
SIPUri|nullhasRaw()
public
hasRaw() : mixed
hasValues()
public
hasValues() : mixed
setDisplayName()
Generated from protobuf field <code>string display_name = 3;</code>
public
setDisplayName(string $var) : $this
Parameters
- $var : string
Return values
$thissetRaw()
<sip:user\@sip.example.com:5060;transport=tcp>
public
setRaw(string $var) : $this
Generated from protobuf field string raw = 1;
Parameters
- $var : string
Return values
$thissetValues()
Generated from protobuf field <code>.livekit.SIPUri values = 2;</code>
public
setValues(SIPUri $var) : $this
Parameters
- $var : SIPUri