Documentation

RecordingInfoEvent extends Message
in package

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

Table of Contents

Properties

$file_path  : mixed
Generated from protobuf field <code>optional string file_path = 4;</code>
$file_size  : mixed
Generated from protobuf field <code>optional float file_size = 5;</code>
$record_id  : mixed
Generated from protobuf field <code>string record_id = 1;</code>
$recorder_id  : mixed
Generated from protobuf field <code>string recorder_id = 2;</code>
$recorder_msg  : mixed
Generated from protobuf field <code>string recorder_msg = 3;</code>

Methods

__construct()  : mixed
Constructor.
clearFilePath()  : mixed
clearFileSize()  : mixed
getFilePath()  : string
Generated from protobuf field <code>optional string file_path = 4;</code>
getFileSize()  : float
Generated from protobuf field <code>optional float file_size = 5;</code>
getRecorderId()  : string
Generated from protobuf field <code>string recorder_id = 2;</code>
getRecorderMsg()  : string
Generated from protobuf field <code>string recorder_msg = 3;</code>
getRecordId()  : string
Generated from protobuf field <code>string record_id = 1;</code>
hasFilePath()  : mixed
hasFileSize()  : mixed
setFilePath()  : $this
Generated from protobuf field <code>optional string file_path = 4;</code>
setFileSize()  : $this
Generated from protobuf field <code>optional float file_size = 5;</code>
setRecorderId()  : $this
Generated from protobuf field <code>string recorder_id = 2;</code>
setRecorderMsg()  : $this
Generated from protobuf field <code>string recorder_msg = 3;</code>
setRecordId()  : $this
Generated from protobuf field <code>string record_id = 1;</code>

Properties

$file_path

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

protected mixed $file_path = null

$file_size

Generated from protobuf field <code>optional float file_size = 5;</code>

protected mixed $file_size = null

$record_id

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

protected mixed $record_id = ''

$recorder_id

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

protected mixed $recorder_id = ''

$recorder_msg

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

protected mixed $recorder_msg = ''

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 $record_id
@type string $recorder_id
@type string $recorder_msg
@type string $file_path
@type float $file_size

}

getFilePath()

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

public getFilePath() : string
Return values
string

getFileSize()

Generated from protobuf field <code>optional float file_size = 5;</code>

public getFileSize() : float
Return values
float

getRecorderId()

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

public getRecorderId() : string
Return values
string

getRecorderMsg()

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

public getRecorderMsg() : string
Return values
string

getRecordId()

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

public getRecordId() : string
Return values
string

setFilePath()

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

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

setFileSize()

Generated from protobuf field <code>optional float file_size = 5;</code>

public setFileSize(float $var) : $this
Parameters
$var : float
Return values
$this

setRecorderId()

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

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

setRecorderMsg()

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

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

setRecordId()

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

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

        
On this page

Search results