Documentation

ReconnectResponse extends Message
in package

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

Table of Contents

Properties

$client_configuration  : mixed
Generated from protobuf field <code>.livekit.ClientConfiguration client_configuration = 2;</code>
$last_message_seq  : mixed
last sequence number of reliable message received before resuming
$server_info  : mixed
Generated from protobuf field <code>.livekit.ServerInfo server_info = 3;</code>
$ice_servers  : mixed
Generated from protobuf field <code>repeated .livekit.ICEServer ice_servers = 1;</code>

Methods

__construct()  : mixed
Constructor.
clearClientConfiguration()  : mixed
clearServerInfo()  : mixed
getClientConfiguration()  : ClientConfiguration|null
Generated from protobuf field <code>.livekit.ClientConfiguration client_configuration = 2;</code>
getIceServers()  : RepeatedField<string|int, ICEServer>
Generated from protobuf field <code>repeated .livekit.ICEServer ice_servers = 1;</code>
getLastMessageSeq()  : int
last sequence number of reliable message received before resuming
getServerInfo()  : ServerInfo|null
Generated from protobuf field <code>.livekit.ServerInfo server_info = 3;</code>
hasClientConfiguration()  : mixed
hasServerInfo()  : mixed
setClientConfiguration()  : $this
Generated from protobuf field <code>.livekit.ClientConfiguration client_configuration = 2;</code>
setIceServers()  : $this
Generated from protobuf field <code>repeated .livekit.ICEServer ice_servers = 1;</code>
setLastMessageSeq()  : $this
last sequence number of reliable message received before resuming
setServerInfo()  : $this
Generated from protobuf field <code>.livekit.ServerInfo server_info = 3;</code>

Properties

$client_configuration

Generated from protobuf field <code>.livekit.ClientConfiguration client_configuration = 2;</code>

protected mixed $client_configuration = null

$last_message_seq

last sequence number of reliable message received before resuming

protected mixed $last_message_seq = 0

Generated from protobuf field uint32 last_message_seq = 4;

$server_info

Generated from protobuf field <code>.livekit.ServerInfo server_info = 3;</code>

protected mixed $server_info = null

$ice_servers

Generated from protobuf field <code>repeated .livekit.ICEServer ice_servers = 1;</code>

private mixed $ice_servers

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 \Livekit\ICEServer[] $ice_servers
@type \Livekit\ClientConfiguration $client_configuration
@type \Livekit\ServerInfo $server_info
@type int $last_message_seq
      last sequence number of reliable message received before resuming

}

getIceServers()

Generated from protobuf field <code>repeated .livekit.ICEServer ice_servers = 1;</code>

public getIceServers() : RepeatedField<string|int, ICEServer>
Return values
RepeatedField<string|int, ICEServer>

getLastMessageSeq()

last sequence number of reliable message received before resuming

public getLastMessageSeq() : int

Generated from protobuf field uint32 last_message_seq = 4;

Return values
int

setIceServers()

Generated from protobuf field <code>repeated .livekit.ICEServer ice_servers = 1;</code>

public setIceServers(array<string|int, ICEServer$var) : $this
Parameters
$var : array<string|int, ICEServer>
Return values
$this

setLastMessageSeq()

last sequence number of reliable message received before resuming

public setLastMessageSeq(int $var) : $this

Generated from protobuf field uint32 last_message_seq = 4;

Parameters
$var : int
Return values
$this

setServerInfo()

Generated from protobuf field <code>.livekit.ServerInfo server_info = 3;</code>

public setServerInfo(ServerInfo $var) : $this
Parameters
$var : ServerInfo
Return values
$this

        
On this page

Search results