TrickleRequest
extends Message
in package
Generated from protobuf message <code>livekit.TrickleRequest</code>
Table of Contents
Properties
- $candidateInit : mixed
- Generated from protobuf field <code>string candidateInit = 1;</code>
- $final : mixed
- Generated from protobuf field <code>bool final = 3;</code>
- $target : mixed
- Generated from protobuf field <code>.livekit.SignalTarget target = 2;</code>
Methods
- __construct() : mixed
- Constructor.
- getCandidateInit() : string
- Generated from protobuf field <code>string candidateInit = 1;</code>
- getFinal() : bool
- Generated from protobuf field <code>bool final = 3;</code>
- getTarget() : int
- Generated from protobuf field <code>.livekit.SignalTarget target = 2;</code>
- setCandidateInit() : $this
- Generated from protobuf field <code>string candidateInit = 1;</code>
- setFinal() : $this
- Generated from protobuf field <code>bool final = 3;</code>
- setTarget() : $this
- Generated from protobuf field <code>.livekit.SignalTarget target = 2;</code>
Properties
$candidateInit
Generated from protobuf field <code>string candidateInit = 1;</code>
protected
mixed
$candidateInit
= ''
$final
Generated from protobuf field <code>bool final = 3;</code>
protected
mixed
$final
= false
$target
Generated from protobuf field <code>.livekit.SignalTarget target = 2;</code>
protected
mixed
$target
= 0
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 $candidateInit @type int $target @type bool $final}
getCandidateInit()
Generated from protobuf field <code>string candidateInit = 1;</code>
public
getCandidateInit() : string
Return values
stringgetFinal()
Generated from protobuf field <code>bool final = 3;</code>
public
getFinal() : bool
Return values
boolgetTarget()
Generated from protobuf field <code>.livekit.SignalTarget target = 2;</code>
public
getTarget() : int
Return values
intsetCandidateInit()
Generated from protobuf field <code>string candidateInit = 1;</code>
public
setCandidateInit(string $var) : $this
Parameters
- $var : string
Return values
$thissetFinal()
Generated from protobuf field <code>bool final = 3;</code>
public
setFinal(bool $var) : $this
Parameters
- $var : bool
Return values
$thissetTarget()
Generated from protobuf field <code>.livekit.SignalTarget target = 2;</code>
public
setTarget(int $var) : $this
Parameters
- $var : int