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 $record;
|
||||||
public $userId;
|
public $userId;
|
||||||
|
|
||||||
|
public function __construct()
|
||||||
|
{
|
||||||
|
$this->addType('maxParticipants', 'integer');
|
||||||
|
$this->addType('record', 'boolean');
|
||||||
|
}
|
||||||
|
|
||||||
public function jsonSerialize(): array
|
public function jsonSerialize(): array
|
||||||
{
|
{
|
||||||
return [
|
return [
|
||||||
|
|
Loading…
Reference in New Issue