RecorderToPlugNmeet
extends Message
in package
Generated from protobuf message <code>plugnmeet.RecorderToPlugNmeet</code>
Table of Contents
Properties
- $file_path : mixed
- Generated from protobuf field <code>string file_path = 9;</code>
- $file_size : mixed
- Generated from protobuf field <code>float file_size = 10;</code>
- $from : mixed
- Generated from protobuf field <code>string from = 1;</code>
- $msg : mixed
- Generated from protobuf field <code>string msg = 4;</code>
- $recorder_id : mixed
- Generated from protobuf field <code>string recorder_id = 8;</code>
- $recording_id : mixed
- Generated from protobuf field <code>string recording_id = 5;</code>
- $recording_variant : mixed
- next key 13
- $room_id : mixed
- Generated from protobuf field <code>string room_id = 6;</code>
- $room_sid : mixed
- Generated from protobuf field <code>string room_sid = 7;</code>
- $room_table_id : mixed
- Generated from protobuf field <code>int64 room_table_id = 11;</code>
- $status : mixed
- Generated from protobuf field <code>bool status = 3;</code>
- $task : mixed
- Generated from protobuf field <code>.plugnmeet.RecordingTasks task = 2;</code>
Methods
- __construct() : mixed
- Constructor.
- clearRecordingVariant() : mixed
- getFilePath() : string
- Generated from protobuf field <code>string file_path = 9;</code>
- getFileSize() : float
- Generated from protobuf field <code>float file_size = 10;</code>
- getFrom() : string
- Generated from protobuf field <code>string from = 1;</code>
- getMsg() : string
- Generated from protobuf field <code>string msg = 4;</code>
- getRecorderId() : string
- Generated from protobuf field <code>string recorder_id = 8;</code>
- getRecordingId() : string
- Generated from protobuf field <code>string recording_id = 5;</code>
- getRecordingVariant() : int
- next key 13
- getRoomId() : string
- Generated from protobuf field <code>string room_id = 6;</code>
- getRoomSid() : string
- Generated from protobuf field <code>string room_sid = 7;</code>
- getRoomTableId() : int|string
- Generated from protobuf field <code>int64 room_table_id = 11;</code>
- getStatus() : bool
- Generated from protobuf field <code>bool status = 3;</code>
- getTask() : int
- Generated from protobuf field <code>.plugnmeet.RecordingTasks task = 2;</code>
- hasRecordingVariant() : mixed
- setFilePath() : $this
- Generated from protobuf field <code>string file_path = 9;</code>
- setFileSize() : $this
- Generated from protobuf field <code>float file_size = 10;</code>
- setFrom() : $this
- Generated from protobuf field <code>string from = 1;</code>
- setMsg() : $this
- Generated from protobuf field <code>string msg = 4;</code>
- setRecorderId() : $this
- Generated from protobuf field <code>string recorder_id = 8;</code>
- setRecordingId() : $this
- Generated from protobuf field <code>string recording_id = 5;</code>
- setRecordingVariant() : $this
- next key 13
- setRoomId() : $this
- Generated from protobuf field <code>string room_id = 6;</code>
- setRoomSid() : $this
- Generated from protobuf field <code>string room_sid = 7;</code>
- setRoomTableId() : $this
- Generated from protobuf field <code>int64 room_table_id = 11;</code>
- setStatus() : $this
- Generated from protobuf field <code>bool status = 3;</code>
- setTask() : $this
- Generated from protobuf field <code>.plugnmeet.RecordingTasks task = 2;</code>
Properties
$file_path
Generated from protobuf field <code>string file_path = 9;</code>
protected
mixed
$file_path
= ''
$file_size
Generated from protobuf field <code>float file_size = 10;</code>
protected
mixed
$file_size
= 0.0
$from
Generated from protobuf field <code>string from = 1;</code>
protected
mixed
$from
= ''
$msg
Generated from protobuf field <code>string msg = 4;</code>
protected
mixed
$msg
= ''
$recorder_id
Generated from protobuf field <code>string recorder_id = 8;</code>
protected
mixed
$recorder_id
= ''
$recording_id
Generated from protobuf field <code>string recording_id = 5;</code>
protected
mixed
$recording_id
= ''
$recording_variant
next key 13
protected
mixed
$recording_variant
= null
Generated from protobuf field optional .plugnmeet.CloudRecordingVariants recording_variant = 12;
$room_id
Generated from protobuf field <code>string room_id = 6;</code>
protected
mixed
$room_id
= ''
$room_sid
Generated from protobuf field <code>string room_sid = 7;</code>
protected
mixed
$room_sid
= ''
$room_table_id
Generated from protobuf field <code>int64 room_table_id = 11;</code>
protected
mixed
$room_table_id
= 0
$status
Generated from protobuf field <code>bool status = 3;</code>
protected
mixed
$status
= false
$task
Generated from protobuf field <code>.plugnmeet.RecordingTasks task = 2;</code>
protected
mixed
$task
= 0
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 $from @type int $task @type bool $status @type string $msg @type string $recording_id @type int|string $room_table_id @type string $room_id @type string $room_sid @type string $recorder_id @type string $file_path @type float $file_size @type int $recording_variant next key 13}
clearRecordingVariant()
public
clearRecordingVariant() : mixed
getFilePath()
Generated from protobuf field <code>string file_path = 9;</code>
public
getFilePath() : string
Return values
stringgetFileSize()
Generated from protobuf field <code>float file_size = 10;</code>
public
getFileSize() : float
Return values
floatgetFrom()
Generated from protobuf field <code>string from = 1;</code>
public
getFrom() : string
Return values
stringgetMsg()
Generated from protobuf field <code>string msg = 4;</code>
public
getMsg() : string
Return values
stringgetRecorderId()
Generated from protobuf field <code>string recorder_id = 8;</code>
public
getRecorderId() : string
Return values
stringgetRecordingId()
Generated from protobuf field <code>string recording_id = 5;</code>
public
getRecordingId() : string
Return values
stringgetRecordingVariant()
next key 13
public
getRecordingVariant() : int
Generated from protobuf field optional .plugnmeet.CloudRecordingVariants recording_variant = 12;
Return values
intgetRoomId()
Generated from protobuf field <code>string room_id = 6;</code>
public
getRoomId() : string
Return values
stringgetRoomSid()
Generated from protobuf field <code>string room_sid = 7;</code>
public
getRoomSid() : string
Return values
stringgetRoomTableId()
Generated from protobuf field <code>int64 room_table_id = 11;</code>
public
getRoomTableId() : int|string
Return values
int|stringgetStatus()
Generated from protobuf field <code>bool status = 3;</code>
public
getStatus() : bool
Return values
boolgetTask()
Generated from protobuf field <code>.plugnmeet.RecordingTasks task = 2;</code>
public
getTask() : int
Return values
inthasRecordingVariant()
public
hasRecordingVariant() : mixed
setFilePath()
Generated from protobuf field <code>string file_path = 9;</code>
public
setFilePath(string $var) : $this
Parameters
- $var : string
Return values
$thissetFileSize()
Generated from protobuf field <code>float file_size = 10;</code>
public
setFileSize(float $var) : $this
Parameters
- $var : float
Return values
$thissetFrom()
Generated from protobuf field <code>string from = 1;</code>
public
setFrom(string $var) : $this
Parameters
- $var : string
Return values
$thissetMsg()
Generated from protobuf field <code>string msg = 4;</code>
public
setMsg(string $var) : $this
Parameters
- $var : string
Return values
$thissetRecorderId()
Generated from protobuf field <code>string recorder_id = 8;</code>
public
setRecorderId(string $var) : $this
Parameters
- $var : string
Return values
$thissetRecordingId()
Generated from protobuf field <code>string recording_id = 5;</code>
public
setRecordingId(string $var) : $this
Parameters
- $var : string
Return values
$thissetRecordingVariant()
next key 13
public
setRecordingVariant(int $var) : $this
Generated from protobuf field optional .plugnmeet.CloudRecordingVariants recording_variant = 12;
Parameters
- $var : int
Return values
$thissetRoomId()
Generated from protobuf field <code>string room_id = 6;</code>
public
setRoomId(string $var) : $this
Parameters
- $var : string
Return values
$thissetRoomSid()
Generated from protobuf field <code>string room_sid = 7;</code>
public
setRoomSid(string $var) : $this
Parameters
- $var : string
Return values
$thissetRoomTableId()
Generated from protobuf field <code>int64 room_table_id = 11;</code>
public
setRoomTableId(int|string $var) : $this
Parameters
- $var : int|string
Return values
$thissetStatus()
Generated from protobuf field <code>bool status = 3;</code>
public
setStatus(bool $var) : $this
Parameters
- $var : bool
Return values
$thissetTask()
Generated from protobuf field <code>.plugnmeet.RecordingTasks task = 2;</code>
public
setTask(int $var) : $this
Parameters
- $var : int