Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
TAPI.HandoffDirect
Hands off the call to another application based on the media type of the call.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
TAPI | 4.4 | ❌ No | ✅ Yes | ❌ No | ❌ No | ❌ No |
MBS( "TAPI.HandoffDirect"; Call; MediaType ) More
Parameters
Parameter | Description | Example |
---|---|---|
Call | The call reference number. | $Call |
MediaType | Media type to transfer to. |
Result
Returns OK or error.
Description
Hands off the call to another application based on the media type of the call.If multiple applications have registered as able to handle the types involved, TAPI will hand off to the highest-priority application, which is usually the one that registered first.
This indicates that the application no longer requires ownership of the call.
for media types, please take a look here:
http://msdn.microsoft.com/en-us/library/windows/desktop/ms734210(v=vs.85).aspx
This function checks for a license.
Created 22nd October 2014, last changed 1st December 2014
