Documentation

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

}

getAllowBreakoutRoom()

Generated from protobuf field <code>optional bool allow_breakout_room = 4;</code>

public getAllowBreakoutRoom() : bool
Return values
bool

getAllowPolls()

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

public getAllowPolls() : bool
Return values
bool

getAllowRecording()

Generated from protobuf field <code>optional bool allow_recording = 5;</code>

public getAllowRecording() : bool
Return values
bool

getAllowRtmp()

Generated from protobuf field <code>optional bool allow_rtmp = 6;</code>

public getAllowRtmp() : bool
Return values
bool

getAllowSharedNotePad()

Generated from protobuf field <code>optional bool allow_shared_note_pad = 3;</code>

public getAllowSharedNotePad() : bool
Return values
bool

getAllowViewOtherUsersList()

Generated from protobuf field <code>optional bool allow_view_other_users_list = 8;</code>

public getAllowViewOtherUsersList() : bool
Return values
bool

getAllowViewOtherWebcams()

Generated from protobuf field <code>optional bool allow_view_other_webcams = 7;</code>

public getAllowViewOtherWebcams() : bool
Return values
bool

getMuteOnStart()

Generated from protobuf field <code>optional bool mute_on_start = 9;</code>

public getMuteOnStart() : bool
Return values
bool

getRoomDuration()

Generated from protobuf field <code>optional uint64 room_duration = 1;</code>

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

setAllowBreakoutRoom()

Generated from protobuf field <code>optional bool allow_breakout_room = 4;</code>

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

setAllowPolls()

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

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

setAllowRecording()

Generated from protobuf field <code>optional bool allow_recording = 5;</code>

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

setAllowRtmp()

Generated from protobuf field <code>optional bool allow_rtmp = 6;</code>

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

setAllowSharedNotePad()

Generated from protobuf field <code>optional bool allow_shared_note_pad = 3;</code>

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

setAllowViewOtherUsersList()

Generated from protobuf field <code>optional bool allow_view_other_users_list = 8;</code>

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

setAllowViewOtherWebcams()

Generated from protobuf field <code>optional bool allow_view_other_webcams = 7;</code>

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

setMuteOnStart()

Generated from protobuf field <code>optional bool mute_on_start = 9;</code>

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

setRoomDuration()

Generated from protobuf field <code>optional uint64 room_duration = 1;</code>

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

        
On this page

Search results