Documentation

StoreDataBlobResponse extends Message
in package

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

Table of Contents

Properties

$key  : mixed
Unique key the data blob was stored under.
$request_id  : mixed
Generated from protobuf field <code>uint32 request_id = 1 [(.logger.name) = "requestID"];</code>

Methods

__construct()  : mixed
Constructor.
clearKey()  : mixed
getKey()  : DataBlobKey|null
Unique key the data blob was stored under.
getRequestId()  : int
Generated from protobuf field <code>uint32 request_id = 1 [(.logger.name) = "requestID"];</code>
hasKey()  : mixed
setKey()  : $this
Unique key the data blob was stored under.
setRequestId()  : $this
Generated from protobuf field <code>uint32 request_id = 1 [(.logger.name) = "requestID"];</code>

Properties

$key

Unique key the data blob was stored under.

protected mixed $key = null

Generated from protobuf field .livekit.DataBlobKey key = 2;

$request_id

Generated from protobuf field <code>uint32 request_id = 1 [(.logger.name) = "requestID"];</code>

protected mixed $request_id = 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 int $request_id
@type \Livekit\DataBlobKey $key
      Unique key the data blob was stored under.

}

getRequestId()

Generated from protobuf field <code>uint32 request_id = 1 [(.logger.name) = "requestID"];</code>

public getRequestId() : int
Return values
int

setKey()

Unique key the data blob was stored under.

public setKey(DataBlobKey $var) : $this

Generated from protobuf field .livekit.DataBlobKey key = 2;

Parameters
$var : DataBlobKey
Return values
$this

setRequestId()

Generated from protobuf field <code>uint32 request_id = 1 [(.logger.name) = "requestID"];</code>

public setRequestId(int $var) : $this
Parameters
$var : int
Return values
$this
On this page

Search results