Partilhar via


CallAcceptOptions.RedirectDueToBandwidthPolicyEnabled Property

Gets or sets whether to redirect the call when recommended by the bandwidth policy.

Namespace:  Microsoft.Rtc.Collaboration
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
Public Property RedirectDueToBandwidthPolicyEnabled As Boolean
    Get
    Set
'Usage
Dim instance As CallAcceptOptions
Dim value As Boolean

value = instance.RedirectDueToBandwidthPolicyEnabled

instance.RedirectDueToBandwidthPolicyEnabled = value
public bool RedirectDueToBandwidthPolicyEnabled { get; set; }

Property Value

Type: System.Boolean

Remarks

By default, if an incoming call fails bandwidth allocation then it will be declined. If the application wants this call to be redirected via PSTN then it needs to enable this setting this property to true before accepting the call.

See Also

Reference

CallAcceptOptions Class

CallAcceptOptions Members

Microsoft.Rtc.Collaboration Namespace