VoIP SetMicThreshold() not working

UVOIPStatics::SetMicThreshold() does not change a mic threshold. MicSilenceDetectionConfig::Threshold variable always has its default value 0.08f. I suppose this is because of the wrong declaration of the Threshold variable. It is static but must be extern.

Net/VoiceConfig.h

namespace MicSilenceDetectionConfig
{
static float Threshold = 0.08f;
}

Hello,

We’ve recently made a switch to a new bug reporting method using a more structured form. Please visit the link below for more details and report the issue using the new Bug Submission Form. Feel free to continue to use this thread for community discussion around the issue.

https://forums.unrealengine.com/unreal-engine/announcements-and-releases/1410408-unreal-engine-bug-submission-form

Thanks