Documentation

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

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
string

getValues()

Generated from protobuf field <code>.livekit.SIPUri values = 2;</code>

public getValues() : SIPUri|null
Return values
SIPUri|null

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
$this

setValues()

Generated from protobuf field <code>.livekit.SIPUri values = 2;</code>

public setValues(SIPUri $var) : $this
Parameters
$var : SIPUri
Return values
$this
On this page

Search results