ISessionAttendedTransfer Method (String) |
Performs attended transfer. The transferee and target will be determined automatically.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax bool AttendedTransfer(
string targetSessionID
)
Function AttendedTransfer (
targetSessionID As String
) As Boolean
bool AttendedTransfer(
String^ targetSessionID
)
abstract AttendedTransfer :
targetSessionID : string -> bool
Parameters
- targetSessionID
- Type: SystemString
Return Value
Type:
BooleanSee Also