You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

mod_jibri_queue.lua 193B

12345
  1. local jibri_queue_component
  2. = module:get_option_string(
  3. "jibri_queue_component", "jibriqueue"..module.host);
  4. module:add_identity("component", "jibri-queue", jibri_queue_component);