Merge pull request #5830 from browniecab/v2.2-dev
Fixed two issues preventing recordings from being processed and published
This commit is contained in:
commit
0c383e14ce
@ -37,7 +37,7 @@ module BigBlueButton
|
||||
#removing "_N" at the end of userId
|
||||
userId.gsub(/_\d*$/, "")
|
||||
|
||||
participant_ids.add(userId)
|
||||
participants_ids.add(userId)
|
||||
end
|
||||
return participants_ids.length
|
||||
end
|
||||
|
@ -1335,7 +1335,7 @@ begin
|
||||
|
||||
processPresentation(package_dir)
|
||||
|
||||
processDeskshareEvents()
|
||||
processDeskshareEvents(@doc)
|
||||
|
||||
# Write slides.xml to file
|
||||
File.open("#{package_dir}/slides_new.xml", 'w') { |f| f.puts $slides_doc.to_xml }
|
||||
|
Loading…
Reference in New Issue
Block a user