GetDataBlobRequest
extends Message
in package
Generated from protobuf message <code>livekit.GetDataBlobRequest</code>
Table of Contents
Properties
- $key : mixed
- Unique key of the data blob to retrieve.
- $participant_identity : mixed
- Identity of the participant who owns the blob.
- $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 of the data blob to retrieve.
- getParticipantIdentity() : string
- Identity of the participant who owns the blob.
- getRequestId() : int
- Generated from protobuf field <code>uint32 request_id = 1 [(.logger.name) = "requestID"];</code>
- hasKey() : mixed
- setKey() : $this
- Unique key of the data blob to retrieve.
- setParticipantIdentity() : $this
- Identity of the participant who owns the blob.
- setRequestId() : $this
- Generated from protobuf field <code>uint32 request_id = 1 [(.logger.name) = "requestID"];</code>
Properties
$key
Unique key of the data blob to retrieve.
protected
mixed
$key
= null
Generated from protobuf field .livekit.DataBlobKey key = 3;
$participant_identity
Identity of the participant who owns the blob.
protected
mixed
$participant_identity
= ''
Generated from protobuf field string participant_identity = 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 string $participant_identity Identity of the participant who owns the blob. @type \Livekit\DataBlobKey $key Unique key of the data blob to retrieve.}
clearKey()
public
clearKey() : mixed
getKey()
Unique key of the data blob to retrieve.
public
getKey() : DataBlobKey|null
Generated from protobuf field .livekit.DataBlobKey key = 3;
Return values
DataBlobKey|nullgetParticipantIdentity()
Identity of the participant who owns the blob.
public
getParticipantIdentity() : string
Generated from protobuf field string participant_identity = 2;
Return values
stringgetRequestId()
Generated from protobuf field <code>uint32 request_id = 1 [(.logger.name) = "requestID"];</code>
public
getRequestId() : int
Return values
inthasKey()
public
hasKey() : mixed
setKey()
Unique key of the data blob to retrieve.
public
setKey(DataBlobKey $var) : $this
Generated from protobuf field .livekit.DataBlobKey key = 3;
Parameters
- $var : DataBlobKey
Return values
$thissetParticipantIdentity()
Identity of the participant who owns the blob.
public
setParticipantIdentity(string $var) : $this
Generated from protobuf field string participant_identity = 2;
Parameters
- $var : string
Return values
$thissetRequestId()
Generated from protobuf field <code>uint32 request_id = 1 [(.logger.name) = "requestID"];</code>
public
setRequestId(int $var) : $this
Parameters
- $var : int