Documentation

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

hasParticipant()

public hasParticipant() : mixed

        
On this page

Search results