CallTransferType Enum
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.
Type of call transfer - Attended or Unattended.
public enum class CallTransferType
public enum CallTransferType
type CallTransferType =
Public Enum CallTransferType
- Inheritance
-
CallTransferType
Fields
Name | Value | Description |
---|---|---|
Attended | 0 | Attended. |
Unattended | 1 | Unattended. |
Remarks
In Unattended type, the call is terminated as soon as the transfer request is accepted by the remote participant.
In Attended type, the call monitors the success/failure notifications from the remote regarding how the transfer is being carried out.
If the transfer succeeds, this call is terminated otherwise, the call state is not affected.