Skip to main content

msys.dp_config.early_talker

Last updated March 2020

Early talker detection, requires that the 'conntrol' module be loaded in the ecelerity.conf file. For more information about this module see conntrol Module.

Find below the sample excerpt included in the dp_config.lua file.

msys.dp_config.early_talker = {
  check = true,
  honor_whitelist = { "global" },
};

The elements of this configuration table are as follows:

check

Whether or not to perform this operation.

honor_whitelist

A table listing any applicable whitelists set in the msys.dp_config.whitelist table.

Was this page helpful?