Documentation

PerformRpcRequest extends Message
in package

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

Table of Contents

Properties

$destination_identity  : mixed
Generated from protobuf field <code>string destination_identity = 2;</code>
$method  : mixed
Generated from protobuf field <code>string method = 3;</code>
$payload  : mixed
Generated from protobuf field <code>string payload = 4;</code>
$response_timeout_ms  : mixed
Generated from protobuf field <code>uint32 response_timeout_ms = 5;</code>
$room  : mixed
Generated from protobuf field <code>string room = 1;</code>

Methods

__construct()  : mixed
Constructor.
getDestinationIdentity()  : string
Generated from protobuf field <code>string destination_identity = 2;</code>
getMethod()  : string
Generated from protobuf field <code>string method = 3;</code>
getPayload()  : string
Generated from protobuf field <code>string payload = 4;</code>
getResponseTimeoutMs()  : int
Generated from protobuf field <code>uint32 response_timeout_ms = 5;</code>
getRoom()  : string
Generated from protobuf field <code>string room = 1;</code>
setDestinationIdentity()  : $this
Generated from protobuf field <code>string destination_identity = 2;</code>
setMethod()  : $this
Generated from protobuf field <code>string method = 3;</code>
setPayload()  : $this
Generated from protobuf field <code>string payload = 4;</code>
setResponseTimeoutMs()  : $this
Generated from protobuf field <code>uint32 response_timeout_ms = 5;</code>
setRoom()  : $this
Generated from protobuf field <code>string room = 1;</code>

Properties

$destination_identity

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

protected mixed $destination_identity = ''

$method

Generated from protobuf field <code>string method = 3;</code>

protected mixed $method = ''

$payload

Generated from protobuf field <code>string payload = 4;</code>

protected mixed $payload = ''

$response_timeout_ms

Generated from protobuf field <code>uint32 response_timeout_ms = 5;</code>

protected mixed $response_timeout_ms = 0

$room

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

protected mixed $room = ''

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 $destination_identity
@type string $method
@type string $payload
@type int $response_timeout_ms

}

getDestinationIdentity()

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

public getDestinationIdentity() : string
Return values
string

getMethod()

Generated from protobuf field <code>string method = 3;</code>

public getMethod() : string
Return values
string

getPayload()

Generated from protobuf field <code>string payload = 4;</code>

public getPayload() : string
Return values
string

getResponseTimeoutMs()

Generated from protobuf field <code>uint32 response_timeout_ms = 5;</code>

public getResponseTimeoutMs() : int
Return values
int

getRoom()

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

public getRoom() : string
Return values
string

setDestinationIdentity()

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

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

setMethod()

Generated from protobuf field <code>string method = 3;</code>

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

setPayload()

Generated from protobuf field <code>string payload = 4;</code>

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

setResponseTimeoutMs()

Generated from protobuf field <code>uint32 response_timeout_ms = 5;</code>

public setResponseTimeoutMs(int $var) : $this
Parameters
$var : int
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