CreateRoomReq
extends Message
in package
Generated from protobuf message <code>plugnmeet.CreateRoomReq</code>
Table of Contents
Properties
- $empty_timeout : mixed
- Generated from protobuf field <code>optional uint32 empty_timeout = 2 [(.buf.validate.field) = {</code>
- $max_participants : mixed
- Generated from protobuf field <code>optional uint32 max_participants = 3 [(.buf.validate.field) = {</code>
- $metadata : mixed
- Generated from protobuf field <code>.plugnmeet.RoomMetadata metadata = 4 [(.buf.validate.field) = {</code>
- $room_id : mixed
- Generated from protobuf field <code>string room_id = 1 [(.buf.validate.field) = {</code>
Methods
- __construct() : mixed
- Constructor.
- clearEmptyTimeout() : mixed
- clearMaxParticipants() : mixed
- clearMetadata() : mixed
- getEmptyTimeout() : int
- Generated from protobuf field <code>optional uint32 empty_timeout = 2 [(.buf.validate.field) = {</code>
- getMaxParticipants() : int
- Generated from protobuf field <code>optional uint32 max_participants = 3 [(.buf.validate.field) = {</code>
- getMetadata() : RoomMetadata|null
- Generated from protobuf field <code>.plugnmeet.RoomMetadata metadata = 4 [(.buf.validate.field) = {</code>
- getRoomId() : string
- Generated from protobuf field <code>string room_id = 1 [(.buf.validate.field) = {</code>
- hasEmptyTimeout() : mixed
- hasMaxParticipants() : mixed
- hasMetadata() : mixed
- setEmptyTimeout() : $this
- Generated from protobuf field <code>optional uint32 empty_timeout = 2 [(.buf.validate.field) = {</code>
- setMaxParticipants() : $this
- Generated from protobuf field <code>optional uint32 max_participants = 3 [(.buf.validate.field) = {</code>
- setMetadata() : $this
- Generated from protobuf field <code>.plugnmeet.RoomMetadata metadata = 4 [(.buf.validate.field) = {</code>
- setRoomId() : $this
- Generated from protobuf field <code>string room_id = 1 [(.buf.validate.field) = {</code>
Properties
$empty_timeout
Generated from protobuf field <code>optional uint32 empty_timeout = 2 [(.buf.validate.field) = {</code>
protected
mixed
$empty_timeout
= null
$max_participants
Generated from protobuf field <code>optional uint32 max_participants = 3 [(.buf.validate.field) = {</code>
protected
mixed
$max_participants
= null
$metadata
Generated from protobuf field <code>.plugnmeet.RoomMetadata metadata = 4 [(.buf.validate.field) = {</code>
protected
mixed
$metadata
= null
$room_id
Generated from protobuf field <code>string room_id = 1 [(.buf.validate.field) = {</code>
protected
mixed
$room_id
= ''
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_id @type int $empty_timeout @type int $max_participants @type \Mynaparrot\PlugnmeetProto\RoomMetadata $metadata}
clearEmptyTimeout()
public
clearEmptyTimeout() : mixed
clearMaxParticipants()
public
clearMaxParticipants() : mixed
clearMetadata()
public
clearMetadata() : mixed
getEmptyTimeout()
Generated from protobuf field <code>optional uint32 empty_timeout = 2 [(.buf.validate.field) = {</code>
public
getEmptyTimeout() : int
Return values
intgetMaxParticipants()
Generated from protobuf field <code>optional uint32 max_participants = 3 [(.buf.validate.field) = {</code>
public
getMaxParticipants() : int
Return values
intgetMetadata()
Generated from protobuf field <code>.plugnmeet.RoomMetadata metadata = 4 [(.buf.validate.field) = {</code>
public
getMetadata() : RoomMetadata|null
Return values
RoomMetadata|nullgetRoomId()
Generated from protobuf field <code>string room_id = 1 [(.buf.validate.field) = {</code>
public
getRoomId() : string
Return values
stringhasEmptyTimeout()
public
hasEmptyTimeout() : mixed
hasMaxParticipants()
public
hasMaxParticipants() : mixed
hasMetadata()
public
hasMetadata() : mixed
setEmptyTimeout()
Generated from protobuf field <code>optional uint32 empty_timeout = 2 [(.buf.validate.field) = {</code>
public
setEmptyTimeout(int $var) : $this
Parameters
- $var : int
Return values
$thissetMaxParticipants()
Generated from protobuf field <code>optional uint32 max_participants = 3 [(.buf.validate.field) = {</code>
public
setMaxParticipants(int $var) : $this
Parameters
- $var : int
Return values
$thissetMetadata()
Generated from protobuf field <code>.plugnmeet.RoomMetadata metadata = 4 [(.buf.validate.field) = {</code>
public
setMetadata(RoomMetadata $var) : $this
Parameters
- $var : RoomMetadata
Return values
$thissetRoomId()
Generated from protobuf field <code>string room_id = 1 [(.buf.validate.field) = {</code>
public
setRoomId(string $var) : $this
Parameters
- $var : string