LtiCustomParameters
extends Message
in package
Generated from protobuf message <code>plugnmeet.LtiCustomParameters</code>
Table of Contents
Properties
- $allow_breakout_room : mixed
- Generated from protobuf field <code>optional bool allow_breakout_room = 4;</code>
- $allow_polls : mixed
- Generated from protobuf field <code>optional bool allow_polls = 2;</code>
- $allow_recording : mixed
- Generated from protobuf field <code>optional bool allow_recording = 5;</code>
- $allow_rtmp : mixed
- Generated from protobuf field <code>optional bool allow_rtmp = 6;</code>
- $allow_shared_note_pad : mixed
- Generated from protobuf field <code>optional bool allow_shared_note_pad = 3;</code>
- $allow_view_other_users_list : mixed
- Generated from protobuf field <code>optional bool allow_view_other_users_list = 8;</code>
- $allow_view_other_webcams : mixed
- Generated from protobuf field <code>optional bool allow_view_other_webcams = 7;</code>
- $lti_custom_design : mixed
- Generated from protobuf field <code>.plugnmeet.LtiCustomDesign lti_custom_design = 10;</code>
- $mute_on_start : mixed
- Generated from protobuf field <code>optional bool mute_on_start = 9;</code>
- $room_duration : mixed
- Generated from protobuf field <code>optional uint64 room_duration = 1;</code>
Methods
- __construct() : mixed
- Constructor.
- clearAllowBreakoutRoom() : mixed
- clearAllowPolls() : mixed
- clearAllowRecording() : mixed
- clearAllowRtmp() : mixed
- clearAllowSharedNotePad() : mixed
- clearAllowViewOtherUsersList() : mixed
- clearAllowViewOtherWebcams() : mixed
- clearLtiCustomDesign() : mixed
- clearMuteOnStart() : mixed
- clearRoomDuration() : mixed
- getAllowBreakoutRoom() : bool
- Generated from protobuf field <code>optional bool allow_breakout_room = 4;</code>
- getAllowPolls() : bool
- Generated from protobuf field <code>optional bool allow_polls = 2;</code>
- getAllowRecording() : bool
- Generated from protobuf field <code>optional bool allow_recording = 5;</code>
- getAllowRtmp() : bool
- Generated from protobuf field <code>optional bool allow_rtmp = 6;</code>
- getAllowSharedNotePad() : bool
- Generated from protobuf field <code>optional bool allow_shared_note_pad = 3;</code>
- getAllowViewOtherUsersList() : bool
- Generated from protobuf field <code>optional bool allow_view_other_users_list = 8;</code>
- getAllowViewOtherWebcams() : bool
- Generated from protobuf field <code>optional bool allow_view_other_webcams = 7;</code>
- getLtiCustomDesign() : LtiCustomDesign|null
- Generated from protobuf field <code>.plugnmeet.LtiCustomDesign lti_custom_design = 10;</code>
- getMuteOnStart() : bool
- Generated from protobuf field <code>optional bool mute_on_start = 9;</code>
- getRoomDuration() : int|string
- Generated from protobuf field <code>optional uint64 room_duration = 1;</code>
- hasAllowBreakoutRoom() : mixed
- hasAllowPolls() : mixed
- hasAllowRecording() : mixed
- hasAllowRtmp() : mixed
- hasAllowSharedNotePad() : mixed
- hasAllowViewOtherUsersList() : mixed
- hasAllowViewOtherWebcams() : mixed
- hasLtiCustomDesign() : mixed
- hasMuteOnStart() : mixed
- hasRoomDuration() : mixed
- setAllowBreakoutRoom() : $this
- Generated from protobuf field <code>optional bool allow_breakout_room = 4;</code>
- setAllowPolls() : $this
- Generated from protobuf field <code>optional bool allow_polls = 2;</code>
- setAllowRecording() : $this
- Generated from protobuf field <code>optional bool allow_recording = 5;</code>
- setAllowRtmp() : $this
- Generated from protobuf field <code>optional bool allow_rtmp = 6;</code>
- setAllowSharedNotePad() : $this
- Generated from protobuf field <code>optional bool allow_shared_note_pad = 3;</code>
- setAllowViewOtherUsersList() : $this
- Generated from protobuf field <code>optional bool allow_view_other_users_list = 8;</code>
- setAllowViewOtherWebcams() : $this
- Generated from protobuf field <code>optional bool allow_view_other_webcams = 7;</code>
- setLtiCustomDesign() : $this
- Generated from protobuf field <code>.plugnmeet.LtiCustomDesign lti_custom_design = 10;</code>
- setMuteOnStart() : $this
- Generated from protobuf field <code>optional bool mute_on_start = 9;</code>
- setRoomDuration() : $this
- Generated from protobuf field <code>optional uint64 room_duration = 1;</code>
Properties
$allow_breakout_room
Generated from protobuf field <code>optional bool allow_breakout_room = 4;</code>
protected
mixed
$allow_breakout_room
= null
$allow_polls
Generated from protobuf field <code>optional bool allow_polls = 2;</code>
protected
mixed
$allow_polls
= null
$allow_recording
Generated from protobuf field <code>optional bool allow_recording = 5;</code>
protected
mixed
$allow_recording
= null
$allow_rtmp
Generated from protobuf field <code>optional bool allow_rtmp = 6;</code>
protected
mixed
$allow_rtmp
= null
$allow_shared_note_pad
Generated from protobuf field <code>optional bool allow_shared_note_pad = 3;</code>
protected
mixed
$allow_shared_note_pad
= null
$allow_view_other_users_list
Generated from protobuf field <code>optional bool allow_view_other_users_list = 8;</code>
protected
mixed
$allow_view_other_users_list
= null
$allow_view_other_webcams
Generated from protobuf field <code>optional bool allow_view_other_webcams = 7;</code>
protected
mixed
$allow_view_other_webcams
= null
$lti_custom_design
Generated from protobuf field <code>.plugnmeet.LtiCustomDesign lti_custom_design = 10;</code>
protected
mixed
$lti_custom_design
= null
$mute_on_start
Generated from protobuf field <code>optional bool mute_on_start = 9;</code>
protected
mixed
$mute_on_start
= null
$room_duration
Generated from protobuf field <code>optional uint64 room_duration = 1;</code>
protected
mixed
$room_duration
= 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 int|string $room_duration @type bool $allow_polls @type bool $allow_shared_note_pad @type bool $allow_breakout_room @type bool $allow_recording @type bool $allow_rtmp @type bool $allow_view_other_webcams @type bool $allow_view_other_users_list @type bool $mute_on_start @type \Mynaparrot\PlugnmeetProto\LtiCustomDesign $lti_custom_design}
clearAllowBreakoutRoom()
public
clearAllowBreakoutRoom() : mixed
clearAllowPolls()
public
clearAllowPolls() : mixed
clearAllowRecording()
public
clearAllowRecording() : mixed
clearAllowRtmp()
public
clearAllowRtmp() : mixed
clearAllowSharedNotePad()
public
clearAllowSharedNotePad() : mixed
clearAllowViewOtherUsersList()
public
clearAllowViewOtherUsersList() : mixed
clearAllowViewOtherWebcams()
public
clearAllowViewOtherWebcams() : mixed
clearLtiCustomDesign()
public
clearLtiCustomDesign() : mixed
clearMuteOnStart()
public
clearMuteOnStart() : mixed
clearRoomDuration()
public
clearRoomDuration() : mixed
getAllowBreakoutRoom()
Generated from protobuf field <code>optional bool allow_breakout_room = 4;</code>
public
getAllowBreakoutRoom() : bool
Return values
boolgetAllowPolls()
Generated from protobuf field <code>optional bool allow_polls = 2;</code>
public
getAllowPolls() : bool
Return values
boolgetAllowRecording()
Generated from protobuf field <code>optional bool allow_recording = 5;</code>
public
getAllowRecording() : bool
Return values
boolgetAllowRtmp()
Generated from protobuf field <code>optional bool allow_rtmp = 6;</code>
public
getAllowRtmp() : bool
Return values
boolgetAllowSharedNotePad()
Generated from protobuf field <code>optional bool allow_shared_note_pad = 3;</code>
public
getAllowSharedNotePad() : bool
Return values
boolgetAllowViewOtherUsersList()
Generated from protobuf field <code>optional bool allow_view_other_users_list = 8;</code>
public
getAllowViewOtherUsersList() : bool
Return values
boolgetAllowViewOtherWebcams()
Generated from protobuf field <code>optional bool allow_view_other_webcams = 7;</code>
public
getAllowViewOtherWebcams() : bool
Return values
boolgetLtiCustomDesign()
Generated from protobuf field <code>.plugnmeet.LtiCustomDesign lti_custom_design = 10;</code>
public
getLtiCustomDesign() : LtiCustomDesign|null
Return values
LtiCustomDesign|nullgetMuteOnStart()
Generated from protobuf field <code>optional bool mute_on_start = 9;</code>
public
getMuteOnStart() : bool
Return values
boolgetRoomDuration()
Generated from protobuf field <code>optional uint64 room_duration = 1;</code>
public
getRoomDuration() : int|string
Return values
int|stringhasAllowBreakoutRoom()
public
hasAllowBreakoutRoom() : mixed
hasAllowPolls()
public
hasAllowPolls() : mixed
hasAllowRecording()
public
hasAllowRecording() : mixed
hasAllowRtmp()
public
hasAllowRtmp() : mixed
hasAllowSharedNotePad()
public
hasAllowSharedNotePad() : mixed
hasAllowViewOtherUsersList()
public
hasAllowViewOtherUsersList() : mixed
hasAllowViewOtherWebcams()
public
hasAllowViewOtherWebcams() : mixed
hasLtiCustomDesign()
public
hasLtiCustomDesign() : mixed
hasMuteOnStart()
public
hasMuteOnStart() : mixed
hasRoomDuration()
public
hasRoomDuration() : mixed
setAllowBreakoutRoom()
Generated from protobuf field <code>optional bool allow_breakout_room = 4;</code>
public
setAllowBreakoutRoom(bool $var) : $this
Parameters
- $var : bool
Return values
$thissetAllowPolls()
Generated from protobuf field <code>optional bool allow_polls = 2;</code>
public
setAllowPolls(bool $var) : $this
Parameters
- $var : bool
Return values
$thissetAllowRecording()
Generated from protobuf field <code>optional bool allow_recording = 5;</code>
public
setAllowRecording(bool $var) : $this
Parameters
- $var : bool
Return values
$thissetAllowRtmp()
Generated from protobuf field <code>optional bool allow_rtmp = 6;</code>
public
setAllowRtmp(bool $var) : $this
Parameters
- $var : bool
Return values
$thissetAllowSharedNotePad()
Generated from protobuf field <code>optional bool allow_shared_note_pad = 3;</code>
public
setAllowSharedNotePad(bool $var) : $this
Parameters
- $var : bool
Return values
$thissetAllowViewOtherUsersList()
Generated from protobuf field <code>optional bool allow_view_other_users_list = 8;</code>
public
setAllowViewOtherUsersList(bool $var) : $this
Parameters
- $var : bool
Return values
$thissetAllowViewOtherWebcams()
Generated from protobuf field <code>optional bool allow_view_other_webcams = 7;</code>
public
setAllowViewOtherWebcams(bool $var) : $this
Parameters
- $var : bool
Return values
$thissetLtiCustomDesign()
Generated from protobuf field <code>.plugnmeet.LtiCustomDesign lti_custom_design = 10;</code>
public
setLtiCustomDesign(LtiCustomDesign $var) : $this
Parameters
- $var : LtiCustomDesign
Return values
$thissetMuteOnStart()
Generated from protobuf field <code>optional bool mute_on_start = 9;</code>
public
setMuteOnStart(bool $var) : $this
Parameters
- $var : bool
Return values
$thissetRoomDuration()
Generated from protobuf field <code>optional uint64 room_duration = 1;</code>
public
setRoomDuration(int|string $var) : $this
Parameters
- $var : int|string