Conversation
xJuvi
left a comment
There was a problem hiding this comment.
There are unclarified questions. I think this PR isn't complete.
| $('#classNotStarted').show(); | ||
| } | ||
|
|
||
| var isMeetingRecorded={isMeetingRecorded}; |
There was a problem hiding this comment.
Why did u remove this?
This is the hint if the current running meeting is recorded or not.
There was a problem hiding this comment.
Oh yes i forgot it the current meeting recording hint should be as it was before.By mistakenly in testing i removed it.
|
|
||
| $bbbURL=$BBBHelper->joinURL($this->object); | ||
|
|
||
| $my_tpl->setVariable("recordings", $this->buildRecordingUI()); |
There was a problem hiding this comment.
You should refactor the whole part. This is only copied fromt he "moderator" section. But in the moderator section, it will be checked, if int he currect BBB object recordings are allowed. This check is missing in your changed.
See:
BigBlueButton-Ilias-Plugin/classes/class.ilObjBigBlueButtonGUI.php
Lines 351 to 358 in 8fba2f4
There was a problem hiding this comment.
Yes in the moderator section, it will be checked, if the current BBB object recordings are allowed. This check is missing in changes because user can't allow for it.Only moderator or admins can allow for the changes to that checkbox if they record Current BBB object or not.
There was a problem hiding this comment.
Yes that's right. But it also controls if the recordings ui is visible or no. With your change, users can see the recording ui when recordings in the bbb object are disallowed. So i think is should be checked if recordings are allowed.
|
Yes it should be like this in if check condition |
|
Hello @xJuvi , |
|
Hey @pooja418 Kind regards |
Recordes session acees right
using visible and read permission now user can see the recording links.