CallTransferType Enum

Definition

Type of call transfer - Attended or Unattended.

public enum class CallTransferType
public enum CallTransferType
type CallTransferType = 
Public Enum CallTransferType
Inheritance
CallTransferType

Fields

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.

Applies to