CallAcceptOptions Members
Include Protected Members
Include Inherited Members
Optional parameters for accepting the incoming call.
The CallAcceptOptions type exposes the following members.
Constructors
Name | Description | |
---|---|---|
CallAcceptOptions | Creates a new instance of the CallAcceptOptions class. |
Top
Properties
Name | Description | |
---|---|---|
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. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (inherited from Object) | |
Finalize | (inherited from Object) | |
GetHashCode | (inherited from Object) | |
GetType | (inherited from Object) | |
MemberwiseClone | (inherited from Object) | |
ToString | (inherited from Object) |
Top