Documentation

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

}

clearMaxParticipants()

public clearMaxParticipants() : mixed

getEmptyTimeout()

Generated from protobuf field <code>optional uint32 empty_timeout = 2 [(.buf.validate.field) = {</code>

public getEmptyTimeout() : int
Return values
int

getMaxParticipants()

Generated from protobuf field <code>optional uint32 max_participants = 3 [(.buf.validate.field) = {</code>

public getMaxParticipants() : int
Return values
int

getMetadata()

Generated from protobuf field <code>.plugnmeet.RoomMetadata metadata = 4 [(.buf.validate.field) = {</code>

public getMetadata() : RoomMetadata|null
Return values
RoomMetadata|null

getRoomId()

Generated from protobuf field <code>string room_id = 1 [(.buf.validate.field) = {</code>

public getRoomId() : string
Return values
string

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
$this

setMaxParticipants()

Generated from protobuf field <code>optional uint32 max_participants = 3 [(.buf.validate.field) = {</code>

public setMaxParticipants(int $var) : $this
Parameters
$var : int
Return values
$this

setMetadata()

Generated from protobuf field <code>.plugnmeet.RoomMetadata metadata = 4 [(.buf.validate.field) = {</code>

public setMetadata(RoomMetadata $var) : $this
Parameters
$var : RoomMetadata
Return values
$this

setRoomId()

Generated from protobuf field <code>string room_id = 1 [(.buf.validate.field) = {</code>

public setRoomId(string $var) : $this
Parameters
$var : string
Return values
$this

        
On this page

Search results