forked from External/greenlight
GRN2-xx: Fixed issue with join warning displaying incorrectly (#1957)
* Fixed issue with room settings * Update room join consent string
This commit is contained in:
@ -101,10 +101,6 @@ class Room < ApplicationRecord
|
||||
active_rooms + inactive_rooms
|
||||
end
|
||||
|
||||
def recording_enabled?
|
||||
JSON.parse(room_settings)["recording"]
|
||||
end
|
||||
|
||||
private
|
||||
|
||||
# Generates a uid for the room and BigBlueButton.
|
||||
|
Reference in New Issue
Block a user