Documentation

PastRoomInfo extends Message
in package

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

Table of Contents

Properties

$analytics_file_id  : mixed
Generated from protobuf field <code>optional string analytics_file_id = 8;</code>
$created  : mixed
Generated from protobuf field <code>string created = 6;</code>
$ended  : mixed
Generated from protobuf field <code>string ended = 7;</code>
$joined_participants  : mixed
Generated from protobuf field <code>int64 joined_participants = 4;</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>
$room_title  : mixed
Generated from protobuf field <code>string room_title = 1;</code>
$webhook_url  : mixed
Generated from protobuf field <code>string webhook_url = 5;</code>

Methods

__construct()  : mixed
Constructor.
clearAnalyticsFileId()  : mixed
getAnalyticsFileId()  : string
Generated from protobuf field <code>optional string analytics_file_id = 8;</code>
getCreated()  : string
Generated from protobuf field <code>string created = 6;</code>
getEnded()  : string
Generated from protobuf field <code>string ended = 7;</code>
getJoinedParticipants()  : int|string
Generated from protobuf field <code>int64 joined_participants = 4;</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>
getRoomTitle()  : string
Generated from protobuf field <code>string room_title = 1;</code>
getWebhookUrl()  : string
Generated from protobuf field <code>string webhook_url = 5;</code>
hasAnalyticsFileId()  : mixed
setAnalyticsFileId()  : $this
Generated from protobuf field <code>optional string analytics_file_id = 8;</code>
setCreated()  : $this
Generated from protobuf field <code>string created = 6;</code>
setEnded()  : $this
Generated from protobuf field <code>string ended = 7;</code>
setJoinedParticipants()  : $this
Generated from protobuf field <code>int64 joined_participants = 4;</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>
setRoomTitle()  : $this
Generated from protobuf field <code>string room_title = 1;</code>
setWebhookUrl()  : $this
Generated from protobuf field <code>string webhook_url = 5;</code>

Properties

$analytics_file_id

Generated from protobuf field <code>optional string analytics_file_id = 8;</code>

protected mixed $analytics_file_id = null

$created

Generated from protobuf field <code>string created = 6;</code>

protected mixed $created = ''

$ended

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

protected mixed $ended = ''

$joined_participants

Generated from protobuf field <code>int64 joined_participants = 4;</code>

protected mixed $joined_participants = 0

$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 = ''

$room_title

Generated from protobuf field <code>string room_title = 1;</code>

protected mixed $room_title = ''

$webhook_url

Generated from protobuf field <code>string webhook_url = 5;</code>

protected mixed $webhook_url = ''

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_title
@type string $room_id
@type string $room_sid
@type int|string $joined_participants
@type string $webhook_url
@type string $created
@type string $ended
@type string $analytics_file_id

}

clearAnalyticsFileId()

public clearAnalyticsFileId() : mixed

getAnalyticsFileId()

Generated from protobuf field <code>optional string analytics_file_id = 8;</code>

public getAnalyticsFileId() : string
Return values
string

getCreated()

Generated from protobuf field <code>string created = 6;</code>

public getCreated() : string
Return values
string

getEnded()

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

public getEnded() : string
Return values
string

getJoinedParticipants()

Generated from protobuf field <code>int64 joined_participants = 4;</code>

public getJoinedParticipants() : int|string
Return values
int|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

getRoomTitle()

Generated from protobuf field <code>string room_title = 1;</code>

public getRoomTitle() : string
Return values
string

getWebhookUrl()

Generated from protobuf field <code>string webhook_url = 5;</code>

public getWebhookUrl() : string
Return values
string

hasAnalyticsFileId()

public hasAnalyticsFileId() : mixed

setAnalyticsFileId()

Generated from protobuf field <code>optional string analytics_file_id = 8;</code>

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

setCreated()

Generated from protobuf field <code>string created = 6;</code>

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

setEnded()

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

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

setJoinedParticipants()

Generated from protobuf field <code>int64 joined_participants = 4;</code>

public setJoinedParticipants(int|string $var) : $this
Parameters
$var : int|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

setRoomTitle()

Generated from protobuf field <code>string room_title = 1;</code>

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

setWebhookUrl()

Generated from protobuf field <code>string webhook_url = 5;</code>

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

        
On this page

Search results