Documentation

AnalyticsClientMeta extends Message
in package

Generated from protobuf message <code>livekit.AnalyticsClientMeta</code>

Table of Contents

Properties

$client_addr  : mixed
Generated from protobuf field <code>string client_addr = 3;</code>
$client_connect_time  : mixed
Generated from protobuf field <code>uint32 client_connect_time = 4;</code>
$connection_type  : mixed
udp, tcp, turn
$country  : mixed
Generated from protobuf field <code>optional string country = 8;</code>
$geo_hash  : mixed
Generated from protobuf field <code>optional string geo_hash = 7;</code>
$isp_asn  : mixed
Generated from protobuf field <code>optional uint32 isp_asn = 9;</code>
$node  : mixed
Generated from protobuf field <code>string node = 2;</code>
$reconnect_reason  : mixed
Generated from protobuf field <code>.livekit.ReconnectReason reconnect_reason = 6;</code>
$region  : mixed
Generated from protobuf field <code>string region = 1;</code>

Methods

__construct()  : mixed
Constructor.
clearCountry()  : mixed
clearGeoHash()  : mixed
clearIspAsn()  : mixed
getClientAddr()  : string
Generated from protobuf field <code>string client_addr = 3;</code>
getClientConnectTime()  : int
Generated from protobuf field <code>uint32 client_connect_time = 4;</code>
getConnectionType()  : string
udp, tcp, turn
getCountry()  : string
Generated from protobuf field <code>optional string country = 8;</code>
getGeoHash()  : string
Generated from protobuf field <code>optional string geo_hash = 7;</code>
getIspAsn()  : int
Generated from protobuf field <code>optional uint32 isp_asn = 9;</code>
getNode()  : string
Generated from protobuf field <code>string node = 2;</code>
getReconnectReason()  : int
Generated from protobuf field <code>.livekit.ReconnectReason reconnect_reason = 6;</code>
getRegion()  : string
Generated from protobuf field <code>string region = 1;</code>
hasCountry()  : mixed
hasGeoHash()  : mixed
hasIspAsn()  : mixed
setClientAddr()  : $this
Generated from protobuf field <code>string client_addr = 3;</code>
setClientConnectTime()  : $this
Generated from protobuf field <code>uint32 client_connect_time = 4;</code>
setConnectionType()  : $this
udp, tcp, turn
setCountry()  : $this
Generated from protobuf field <code>optional string country = 8;</code>
setGeoHash()  : $this
Generated from protobuf field <code>optional string geo_hash = 7;</code>
setIspAsn()  : $this
Generated from protobuf field <code>optional uint32 isp_asn = 9;</code>
setNode()  : $this
Generated from protobuf field <code>string node = 2;</code>
setReconnectReason()  : $this
Generated from protobuf field <code>.livekit.ReconnectReason reconnect_reason = 6;</code>
setRegion()  : $this
Generated from protobuf field <code>string region = 1;</code>

Properties

$client_addr

Generated from protobuf field <code>string client_addr = 3;</code>

protected mixed $client_addr = ''

$client_connect_time

Generated from protobuf field <code>uint32 client_connect_time = 4;</code>

protected mixed $client_connect_time = 0

$connection_type

udp, tcp, turn

protected mixed $connection_type = ''

Generated from protobuf field string connection_type = 5;

$country

Generated from protobuf field <code>optional string country = 8;</code>

protected mixed $country = null

$geo_hash

Generated from protobuf field <code>optional string geo_hash = 7;</code>

protected mixed $geo_hash = null

$isp_asn

Generated from protobuf field <code>optional uint32 isp_asn = 9;</code>

protected mixed $isp_asn = null

$node

Generated from protobuf field <code>string node = 2;</code>

protected mixed $node = ''

$reconnect_reason

Generated from protobuf field <code>.livekit.ReconnectReason reconnect_reason = 6;</code>

protected mixed $reconnect_reason = 0

$region

Generated from protobuf field <code>string region = 1;</code>

protected mixed $region = ''

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 $region
@type string $node
@type string $client_addr
@type int $client_connect_time
@type string $connection_type
      udp, tcp, turn
@type int $reconnect_reason
@type string $geo_hash
@type string $country
@type int $isp_asn

}

getClientAddr()

Generated from protobuf field <code>string client_addr = 3;</code>

public getClientAddr() : string
Return values
string

getClientConnectTime()

Generated from protobuf field <code>uint32 client_connect_time = 4;</code>

public getClientConnectTime() : int
Return values
int

getConnectionType()

udp, tcp, turn

public getConnectionType() : string

Generated from protobuf field string connection_type = 5;

Return values
string

getCountry()

Generated from protobuf field <code>optional string country = 8;</code>

public getCountry() : string
Return values
string

getGeoHash()

Generated from protobuf field <code>optional string geo_hash = 7;</code>

public getGeoHash() : string
Return values
string

getIspAsn()

Generated from protobuf field <code>optional uint32 isp_asn = 9;</code>

public getIspAsn() : int
Return values
int

getNode()

Generated from protobuf field <code>string node = 2;</code>

public getNode() : string
Return values
string

getReconnectReason()

Generated from protobuf field <code>.livekit.ReconnectReason reconnect_reason = 6;</code>

public getReconnectReason() : int
Return values
int

getRegion()

Generated from protobuf field <code>string region = 1;</code>

public getRegion() : string
Return values
string

setClientAddr()

Generated from protobuf field <code>string client_addr = 3;</code>

public setClientAddr(string $var) : $this
Parameters
$var : string
Return values
$this

setClientConnectTime()

Generated from protobuf field <code>uint32 client_connect_time = 4;</code>

public setClientConnectTime(int $var) : $this
Parameters
$var : int
Return values
$this

setConnectionType()

udp, tcp, turn

public setConnectionType(string $var) : $this

Generated from protobuf field string connection_type = 5;

Parameters
$var : string
Return values
$this

setCountry()

Generated from protobuf field <code>optional string country = 8;</code>

public setCountry(string $var) : $this
Parameters
$var : string
Return values
$this

setGeoHash()

Generated from protobuf field <code>optional string geo_hash = 7;</code>

public setGeoHash(string $var) : $this
Parameters
$var : string
Return values
$this

setIspAsn()

Generated from protobuf field <code>optional uint32 isp_asn = 9;</code>

public setIspAsn(int $var) : $this
Parameters
$var : int
Return values
$this

setNode()

Generated from protobuf field <code>string node = 2;</code>

public setNode(string $var) : $this
Parameters
$var : string
Return values
$this

setReconnectReason()

Generated from protobuf field <code>.livekit.ReconnectReason reconnect_reason = 6;</code>

public setReconnectReason(int $var) : $this
Parameters
$var : int
Return values
$this

setRegion()

Generated from protobuf field <code>string region = 1;</code>

public setRegion(string $var) : $this
Parameters
$var : string
Return values
$this

        
On this page

Search results