Release notes - Scalelite - Version 1.1.7
Bug
SL-189: Poller Concurrency issue # 602
SL-193: Recording multiple formats publish unpublish issue #614
New Feature
SL-188: Prevent getRecordings API calls with empty MeetingID or RecordingID values, or getMeetings with no parameters
Notes
This release requires to run migrations
docker exec -t scalelite-api bundle exec rake db:migrate
There are two new environment variables
GET_RECORDINGS_API_FILTERED
: Prevent get_recordings api from returning all recordings when recordID is not specified in the request, by setting value to 'true'. Defaults to false.
POLLER_WAIT_TIMEOUT
: The timeout value set for the poller to finish polling a server. Defaults to 10.