AudioRoute.IsDtmfEnabled Property
Gets or sets whether DTMF packets are to be sent to the remote endpoint..
Namespace: Microsoft.Rtc.Collaboration.AudioVideo
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Property IsDtmfEnabled As Boolean
Get
Set
'Usage
Dim instance As AudioRoute
Dim value As Boolean
value = instance.IsDtmfEnabled
instance.IsDtmfEnabled = value
public bool IsDtmfEnabled { get; set; }
Property Value
Type: System.Boolean