Skip to content
Snippets Groups Projects
Unverified Commit e369f548 authored by Samuel Couillard's avatar Samuel Couillard Committed by GitHub
Browse files

Fix Recording Video Format (#5050)

parent bb8fd896
Branches
Tags release-3.0.2
No related merge requests found
......@@ -22,7 +22,8 @@ class RecordingCreator
end
def call
room_id = Room.find_by(meeting_id: @recording[:meetingID]).id
meeting_id = @recording[:metadata][:meetingId] || @recording[:meetingID]
room_id = Room.find_by(meeting_id:).id
visibility = get_recording_visibility(recording: @recording)
# Get length of presentation format(s)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment