CallManagerRouteCall(IBaseCall, Destination) Method |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxpublic void RouteCall(
IBaseCall caller,
Destination destination
)
Public Sub RouteCall (
caller As IBaseCall,
destination As Destination
)
public:
virtual void RouteCall(
IBaseCall^ caller,
Destination^ destination
) sealed
abstract RouteCall :
caller : IBaseCall *
destination : Destination -> unit
override RouteCall :
caller : IBaseCall *
destination : Destination -> unit
Parameters
- caller IBaseCall
-
- destination Destination
-
Implements
ICallManagerRouteCall(IBaseCall, Destination)
See Also