Documentation

UpdateRoomMetadataRequest extends Message
in package

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

Table of Contents

Properties

$metadata  : mixed
metadata to update. skipping updates if left empty
$room  : mixed
Generated from protobuf field <code>string room = 1;</code>

Methods

__construct()  : mixed
Constructor.
getMetadata()  : string
metadata to update. skipping updates if left empty
getRoom()  : string
Generated from protobuf field <code>string room = 1;</code>
setMetadata()  : $this
metadata to update. skipping updates if left empty
setRoom()  : $this
Generated from protobuf field <code>string room = 1;</code>

Properties

$metadata

metadata to update. skipping updates if left empty

protected mixed $metadata = ''

Generated from protobuf field string metadata = 2 [(.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 $room
@type string $metadata
      metadata to update. skipping updates if left empty

}

getMetadata()

metadata to update. skipping updates if left empty

public getMetadata() : string

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

Return values
string

getRoom()

Generated from protobuf field <code>string room = 1;</code>

public getRoom() : string
Return values
string

setMetadata()

metadata to update. skipping updates if left empty

public setMetadata(string $var) : $this

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

Parameters
$var : string
Return values
$this

setRoom()

Generated from protobuf field <code>string room = 1;</code>

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

        
On this page

Search results