Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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