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}
clearParticipant()
public
clearParticipant() : mixed
clearRoom()
public
clearRoom() : mixed
getParticipant()
Generated from protobuf field <code>.livekit.ParticipantInfo participant = 3;</code>
public
getParticipant() : ParticipantInfo|null
Return values
ParticipantInfo|nullgetRoom()
Generated from protobuf field <code>.livekit.Room room = 2;</code>
public
getRoom() : Room|null
Return values
Room|nullgetType()
Generated from protobuf field <code>.livekit.JobType type = 1;</code>
public
getType() : int
Return values
inthasParticipant()
public
hasParticipant() : mixed
hasRoom()
public
hasRoom() : mixed
setParticipant()
Generated from protobuf field <code>.livekit.ParticipantInfo participant = 3;</code>
public
setParticipant(ParticipantInfo $var) : $this
Parameters
- $var : ParticipantInfo
Return values
$thissetRoom()
Generated from protobuf field <code>.livekit.Room room = 2;</code>
public
setRoom(Room $var) : $this
Parameters
- $var : Room
Return values
$thissetType()
Generated from protobuf field <code>.livekit.JobType type = 1;</code>
public
setType(int $var) : $this
Parameters
- $var : int