forked from External/greenlight
Added support for protected recordings (#2907)
This commit is contained in:
@ -147,4 +147,9 @@ module ApplicationHelper
|
||||
current_user&.role&.get_permission("can_launch_recording")
|
||||
end
|
||||
end
|
||||
|
||||
# Returns true if protected recordings is enabled on BigBlueButton/Scalelite server
|
||||
def protected_recording?(rec)
|
||||
!rec[:protected].nil?
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user