SIPUri
extends Message
in package
Generated from protobuf message <code>livekit.SIPUri</code>
Table of Contents
Properties
- $host : mixed
- Generated from protobuf field <code>string host = 2;</code>
- $ip : mixed
- Generated from protobuf field <code>string ip = 3;</code>
- $port : mixed
- Generated from protobuf field <code>uint32 port = 4;</code>
- $transport : mixed
- Generated from protobuf field <code>.livekit.SIPTransport transport = 5;</code>
- $user : mixed
- Generated from protobuf field <code>string user = 1;</code>
Methods
- __construct() : mixed
- Constructor.
- getHost() : string
- Generated from protobuf field <code>string host = 2;</code>
- getIp() : string
- Generated from protobuf field <code>string ip = 3;</code>
- getPort() : int
- Generated from protobuf field <code>uint32 port = 4;</code>
- getTransport() : int
- Generated from protobuf field <code>.livekit.SIPTransport transport = 5;</code>
- getUser() : string
- Generated from protobuf field <code>string user = 1;</code>
- setHost() : $this
- Generated from protobuf field <code>string host = 2;</code>
- setIp() : $this
- Generated from protobuf field <code>string ip = 3;</code>
- setPort() : $this
- Generated from protobuf field <code>uint32 port = 4;</code>
- setTransport() : $this
- Generated from protobuf field <code>.livekit.SIPTransport transport = 5;</code>
- setUser() : $this
- Generated from protobuf field <code>string user = 1;</code>
Properties
$host
Generated from protobuf field <code>string host = 2;</code>
protected
mixed
$host
= ''
$ip
Generated from protobuf field <code>string ip = 3;</code>
protected
mixed
$ip
= ''
$port
Generated from protobuf field <code>uint32 port = 4;</code>
protected
mixed
$port
= 0
$transport
Generated from protobuf field <code>.livekit.SIPTransport transport = 5;</code>
protected
mixed
$transport
= 0
$user
Generated from protobuf field <code>string user = 1;</code>
protected
mixed
$user
= ''
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 $user @type string $host @type string $ip @type int $port @type int $transport}
getHost()
Generated from protobuf field <code>string host = 2;</code>
public
getHost() : string
Return values
stringgetIp()
Generated from protobuf field <code>string ip = 3;</code>
public
getIp() : string
Return values
stringgetPort()
Generated from protobuf field <code>uint32 port = 4;</code>
public
getPort() : int
Return values
intgetTransport()
Generated from protobuf field <code>.livekit.SIPTransport transport = 5;</code>
public
getTransport() : int
Return values
intgetUser()
Generated from protobuf field <code>string user = 1;</code>
public
getUser() : string
Return values
stringsetHost()
Generated from protobuf field <code>string host = 2;</code>
public
setHost(string $var) : $this
Parameters
- $var : string
Return values
$thissetIp()
Generated from protobuf field <code>string ip = 3;</code>
public
setIp(string $var) : $this
Parameters
- $var : string
Return values
$thissetPort()
Generated from protobuf field <code>uint32 port = 4;</code>
public
setPort(int $var) : $this
Parameters
- $var : int
Return values
$thissetTransport()
Generated from protobuf field <code>.livekit.SIPTransport transport = 5;</code>
public
setTransport(int $var) : $this
Parameters
- $var : int
Return values
$thissetUser()
Generated from protobuf field <code>string user = 1;</code>
public
setUser(string $var) : $this
Parameters
- $var : string