CallTransferOptions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Optional parameters for transfering the call.
public ref class CallTransferOptions
public class CallTransferOptions
type CallTransferOptions = class
Public Class CallTransferOptions
- Inheritance
-
CallTransferOptions
Remarks
Used to specify the various transfer options available while initiating a transfer request on a call.
Constructors
CallTransferOptions() |
Creates a new instance of the CallTransferOptions class with CallTransferType set to Attended. |
CallTransferOptions(CallTransferType) |
Creates a new instance of the CallTransferOptions class. |
Properties
Headers |
Gets the list of custom signaling headers to be included with the transfer request. |
MaximumTransferTime |
Gets or sets the maximum call transfer time. |
Transferor |
Gets or sets the transferor address. The application MUST verify (see remarks for more details) the identify of the transferor before setting this property. |
TransferType |
Gets the type of call transfer. |