Click or drag to resize
LyncPlatformLibraryAudioCallTransferTo Method
Transfers the existing call to another SIP endpoint specifying the LyncPlatformLibraryTransferType then raises an CallTransferred on completion.

Namespace: Inkostar.Classes
Assembly: LyncPlatformLibrary (in LyncPlatformLibrary.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void TransferTo(
	string destinationUri,
	LyncPlatformLibraryTransferType transferType
)

Parameters

destinationUri
Type: SystemString
The destination Uri or endpoint the existing call needs to be transferred to.
Examples
someuser@domain.com
transferType
Type: Inkostar.EnumsLyncPlatformLibraryTransferType
The LyncPlatformLibraryTransferType enum value which determines the type of transfer.

Implements

ILyncPlatformLibraryInteractionTransferTo(String, LyncPlatformLibraryTransferType)
See Also