Documentation

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
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 array<\Livekit\ParticipantInfo>|\Google\Protobuf\Internal\RepeatedField $participants

}

getParticipants()

Generated from protobuf field <code>repeated .livekit.ParticipantInfo participants = 1;</code>

public getParticipants() : RepeatedField
Return values
RepeatedField

setParticipants()

Generated from protobuf field <code>repeated .livekit.ParticipantInfo participants = 1;</code>

public setParticipants(array<string|int, ParticipantInfo>|RepeatedField $var) : $this
Parameters
$var : array<string|int, ParticipantInfo>|RepeatedField
Return values
$this
On this page

Search results