ExternalBroadcastingFeatures
extends Message
in package
Generated from protobuf message <code>plugnmeet.ExternalBroadcastingFeatures</code>
Table of Contents
Properties
- $is_allow : mixed
- Generated from protobuf field <code>bool is_allow = 1;</code>
- $is_allow_rtmp : mixed
- Generated from protobuf field <code>bool is_allow_rtmp = 2;</code>
- $recorder_bot_options : mixed
- Generated from protobuf field <code>optional .plugnmeet.RecorderBotOptions recorder_bot_options = 3;</code>
Methods
- __construct() : mixed
- Constructor.
- clearRecorderBotOptions() : mixed
- getIsAllow() : bool
- Generated from protobuf field <code>bool is_allow = 1;</code>
- getIsAllowRtmp() : bool
- Generated from protobuf field <code>bool is_allow_rtmp = 2;</code>
- getRecorderBotOptions() : RecorderBotOptions|null
- Generated from protobuf field <code>optional .plugnmeet.RecorderBotOptions recorder_bot_options = 3;</code>
- hasRecorderBotOptions() : mixed
- setIsAllow() : $this
- Generated from protobuf field <code>bool is_allow = 1;</code>
- setIsAllowRtmp() : $this
- Generated from protobuf field <code>bool is_allow_rtmp = 2;</code>
- setRecorderBotOptions() : $this
- Generated from protobuf field <code>optional .plugnmeet.RecorderBotOptions recorder_bot_options = 3;</code>
Properties
$is_allow
Generated from protobuf field <code>bool is_allow = 1;</code>
protected
mixed
$is_allow
= false
$is_allow_rtmp
Generated from protobuf field <code>bool is_allow_rtmp = 2;</code>
protected
mixed
$is_allow_rtmp
= false
$recorder_bot_options
Generated from protobuf field <code>optional .plugnmeet.RecorderBotOptions recorder_bot_options = 3;</code>
protected
mixed
$recorder_bot_options
= null
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 bool $is_allow @type bool $is_allow_rtmp @type \Mynaparrot\PlugnmeetProto\RecorderBotOptions $recorder_bot_options}
clearRecorderBotOptions()
public
clearRecorderBotOptions() : mixed
getIsAllow()
Generated from protobuf field <code>bool is_allow = 1;</code>
public
getIsAllow() : bool
Return values
boolgetIsAllowRtmp()
Generated from protobuf field <code>bool is_allow_rtmp = 2;</code>
public
getIsAllowRtmp() : bool
Return values
boolgetRecorderBotOptions()
Generated from protobuf field <code>optional .plugnmeet.RecorderBotOptions recorder_bot_options = 3;</code>
public
getRecorderBotOptions() : RecorderBotOptions|null
Return values
RecorderBotOptions|nullhasRecorderBotOptions()
public
hasRecorderBotOptions() : mixed
setIsAllow()
Generated from protobuf field <code>bool is_allow = 1;</code>
public
setIsAllow(bool $var) : $this
Parameters
- $var : bool
Return values
$thissetIsAllowRtmp()
Generated from protobuf field <code>bool is_allow_rtmp = 2;</code>
public
setIsAllowRtmp(bool $var) : $this
Parameters
- $var : bool
Return values
$thissetRecorderBotOptions()
Generated from protobuf field <code>optional .plugnmeet.RecorderBotOptions recorder_bot_options = 3;</code>
public
setRecorderBotOptions(RecorderBotOptions $var) : $this
Parameters
- $var : RecorderBotOptions