Documentation

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_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

}

getIsAllow()

Generated from protobuf field <code>bool is_allow = 1;</code>

public getIsAllow() : bool
Return values
bool

getIsAllowRtmp()

Generated from protobuf field <code>bool is_allow_rtmp = 2;</code>

public getIsAllowRtmp() : bool
Return values
bool

setIsAllow()

Generated from protobuf field <code>bool is_allow = 1;</code>

public setIsAllow(bool $var) : $this
Parameters
$var : bool
Return values
$this

setIsAllowRtmp()

Generated from protobuf field <code>bool is_allow_rtmp = 2;</code>

public setIsAllowRtmp(bool $var) : $this
Parameters
$var : bool
Return values
$this
On this page

Search results