mirror of https://github.com/sualko/cloud_bbb
parent
29c990692f
commit
77adf14952
|
@ -16,6 +16,12 @@ class Room extends Entity implements JsonSerializable
|
|||
public $record;
|
||||
public $userId;
|
||||
|
||||
public function __construct()
|
||||
{
|
||||
$this->addType('maxParticipants', 'integer');
|
||||
$this->addType('record', 'boolean');
|
||||
}
|
||||
|
||||
public function jsonSerialize(): array
|
||||
{
|
||||
return [
|
||||
|
|
Loading…
Reference in New Issue