RoomEgress
extends Message
in package
Generated from protobuf message <code>livekit.RoomEgress</code>
Table of Contents
Properties
- $participant : mixed
- Generated from protobuf field <code>.livekit.AutoParticipantEgress participant = 3;</code>
- $room : mixed
- Generated from protobuf field <code>.livekit.RoomCompositeEgressRequest room = 1;</code>
- $tracks : mixed
- Generated from protobuf field <code>.livekit.AutoTrackEgress tracks = 2;</code>
Methods
- __construct() : mixed
- Constructor.
- clearParticipant() : mixed
- clearRoom() : mixed
- clearTracks() : mixed
- getParticipant() : AutoParticipantEgress|null
- Generated from protobuf field <code>.livekit.AutoParticipantEgress participant = 3;</code>
- getRoom() : RoomCompositeEgressRequest|null
- Generated from protobuf field <code>.livekit.RoomCompositeEgressRequest room = 1;</code>
- getTracks() : AutoTrackEgress|null
- Generated from protobuf field <code>.livekit.AutoTrackEgress tracks = 2;</code>
- hasParticipant() : mixed
- hasRoom() : mixed
- hasTracks() : mixed
- setParticipant() : $this
- Generated from protobuf field <code>.livekit.AutoParticipantEgress participant = 3;</code>
- setRoom() : $this
- Generated from protobuf field <code>.livekit.RoomCompositeEgressRequest room = 1;</code>
- setTracks() : $this
- Generated from protobuf field <code>.livekit.AutoTrackEgress tracks = 2;</code>
Properties
$participant
Generated from protobuf field <code>.livekit.AutoParticipantEgress participant = 3;</code>
protected
mixed
$participant
= null
$room
Generated from protobuf field <code>.livekit.RoomCompositeEgressRequest room = 1;</code>
protected
mixed
$room
= null
$tracks
Generated from protobuf field <code>.livekit.AutoTrackEgress tracks = 2;</code>
protected
mixed
$tracks
= null
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 \Livekit\RoomCompositeEgressRequest $room @type \Livekit\AutoParticipantEgress $participant @type \Livekit\AutoTrackEgress $tracks}
clearParticipant()
public
clearParticipant() : mixed
clearRoom()
public
clearRoom() : mixed
clearTracks()
public
clearTracks() : mixed
getParticipant()
Generated from protobuf field <code>.livekit.AutoParticipantEgress participant = 3;</code>
public
getParticipant() : AutoParticipantEgress|null
Return values
AutoParticipantEgress|nullgetRoom()
Generated from protobuf field <code>.livekit.RoomCompositeEgressRequest room = 1;</code>
public
getRoom() : RoomCompositeEgressRequest|null
Return values
RoomCompositeEgressRequest|nullgetTracks()
Generated from protobuf field <code>.livekit.AutoTrackEgress tracks = 2;</code>
public
getTracks() : AutoTrackEgress|null
Return values
AutoTrackEgress|nullhasParticipant()
public
hasParticipant() : mixed
hasRoom()
public
hasRoom() : mixed
hasTracks()
public
hasTracks() : mixed
setParticipant()
Generated from protobuf field <code>.livekit.AutoParticipantEgress participant = 3;</code>
public
setParticipant(AutoParticipantEgress $var) : $this
Parameters
- $var : AutoParticipantEgress
Return values
$thissetRoom()
Generated from protobuf field <code>.livekit.RoomCompositeEgressRequest room = 1;</code>
public
setRoom(RoomCompositeEgressRequest $var) : $this
Parameters
- $var : RoomCompositeEgressRequest
Return values
$thissetTracks()
Generated from protobuf field <code>.livekit.AutoTrackEgress tracks = 2;</code>
public
setTracks(AutoTrackEgress $var) : $this
Parameters
- $var : AutoTrackEgress