Documentation

UpdateParticipantMetadata extends Message
in package

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

Table of Contents

Properties

$metadata  : mixed
Generated from protobuf field <code>string metadata = 1 [(.logger.redact) = true, (.logger.redact_format) = "<redacted ({{ .Size }} bytes)>"];</code>
$name  : mixed
Generated from protobuf field <code>string name = 2 [(.logger.redact) = true, (.logger.redact_format) = "<redacted ({{ .Size }} bytes)>"];</code>
$request_id  : mixed
Generated from protobuf field <code>uint32 request_id = 4;</code>
$attributes  : mixed
attributes to update. it only updates attributes that have been set to delete attributes, set the value to an empty string

Methods

__construct()  : mixed
Constructor.
getAttributes()  : MapField
attributes to update. it only updates attributes that have been set to delete attributes, set the value to an empty string
getMetadata()  : string
Generated from protobuf field <code>string metadata = 1 [(.logger.redact) = true, (.logger.redact_format) = "<redacted ({{ .Size }} bytes)>"];</code>
getName()  : string
Generated from protobuf field <code>string name = 2 [(.logger.redact) = true, (.logger.redact_format) = "<redacted ({{ .Size }} bytes)>"];</code>
getRequestId()  : int
Generated from protobuf field <code>uint32 request_id = 4;</code>
setAttributes()  : $this
attributes to update. it only updates attributes that have been set to delete attributes, set the value to an empty string
setMetadata()  : $this
Generated from protobuf field <code>string metadata = 1 [(.logger.redact) = true, (.logger.redact_format) = "<redacted ({{ .Size }} bytes)>"];</code>
setName()  : $this
Generated from protobuf field <code>string name = 2 [(.logger.redact) = true, (.logger.redact_format) = "<redacted ({{ .Size }} bytes)>"];</code>
setRequestId()  : $this
Generated from protobuf field <code>uint32 request_id = 4;</code>

Properties

$metadata

Generated from protobuf field <code>string metadata = 1 [(.logger.redact) = true, (.logger.redact_format) = "<redacted ({{ .Size }} bytes)>"];</code>

protected mixed $metadata = ''

$name

Generated from protobuf field <code>string name = 2 [(.logger.redact) = true, (.logger.redact_format) = "<redacted ({{ .Size }} bytes)>"];</code>

protected mixed $name = ''

$request_id

Generated from protobuf field <code>uint32 request_id = 4;</code>

protected mixed $request_id = 0

$attributes

attributes to update. it only updates attributes that have been set to delete attributes, set the value to an empty string

private mixed $attributes

Generated from protobuf field map<string, string> attributes = 3 [(.logger.redact) = true, (.logger.redact_format) = "<redacted ({{ .Size }} bytes)>"];

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 $metadata
@type string $name
@type array|\Google\Protobuf\Internal\MapField $attributes
      attributes to update. it only updates attributes that have been set
      to delete attributes, set the value to an empty string
@type int $request_id

}

getAttributes()

attributes to update. it only updates attributes that have been set to delete attributes, set the value to an empty string

public getAttributes() : MapField

Generated from protobuf field map<string, string> attributes = 3 [(.logger.redact) = true, (.logger.redact_format) = "<redacted ({{ .Size }} bytes)>"];

Return values
MapField

getMetadata()

Generated from protobuf field <code>string metadata = 1 [(.logger.redact) = true, (.logger.redact_format) = "<redacted ({{ .Size }} bytes)>"];</code>

public getMetadata() : string
Return values
string

getName()

Generated from protobuf field <code>string name = 2 [(.logger.redact) = true, (.logger.redact_format) = "<redacted ({{ .Size }} bytes)>"];</code>

public getName() : string
Return values
string

getRequestId()

Generated from protobuf field <code>uint32 request_id = 4;</code>

public getRequestId() : int
Return values
int

setAttributes()

attributes to update. it only updates attributes that have been set to delete attributes, set the value to an empty string

public setAttributes(array<string|int, mixed>|MapField $var) : $this

Generated from protobuf field map<string, string> attributes = 3 [(.logger.redact) = true, (.logger.redact_format) = "<redacted ({{ .Size }} bytes)>"];

Parameters
$var : array<string|int, mixed>|MapField
Return values
$this

setMetadata()

Generated from protobuf field <code>string metadata = 1 [(.logger.redact) = true, (.logger.redact_format) = "<redacted ({{ .Size }} bytes)>"];</code>

public setMetadata(string $var) : $this
Parameters
$var : string
Return values
$this

setName()

Generated from protobuf field <code>string name = 2 [(.logger.redact) = true, (.logger.redact_format) = "<redacted ({{ .Size }} bytes)>"];</code>

public setName(string $var) : $this
Parameters
$var : string
Return values
$this

setRequestId()

Generated from protobuf field <code>uint32 request_id = 4;</code>

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

        
On this page

Search results