Documentation

ListRoomsRequest extends Message
in package

Generated from protobuf message <code>livekit.ListRoomsRequest</code>

Table of Contents

Properties

$names  : mixed
when set, will only return rooms with name match

Methods

__construct()  : mixed
Constructor.
getNames()  : RepeatedField
when set, will only return rooms with name match
setNames()  : $this
when set, will only return rooms with name match

Properties

$names

when set, will only return rooms with name match

private mixed $names

Generated from protobuf field repeated string names = 1;

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<string>|\Google\Protobuf\Internal\RepeatedField $names
      when set, will only return rooms with name match

}

getNames()

when set, will only return rooms with name match

public getNames() : RepeatedField

Generated from protobuf field repeated string names = 1;

Return values
RepeatedField

setNames()

when set, will only return rooms with name match

public setNames(array<string|int, string>|RepeatedField $var) : $this

Generated from protobuf field repeated string names = 1;

Parameters
$var : array<string|int, string>|RepeatedField
Return values
$this
On this page

Search results