Skip to content

get_egress_source

kumo.on('get_egress_source', function(source_name) end)

Called by the system to determine the composition of a specific named egress source.

kumo.on('get_egress_source', function(source_name)
  return kumo.make_egress_source {
    name = source_name,
    -- other fields here
  }
end)

See also kumo.make_egress_source.