ListParticipantsResponse
extends Message
in package
Generated from protobuf message <code>livekit.ListParticipantsResponse</code>
Table of Contents
Properties
- $participants : mixed
- Generated from protobuf field <code>repeated .livekit.ParticipantInfo participants = 1;</code>
Methods
- __construct() : mixed
- Constructor.
- getParticipants() : RepeatedField<string|int, ParticipantInfo>
- Generated from protobuf field <code>repeated .livekit.ParticipantInfo participants = 1;</code>
- setParticipants() : $this
- Generated from protobuf field <code>repeated .livekit.ParticipantInfo participants = 1;</code>
Properties
$participants
Generated from protobuf field <code>repeated .livekit.ParticipantInfo participants = 1;</code>
private
mixed
$participants
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\ParticipantInfo[] $participants}
getParticipants()
Generated from protobuf field <code>repeated .livekit.ParticipantInfo participants = 1;</code>
public
getParticipants() : RepeatedField<string|int, ParticipantInfo>
Return values
RepeatedField<string|int, ParticipantInfo>setParticipants()
Generated from protobuf field <code>repeated .livekit.ParticipantInfo participants = 1;</code>
public
setParticipants(array<string|int, ParticipantInfo> $var) : $this
Parameters
- $var : array<string|int, ParticipantInfo>