Documentation

RecordingReq extends Message
in package

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

Table of Contents

Properties

$custom_design  : mixed
Generated from protobuf field <code>optional string custom_design = 6;</code>
$recording_variant  : mixed
Generated from protobuf field <code>optional .plugnmeet.CloudRecordingVariants recording_variant = 7;</code>
$room_id  : mixed
Generated from protobuf field <code>string room_id = 2;</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 = 5;</code>
$sid  : mixed
Generated from protobuf field <code>string sid = 4;</code>
$task  : mixed
Generated from protobuf field <code>.plugnmeet.RecordingTasks task = 1;</code>

Methods

__construct()  : mixed
Constructor.
clearCustomDesign()  : mixed
clearRecordingVariant()  : mixed
clearRtmpUrl()  : mixed
getCustomDesign()  : string
Generated from protobuf field <code>optional string custom_design = 6;</code>
getRecordingVariant()  : int
Generated from protobuf field <code>optional .plugnmeet.CloudRecordingVariants recording_variant = 7;</code>
getRoomId()  : string
Generated from protobuf field <code>string room_id = 2;</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 = 5;</code>
getSid()  : string
Generated from protobuf field <code>string sid = 4;</code>
getTask()  : int
Generated from protobuf field <code>.plugnmeet.RecordingTasks task = 1;</code>
hasCustomDesign()  : mixed
hasRecordingVariant()  : mixed
hasRtmpUrl()  : mixed
setCustomDesign()  : $this
Generated from protobuf field <code>optional string custom_design = 6;</code>
setRecordingVariant()  : $this
Generated from protobuf field <code>optional .plugnmeet.CloudRecordingVariants recording_variant = 7;</code>
setRoomId()  : $this
Generated from protobuf field <code>string room_id = 2;</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 = 5;</code>
setSid()  : $this
Generated from protobuf field <code>string sid = 4;</code>
setTask()  : $this
Generated from protobuf field <code>.plugnmeet.RecordingTasks task = 1;</code>

Properties

$custom_design

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

protected mixed $custom_design = null

$recording_variant

Generated from protobuf field <code>optional .plugnmeet.CloudRecordingVariants recording_variant = 7;</code>

protected mixed $recording_variant = null

$room_id

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

protected mixed $room_id = ''

$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 = 5;</code>

protected mixed $rtmp_url = null

$sid

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

protected mixed $sid = ''

$task

Generated from protobuf field <code>.plugnmeet.RecordingTasks task = 1;</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 int $task
@type string $room_id
@type int|string $room_table_id
@type string $sid
@type string $rtmp_url
@type string $custom_design
@type int $recording_variant

}

clearRecordingVariant()

public clearRecordingVariant() : mixed

getCustomDesign()

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

public getCustomDesign() : string
Return values
string

getRecordingVariant()

Generated from protobuf field <code>optional .plugnmeet.CloudRecordingVariants recording_variant = 7;</code>

public getRecordingVariant() : int
Return values
int

getRoomId()

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

public getRoomId() : string
Return values
string

getRoomTableId()

Generated from protobuf field <code>int64 room_table_id = 3;</code>

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

getRtmpUrl()

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

public getRtmpUrl() : string
Return values
string

getSid()

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

public getSid() : string
Return values
string

getTask()

Generated from protobuf field <code>.plugnmeet.RecordingTasks task = 1;</code>

public getTask() : int
Return values
int

hasRecordingVariant()

public hasRecordingVariant() : mixed

setCustomDesign()

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

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

setRecordingVariant()

Generated from protobuf field <code>optional .plugnmeet.CloudRecordingVariants recording_variant = 7;</code>

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

setRoomTableId()

Generated from protobuf field <code>int64 room_table_id = 3;</code>

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

setRtmpUrl()

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

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

setSid()

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

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

setTask()

Generated from protobuf field <code>.plugnmeet.RecordingTasks task = 1;</code>

public setTask(int $var) : $this
Parameters
$var : int
Return values
$this

        
On this page

Search results