PlugNmeetToRecorder
extends Message
in package
Generated from protobuf message <code>plugnmeet.PlugNmeetToRecorder</code>
Table of Contents
Properties
- $access_token : mixed
- Generated from protobuf field <code>string access_token = 8;</code>
- $from : mixed
- Generated from protobuf field <code>string from = 1;</code>
- $recorder_id : mixed
- Generated from protobuf field <code>string recorder_id = 7;</code>
- $recording_id : mixed
- Generated from protobuf field <code>string recording_id = 6;</code>
- $room_id : mixed
- Generated from protobuf field <code>string room_id = 4;</code>
- $room_sid : mixed
- Generated from protobuf field <code>string room_sid = 5;</code>
- $room_table_id : mixed
- Generated from protobuf field <code>int64 room_table_id = 3;</code>
- $rtmp_url : mixed
- Generated from protobuf field <code>optional string rtmp_url = 9;</code>
- $task : mixed
- Generated from protobuf field <code>.plugnmeet.RecordingTasks task = 2;</code>
Methods
- __construct() : mixed
- Constructor.
- clearRtmpUrl() : mixed
- getAccessToken() : string
- Generated from protobuf field <code>string access_token = 8;</code>
- getFrom() : string
- Generated from protobuf field <code>string from = 1;</code>
- getRecorderId() : string
- Generated from protobuf field <code>string recorder_id = 7;</code>
- getRecordingId() : string
- Generated from protobuf field <code>string recording_id = 6;</code>
- getRoomId() : string
- Generated from protobuf field <code>string room_id = 4;</code>
- getRoomSid() : string
- Generated from protobuf field <code>string room_sid = 5;</code>
- getRoomTableId() : int|string
- Generated from protobuf field <code>int64 room_table_id = 3;</code>
- getRtmpUrl() : string
- Generated from protobuf field <code>optional string rtmp_url = 9;</code>
- getTask() : int
- Generated from protobuf field <code>.plugnmeet.RecordingTasks task = 2;</code>
- hasRtmpUrl() : mixed
- setAccessToken() : $this
- Generated from protobuf field <code>string access_token = 8;</code>
- setFrom() : $this
- Generated from protobuf field <code>string from = 1;</code>
- setRecorderId() : $this
- Generated from protobuf field <code>string recorder_id = 7;</code>
- setRecordingId() : $this
- Generated from protobuf field <code>string recording_id = 6;</code>
- setRoomId() : $this
- Generated from protobuf field <code>string room_id = 4;</code>
- setRoomSid() : $this
- Generated from protobuf field <code>string room_sid = 5;</code>
- setRoomTableId() : $this
- Generated from protobuf field <code>int64 room_table_id = 3;</code>
- setRtmpUrl() : $this
- Generated from protobuf field <code>optional string rtmp_url = 9;</code>
- setTask() : $this
- Generated from protobuf field <code>.plugnmeet.RecordingTasks task = 2;</code>
Properties
$access_token
Generated from protobuf field <code>string access_token = 8;</code>
protected
mixed
$access_token
= ''
$from
Generated from protobuf field <code>string from = 1;</code>
protected
mixed
$from
= ''
$recorder_id
Generated from protobuf field <code>string recorder_id = 7;</code>
protected
mixed
$recorder_id
= ''
$recording_id
Generated from protobuf field <code>string recording_id = 6;</code>
protected
mixed
$recording_id
= ''
$room_id
Generated from protobuf field <code>string room_id = 4;</code>
protected
mixed
$room_id
= ''
$room_sid
Generated from protobuf field <code>string room_sid = 5;</code>
protected
mixed
$room_sid
= ''
$room_table_id
Generated from protobuf field <code>int64 room_table_id = 3;</code>
protected
mixed
$room_table_id
= 0
$rtmp_url
Generated from protobuf field <code>optional string rtmp_url = 9;</code>
protected
mixed
$rtmp_url
= null
$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 int|string $room_table_id @type string $room_id @type string $room_sid @type string $recording_id @type string $recorder_id @type string $access_token @type string $rtmp_url}
clearRtmpUrl()
public
clearRtmpUrl() : mixed
getAccessToken()
Generated from protobuf field <code>string access_token = 8;</code>
public
getAccessToken() : string
Return values
stringgetFrom()
Generated from protobuf field <code>string from = 1;</code>
public
getFrom() : string
Return values
stringgetRecorderId()
Generated from protobuf field <code>string recorder_id = 7;</code>
public
getRecorderId() : string
Return values
stringgetRecordingId()
Generated from protobuf field <code>string recording_id = 6;</code>
public
getRecordingId() : string
Return values
stringgetRoomId()
Generated from protobuf field <code>string room_id = 4;</code>
public
getRoomId() : string
Return values
stringgetRoomSid()
Generated from protobuf field <code>string room_sid = 5;</code>
public
getRoomSid() : string
Return values
stringgetRoomTableId()
Generated from protobuf field <code>int64 room_table_id = 3;</code>
public
getRoomTableId() : int|string
Return values
int|stringgetRtmpUrl()
Generated from protobuf field <code>optional string rtmp_url = 9;</code>
public
getRtmpUrl() : string
Return values
stringgetTask()
Generated from protobuf field <code>.plugnmeet.RecordingTasks task = 2;</code>
public
getTask() : int
Return values
inthasRtmpUrl()
public
hasRtmpUrl() : mixed
setAccessToken()
Generated from protobuf field <code>string access_token = 8;</code>
public
setAccessToken(string $var) : $this
Parameters
- $var : string
Return values
$thissetFrom()
Generated from protobuf field <code>string from = 1;</code>
public
setFrom(string $var) : $this
Parameters
- $var : string
Return values
$thissetRecorderId()
Generated from protobuf field <code>string recorder_id = 7;</code>
public
setRecorderId(string $var) : $this
Parameters
- $var : string
Return values
$thissetRecordingId()
Generated from protobuf field <code>string recording_id = 6;</code>
public
setRecordingId(string $var) : $this
Parameters
- $var : string
Return values
$thissetRoomId()
Generated from protobuf field <code>string room_id = 4;</code>
public
setRoomId(string $var) : $this
Parameters
- $var : string
Return values
$thissetRoomSid()
Generated from protobuf field <code>string room_sid = 5;</code>
public
setRoomSid(string $var) : $this
Parameters
- $var : string
Return values
$thissetRoomTableId()
Generated from protobuf field <code>int64 room_table_id = 3;</code>
public
setRoomTableId(int|string $var) : $this
Parameters
- $var : int|string
Return values
$thissetRtmpUrl()
Generated from protobuf field <code>optional string rtmp_url = 9;</code>
public
setRtmpUrl(string $var) : $this
Parameters
- $var : string
Return values
$thissetTask()
Generated from protobuf field <code>.plugnmeet.RecordingTasks task = 2;</code>
public
setTask(int $var) : $this
Parameters
- $var : int