RpcAck
extends Message
in package
Generated from protobuf message <code>livekit.RpcAck</code>
Table of Contents
Properties
- $request_id : mixed
- Generated from protobuf field <code>string request_id = 1;</code>
Methods
- __construct() : mixed
- Constructor.
- getRequestId() : string
- Generated from protobuf field <code>string request_id = 1;</code>
- setRequestId() : $this
- Generated from protobuf field <code>string request_id = 1;</code>
Properties
$request_id
Generated from protobuf field <code>string request_id = 1;</code>
protected
mixed
$request_id
= ''
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 $request_id}
getRequestId()
Generated from protobuf field <code>string request_id = 1;</code>
public
getRequestId() : string
Return values
stringsetRequestId()
Generated from protobuf field <code>string request_id = 1;</code>
public
setRequestId(string $var) : $this
Parameters
- $var : string