Type of call transfer - Attended or Unattended.

Namespace:  Microsoft.Rtc.Collaboration
Assembly:  Microsoft.Rtc.Collaboration(in Microsoft.Rtc.Collaboration.dll)

Syntax

Visual Basic (Declaration)
Public 
Enumeration 
CallTransferType
C#
public 
enum 
CallTransferType
Visual C++
public 
enum class 
CallTransferType
JavaScript

Microsoft.Rtc.Collaboration.CallTransferType = 
function();

Microsoft.Rtc.Collaboration.CallTransferType.createEnum('

Microsoft.Rtc.Collaboration.CallTransferType', false);

Members

Member name Description
Attended
Attended.
Unattended
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.

See Also