Edit

Share via


CallAcceptOptions Class

Definition

Optional parameters for accepting the incoming call.

public ref class CallAcceptOptions
public class CallAcceptOptions
type CallAcceptOptions = class
Public Class CallAcceptOptions
Inheritance
CallAcceptOptions
Derived

Constructors

CallAcceptOptions()

Creates a new instance of the CallAcceptOptions class.

Properties

AcceptedContentIds

Gets the value of accepted contentIds on the call.

DialogContext

Gets or sets the dialog context of the call.

Headers

Gets the list of custom signaling headers to be included in the response.

RedirectDueToBandwidthPolicyEnabled

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

SupportsReplaces

Gets or sets whether the call supports the replaces header.

Extension Methods

AddFeatureParameter(CallAcceptOptions, String, String)
GetDiagnosticsInformation(CallAcceptOptions)
SetAssertedIdentity(CallAcceptOptions, String, String, String)
SetDiagnosticsInformation(CallAcceptOptions, DiagnosticsInformation)
SetIsMissedCall(CallAcceptOptions, Boolean)

Applies to