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<string|int, string>
- 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 string[] $names when set, will only return rooms with name match}
getNames()
when set, will only return rooms with name match
public
getNames() : RepeatedField<string|int, string>
Generated from protobuf field repeated string names = 1;
Return values
RepeatedField<string|int, string>setNames()
when set, will only return rooms with name match
public
setNames(array<string|int, string> $var) : $this
Generated from protobuf field repeated string names = 1;
Parameters
- $var : array<string|int, string>