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_av_moderation.lua 296B

123456
  1. local avmoderation_component = module:get_option_string('av_moderation_component', 'avmoderation.'..module.host);
  2. -- Advertise AV Moderation so client can pick up the address and use it
  3. module:add_identity('component', 'av_moderation', avmoderation_component);
  4. module:depends("jitsi_session");