CallReceivedEventArgsBase.RingBackDisabled Property
Gets or sets whether the platform will automatically send 180 Ringing response for up to 10 minutes.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Property RingBackDisabled As Boolean
Get
Set
'Usage
Dim instance As CallReceivedEventArgsBase
Dim value As Boolean
value = instance.RingBackDisabled
instance.RingBackDisabled = value
public bool RingBackDisabled { get; set; }
Property Value
Type: System.Boolean
See Also
Reference
CallReceivedEventArgsBase Class