Documentation

RecorderBotOptions extends Message
in package

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

Table of Contents

Properties

$duration_after_last_message  : mixed
duration in seconds. After this duration, the chat panel will be closed.
$enable_auto_close_chat_panel  : mixed
if true, chat panel will be closed automatically after a certain duration

Methods

__construct()  : mixed
Constructor.
clearDurationAfterLastMessage()  : mixed
getDurationAfterLastMessage()  : int
duration in seconds. After this duration, the chat panel will be closed.
getEnableAutoCloseChatPanel()  : bool
if true, chat panel will be closed automatically after a certain duration
hasDurationAfterLastMessage()  : mixed
setDurationAfterLastMessage()  : $this
duration in seconds. After this duration, the chat panel will be closed.
setEnableAutoCloseChatPanel()  : $this
if true, chat panel will be closed automatically after a certain duration

Properties

$duration_after_last_message

duration in seconds. After this duration, the chat panel will be closed.

protected mixed $duration_after_last_message = null

Generated from protobuf field optional uint32 duration_after_last_message = 2;

$enable_auto_close_chat_panel

if true, chat panel will be closed automatically after a certain duration

protected mixed $enable_auto_close_chat_panel = false

Generated from protobuf field bool enable_auto_close_chat_panel = 1;

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 $enable_auto_close_chat_panel
      if true, chat panel will be closed automatically after a certain duration
@type int $duration_after_last_message
      duration in seconds. After this duration, the chat panel will be closed.

}

getDurationAfterLastMessage()

duration in seconds. After this duration, the chat panel will be closed.

public getDurationAfterLastMessage() : int

Generated from protobuf field optional uint32 duration_after_last_message = 2;

Return values
int

getEnableAutoCloseChatPanel()

if true, chat panel will be closed automatically after a certain duration

public getEnableAutoCloseChatPanel() : bool

Generated from protobuf field bool enable_auto_close_chat_panel = 1;

Return values
bool

setDurationAfterLastMessage()

duration in seconds. After this duration, the chat panel will be closed.

public setDurationAfterLastMessage(int $var) : $this

Generated from protobuf field optional uint32 duration_after_last_message = 2;

Parameters
$var : int
Return values
$this

setEnableAutoCloseChatPanel()

if true, chat panel will be closed automatically after a certain duration

public setEnableAutoCloseChatPanel(bool $var) : $this

Generated from protobuf field bool enable_auto_close_chat_panel = 1;

Parameters
$var : bool
Return values
$this
On this page

Search results