Matthias

Results 3 comments of Matthias

Hi, these are the metadata items we are currently setting in greenlight: ``` "meta_#{META_LISTED}": options[:recording_default_visibility] || false, "meta_bbb-origin-version": Greenlight::Application::VERSION, "meta_bbb-origin": "Greenlight", "meta_bbb-origin-server-name": options[:host], "meta_opencast-dc-title": Time.now.strftime("%Y-%m-%d") + " - " +...

We have added this to the `start_session` method in app/controllers/concerns/bbb_server.rb ``` .... def start_session(room, options = {}) username = options[:user_username].nil? ? "" : options[:user_username] create_options = { record: options[:record].to_s, logoutURL:...

Hey, i did a test-recording and compared it to the current events.xml from Ed. Not yet sure about the `Role`. Anyway this is my current "diff" ``` ```