Engage Engine API
1.251.9091
|
Internal Engage Engine settings. More...
#include <ConfigurationObjects.h>
Inherits AppConfigurationObjects::ConfigurationObjectBase.
Public Member Functions | |
void | clear () |
![]() | |
virtual void | initForDocumenting () |
virtual std::string | toString () |
virtual bool | isDocumenting () const |
Public Attributes | |
WatchdogSettings | watchdog |
[Optional] Settings for the Engine's watchdog. | |
int | housekeeperIntervalMs |
[Optional, Default: 1000] Interval at which to run the housekeeper thread. | |
int | maxTxSecs |
[Optional, Default: 30] The default duration the engageBeginGroupTx and engageBeginGroupTxAdvanced function will transmit for. | |
int | maxRxSecs |
int | logTaskQueueStatsIntervalMs |
bool | enableLazySpeakerClosure |
int | uriStreamingIntervalMs |
[Optional, Default: 60] The packet framing interval for audio streaming from a URI. | |
RallypointCluster::ConnectionStrategy_t | rpClusterStrategy |
[Optional, Default: csRoundRobin] Specifies the default RP cluster connection strategy to be followed. See ConnectionStrategy_t for all strategy types | |
int | rpClusterRolloverSecs |
[Optional, Default: 10] Seconds between switching to a new target in a RP cluster | |
int | rtpExpirationCheckIntervalMs |
[Optional, Default: 250] Interval at which to check for RTP expiration. | |
int | rpConnectionTimeoutSecs |
[Optional, Default: 5] Connection timeout in seconds to RP | |
int | rpTransactionTimeoutMs |
[Optional, Default: 5] Transaction timeout with RP | |
int | stickyTidHangSecs |
[Optional, Default: 10] The number of seconds after which "sticky" transmission IDs expire. | |
int | delayedMicrophoneClosureSecs |
[Optional, Default: 15] The number of seconds to cache an open microphone before actually closing it. | |
TuningSettings | tuning |
[Optional] Low-level tuning | |
![]() | |
nlohmann::json | _attached |
Additional Inherited Members | |
![]() | |
bool | _documenting |
Internal Engage Engine settings.
These settings are used to configure internal parameters.
Helper C++ class to serialize and de-serialize EnginePolicyInternals JSON
Example:
Definition at line 6869 of file ConfigurationObjects.h.
|
inline |
Definition at line 6917 of file ConfigurationObjects.h.
|
inline |
Definition at line 6922 of file ConfigurationObjects.h.
int AppConfigurationObjects::EnginePolicyInternals::delayedMicrophoneClosureSecs |
[Optional, Default: 15] The number of seconds to cache an open microphone before actually closing it.
Definition at line 6912 of file ConfigurationObjects.h.
bool AppConfigurationObjects::EnginePolicyInternals::enableLazySpeakerClosure |
Definition at line 6888 of file ConfigurationObjects.h.
int AppConfigurationObjects::EnginePolicyInternals::housekeeperIntervalMs |
[Optional, Default: 1000] Interval at which to run the housekeeper thread.
Definition at line 6879 of file ConfigurationObjects.h.
int AppConfigurationObjects::EnginePolicyInternals::logTaskQueueStatsIntervalMs |
Definition at line 6886 of file ConfigurationObjects.h.
int AppConfigurationObjects::EnginePolicyInternals::maxRxSecs |
Definition at line 6884 of file ConfigurationObjects.h.
int AppConfigurationObjects::EnginePolicyInternals::maxTxSecs |
[Optional, Default: 30] The default duration the engageBeginGroupTx and engageBeginGroupTxAdvanced function will transmit for.
Definition at line 6882 of file ConfigurationObjects.h.
int AppConfigurationObjects::EnginePolicyInternals::rpClusterRolloverSecs |
[Optional, Default: 10] Seconds between switching to a new target in a RP cluster
Definition at line 6897 of file ConfigurationObjects.h.
RallypointCluster::ConnectionStrategy_t AppConfigurationObjects::EnginePolicyInternals::rpClusterStrategy |
[Optional, Default: csRoundRobin] Specifies the default RP cluster connection strategy to be followed. See ConnectionStrategy_t for all strategy types
Definition at line 6894 of file ConfigurationObjects.h.
int AppConfigurationObjects::EnginePolicyInternals::rpConnectionTimeoutSecs |
[Optional, Default: 5] Connection timeout in seconds to RP
Definition at line 6903 of file ConfigurationObjects.h.
int AppConfigurationObjects::EnginePolicyInternals::rpTransactionTimeoutMs |
[Optional, Default: 5] Transaction timeout with RP
Definition at line 6906 of file ConfigurationObjects.h.
int AppConfigurationObjects::EnginePolicyInternals::rtpExpirationCheckIntervalMs |
[Optional, Default: 250] Interval at which to check for RTP expiration.
Definition at line 6900 of file ConfigurationObjects.h.
int AppConfigurationObjects::EnginePolicyInternals::stickyTidHangSecs |
[Optional, Default: 10] The number of seconds after which "sticky" transmission IDs expire.
Definition at line 6909 of file ConfigurationObjects.h.
TuningSettings AppConfigurationObjects::EnginePolicyInternals::tuning |
[Optional] Low-level tuning
Definition at line 6915 of file ConfigurationObjects.h.
int AppConfigurationObjects::EnginePolicyInternals::uriStreamingIntervalMs |
[Optional, Default: 60] The packet framing interval for audio streaming from a URI.
Definition at line 6891 of file ConfigurationObjects.h.
WatchdogSettings AppConfigurationObjects::EnginePolicyInternals::watchdog |
[Optional] Settings for the Engine's watchdog.
Definition at line 6876 of file ConfigurationObjects.h.