forked from External/greenlight
Added env variable to exclude recording formats from public recordings (#2055)
This commit is contained in:
@ -54,4 +54,9 @@ module RoomsHelper
|
||||
false
|
||||
end
|
||||
end
|
||||
|
||||
# Array of recording formats not to show for public recordings
|
||||
def hidden_format_public
|
||||
ENV.fetch("HIDDEN_FORMATS_PUBLIC", "").split(",")
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user