Documentation

StoreDataBlobRequest extends Message
in package

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

Table of Contents

Properties

$blob  : mixed
Generated from protobuf field <code>.livekit.DataBlob blob = 2;</code>
$request_id  : mixed
Generated from protobuf field <code>uint32 request_id = 1 [(.logger.name) = "requestID"];</code>

Methods

__construct()  : mixed
Constructor.
clearBlob()  : mixed
getBlob()  : DataBlob|null
Generated from protobuf field <code>.livekit.DataBlob blob = 2;</code>
getRequestId()  : int
Generated from protobuf field <code>uint32 request_id = 1 [(.logger.name) = "requestID"];</code>
hasBlob()  : mixed
setBlob()  : $this
Generated from protobuf field <code>.livekit.DataBlob blob = 2;</code>
setRequestId()  : $this
Generated from protobuf field <code>uint32 request_id = 1 [(.logger.name) = "requestID"];</code>

Properties

$blob

Generated from protobuf field <code>.livekit.DataBlob blob = 2;</code>

protected mixed $blob = null

$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\DataBlob $blob

}

getRequestId()

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

public getRequestId() : int
Return values
int

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