VoiceActivityChangedEventArgs.IsVoice Property
Gets the voice state.
Namespace: Microsoft.Rtc.Collaboration.AudioVideo
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property IsVoice As Boolean
Get
'Usage
Dim instance As VoiceActivityChangedEventArgs
Dim value As Boolean
value = instance.IsVoice
public bool IsVoice { get; }
Property Value
Type: System.Boolean
Remarks
Returns false if detects silence, true otherwise.
See Also
Reference
VoiceActivityChangedEventArgs Class