Documentation

JobTermination extends Message
in package

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

Table of Contents

Properties

$job_id  : mixed
Generated from protobuf field <code>string job_id = 1;</code>

Methods

__construct()  : mixed
Constructor.
getJobId()  : string
Generated from protobuf field <code>string job_id = 1;</code>
setJobId()  : $this
Generated from protobuf field <code>string job_id = 1;</code>

Properties

$job_id

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

protected mixed $job_id = ''

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 $job_id

}

getJobId()

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

public getJobId() : string
Return values
string

setJobId()

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

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

        
On this page

Search results