Documentation

NatsKvRoomInfo extends Message
in package

Generated from protobuf message <code>plugnmeet.NatsKvRoomInfo</code>

Table of Contents

Properties

$created_at  : mixed
Generated from protobuf field <code>uint64 created_at = 8;</code>
$db_table_id  : mixed
Generated from protobuf field <code>uint64 db_table_id = 1;</code>
$empty_timeout  : mixed
Generated from protobuf field <code>uint64 empty_timeout = 5;</code>
$max_participants  : mixed
Generated from protobuf field <code>uint64 max_participants = 6;</code>
$metadata  : mixed
Generated from protobuf field <code>string metadata = 7;</code>
$room_id  : mixed
Generated from protobuf field <code>string room_id = 2;</code>
$room_sid  : mixed
Generated from protobuf field <code>string room_sid = 3;</code>
$status  : mixed
Generated from protobuf field <code>string status = 4;</code>

Methods

__construct()  : mixed
Constructor.
getCreatedAt()  : int|string
Generated from protobuf field <code>uint64 created_at = 8;</code>
getDbTableId()  : int|string
Generated from protobuf field <code>uint64 db_table_id = 1;</code>
getEmptyTimeout()  : int|string
Generated from protobuf field <code>uint64 empty_timeout = 5;</code>
getMaxParticipants()  : int|string
Generated from protobuf field <code>uint64 max_participants = 6;</code>
getMetadata()  : string
Generated from protobuf field <code>string metadata = 7;</code>
getRoomId()  : string
Generated from protobuf field <code>string room_id = 2;</code>
getRoomSid()  : string
Generated from protobuf field <code>string room_sid = 3;</code>
getStatus()  : string
Generated from protobuf field <code>string status = 4;</code>
setCreatedAt()  : $this
Generated from protobuf field <code>uint64 created_at = 8;</code>
setDbTableId()  : $this
Generated from protobuf field <code>uint64 db_table_id = 1;</code>
setEmptyTimeout()  : $this
Generated from protobuf field <code>uint64 empty_timeout = 5;</code>
setMaxParticipants()  : $this
Generated from protobuf field <code>uint64 max_participants = 6;</code>
setMetadata()  : $this
Generated from protobuf field <code>string metadata = 7;</code>
setRoomId()  : $this
Generated from protobuf field <code>string room_id = 2;</code>
setRoomSid()  : $this
Generated from protobuf field <code>string room_sid = 3;</code>
setStatus()  : $this
Generated from protobuf field <code>string status = 4;</code>

Properties

$created_at

Generated from protobuf field <code>uint64 created_at = 8;</code>

protected mixed $created_at = 0

$db_table_id

Generated from protobuf field <code>uint64 db_table_id = 1;</code>

protected mixed $db_table_id = 0

$empty_timeout

Generated from protobuf field <code>uint64 empty_timeout = 5;</code>

protected mixed $empty_timeout = 0

$max_participants

Generated from protobuf field <code>uint64 max_participants = 6;</code>

protected mixed $max_participants = 0

$metadata

Generated from protobuf field <code>string metadata = 7;</code>

protected mixed $metadata = ''

$room_id

Generated from protobuf field <code>string room_id = 2;</code>

protected mixed $room_id = ''

$room_sid

Generated from protobuf field <code>string room_sid = 3;</code>

protected mixed $room_sid = ''

$status

Generated from protobuf field <code>string status = 4;</code>

protected mixed $status = ''

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 int|string $db_table_id
@type string $room_id
@type string $room_sid
@type string $status
@type int|string $empty_timeout
@type int|string $max_participants
@type string $metadata
@type int|string $created_at

}

getCreatedAt()

Generated from protobuf field <code>uint64 created_at = 8;</code>

public getCreatedAt() : int|string
Return values
int|string

getDbTableId()

Generated from protobuf field <code>uint64 db_table_id = 1;</code>

public getDbTableId() : int|string
Return values
int|string

getEmptyTimeout()

Generated from protobuf field <code>uint64 empty_timeout = 5;</code>

public getEmptyTimeout() : int|string
Return values
int|string

getMaxParticipants()

Generated from protobuf field <code>uint64 max_participants = 6;</code>

public getMaxParticipants() : int|string
Return values
int|string

getMetadata()

Generated from protobuf field <code>string metadata = 7;</code>

public getMetadata() : string
Return values
string

getRoomId()

Generated from protobuf field <code>string room_id = 2;</code>

public getRoomId() : string
Return values
string

getRoomSid()

Generated from protobuf field <code>string room_sid = 3;</code>

public getRoomSid() : string
Return values
string

getStatus()

Generated from protobuf field <code>string status = 4;</code>

public getStatus() : string
Return values
string

setCreatedAt()

Generated from protobuf field <code>uint64 created_at = 8;</code>

public setCreatedAt(int|string $var) : $this
Parameters
$var : int|string
Return values
$this

setDbTableId()

Generated from protobuf field <code>uint64 db_table_id = 1;</code>

public setDbTableId(int|string $var) : $this
Parameters
$var : int|string
Return values
$this

setEmptyTimeout()

Generated from protobuf field <code>uint64 empty_timeout = 5;</code>

public setEmptyTimeout(int|string $var) : $this
Parameters
$var : int|string
Return values
$this

setMaxParticipants()

Generated from protobuf field <code>uint64 max_participants = 6;</code>

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

setMetadata()

Generated from protobuf field <code>string metadata = 7;</code>

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

setRoomId()

Generated from protobuf field <code>string room_id = 2;</code>

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

setRoomSid()

Generated from protobuf field <code>string room_sid = 3;</code>

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

setStatus()

Generated from protobuf field <code>string status = 4;</code>

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

        
On this page

Search results