Documentation

RoomAgentDispatch extends Message
in package

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

Table of Contents

Properties

$agent_name  : mixed
Generated from protobuf field <code>string agent_name = 1;</code>
$metadata  : mixed
Generated from protobuf field <code>string metadata = 2;</code>

Methods

__construct()  : mixed
Constructor.
getAgentName()  : string
Generated from protobuf field <code>string agent_name = 1;</code>
getMetadata()  : string
Generated from protobuf field <code>string metadata = 2;</code>
setAgentName()  : $this
Generated from protobuf field <code>string agent_name = 1;</code>
setMetadata()  : $this
Generated from protobuf field <code>string metadata = 2;</code>

Properties

$agent_name

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

protected mixed $agent_name = ''

$metadata

Generated from protobuf field <code>string metadata = 2;</code>

protected mixed $metadata = ''

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 $agent_name
@type string $metadata

}

getAgentName()

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

public getAgentName() : string
Return values
string

getMetadata()

Generated from protobuf field <code>string metadata = 2;</code>

public getMetadata() : string
Return values
string

setAgentName()

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

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

setMetadata()

Generated from protobuf field <code>string metadata = 2;</code>

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

        
On this page

Search results