TeamTalk 5 .NET DLL Version 5.12A
BearWare.WebRTCAudioPreprocessor.VoiceDetection Struct Reference

Configuration of WebRTC's voice detection. More...

Public Attributes

bool bEnable
 Use WebRTC's voice detection to trigger BearWare.TeamTalkBase.OnVoiceActivation. More...
 

Detailed Description

Configuration of WebRTC's voice detection.

Definition at line 1310 of file TeamTalk.cs.

Member Data Documentation

◆ bEnable

bool BearWare.WebRTCAudioPreprocessor.VoiceDetection.bEnable

Use WebRTC's voice detection to trigger BearWare.TeamTalkBase.OnVoiceActivation.

TeamTalkBase.EnableVoiceActivation() must still be called to activate voice detection event BearWare.TeamTalkBase.OnVoiceActivation.

Enabling WebRTC's voice detection invalidates use of TeamTalkBase.SetVoiceActivationLevel()

Definition at line 1321 of file TeamTalk.cs.