CreateRoomParameters
in package
Table of Contents
Properties
- $emptyTimeout : int
- $maxParticipants : int
- $roomId : string
- $roomMetadata : RoomMetadataParameters
Methods
- __construct() : mixed
- buildBody() : array<string|int, mixed>
- getEmptyTimeout() : int
- getMaxParticipants() : int
- getRoomId() : string
- getRoomMetadata() : RoomMetadataParameters
- setEmptyTimeout() : mixed
- setMaxParticipants() : mixed
- setRoomId() : mixed
- setRoomMetadata() : mixed
Properties
$emptyTimeout
protected
int
$emptyTimeout
= 0
$maxParticipants
protected
int
$maxParticipants
= 0
$roomId
protected
string
$roomId
$roomMetadata
protected
RoomMetadataParameters
$roomMetadata
Methods
__construct()
public
__construct() : mixed
buildBody()
public
buildBody() : array<string|int, mixed>
Return values
array<string|int, mixed>getEmptyTimeout()
public
getEmptyTimeout() : int
Return values
intgetMaxParticipants()
public
getMaxParticipants() : int
Return values
intgetRoomId()
public
getRoomId() : string
Return values
stringgetRoomMetadata()
public
getRoomMetadata() : RoomMetadataParameters
Return values
RoomMetadataParameterssetEmptyTimeout()
public
setEmptyTimeout(int $emptyTimeout) : mixed
Parameters
- $emptyTimeout : int
setMaxParticipants()
public
setMaxParticipants(int $maxParticipants) : mixed
Parameters
- $maxParticipants : int
setRoomId()
public
setRoomId(string $roomId) : mixed
Parameters
- $roomId : string
setRoomMetadata()
public
setRoomMetadata(RoomMetadataParameters $roomMetadata) : mixed
Parameters
- $roomMetadata : RoomMetadataParameters