SIPRequestDest
extends Message
in package
Generated from protobuf message <code>livekit.SIPRequestDest</code>
Table of Contents
Properties
- $uri : mixed
Methods
- __construct() : mixed
- Constructor.
- 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
- setRaw() : $this
- <sip:user\@sip.example.com:5060;transport=tcp>
- setValues() : $this
- Generated from protobuf field <code>.livekit.SIPUri values = 2;</code>
Properties
$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 $raw <sip:user\@sip.example.com:5060;transport=tcp> @type \Livekit\SIPUri $values}
getRaw()
<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
setRaw()
<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