ListParticipantsRequest
extends Message
in package
Generated from protobuf message <code>livekit.ListParticipantsRequest</code>
Table of Contents
Properties
- $room : mixed
- name of the room
Methods
- __construct() : mixed
- Constructor.
- getRoom() : string
- name of the room
- setRoom() : $this
- name of the room
Properties
$room
name of the room
protected
mixed
$room
= ''
Generated from protobuf field string room = 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 $room name of the room}
getRoom()
name of the room
public
getRoom() : string
Generated from protobuf field string room = 1;
Return values
stringsetRoom()
name of the room
public
setRoom(string $var) : $this
Generated from protobuf field string room = 1;
Parameters
- $var : string