Documentation

SimulateJobRequest extends Message
in package

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

Table of Contents

Properties

$participant  : mixed
Generated from protobuf field <code>.livekit.ParticipantInfo participant = 3;</code>
$room  : mixed
Generated from protobuf field <code>.livekit.Room room = 2;</code>
$type  : mixed
Generated from protobuf field <code>.livekit.JobType type = 1;</code>

Methods

__construct()  : mixed
Constructor.
clearParticipant()  : mixed
clearRoom()  : mixed
getParticipant()  : ParticipantInfo|null
Generated from protobuf field <code>.livekit.ParticipantInfo participant = 3;</code>
getRoom()  : Room|null
Generated from protobuf field <code>.livekit.Room room = 2;</code>
getType()  : int
Generated from protobuf field <code>.livekit.JobType type = 1;</code>
hasParticipant()  : mixed
hasRoom()  : mixed
setParticipant()  : $this
Generated from protobuf field <code>.livekit.ParticipantInfo participant = 3;</code>
setRoom()  : $this
Generated from protobuf field <code>.livekit.Room room = 2;</code>
setType()  : $this
Generated from protobuf field <code>.livekit.JobType type = 1;</code>

Properties

$participant

Generated from protobuf field <code>.livekit.ParticipantInfo participant = 3;</code>

protected mixed $participant = null

$room

Generated from protobuf field <code>.livekit.Room room = 2;</code>

protected mixed $room = null

$type

Generated from protobuf field <code>.livekit.JobType type = 1;</code>

protected mixed $type = 0

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 int $type
@type \Livekit\Room $room
@type \Livekit\ParticipantInfo $participant

}

getRoom()

Generated from protobuf field <code>.livekit.Room room = 2;</code>

public getRoom() : Room|null
Return values
Room|null

getType()

Generated from protobuf field <code>.livekit.JobType type = 1;</code>

public getType() : int
Return values
int

setRoom()

Generated from protobuf field <code>.livekit.Room room = 2;</code>

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

setType()

Generated from protobuf field <code>.livekit.JobType type = 1;</code>

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

        
On this page

Search results