ICallManagerRouteSessionCall Method |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxvoid RouteSessionCall(
IBaseCall caller,
string masterSessionID,
string parentSessionID,
string sessionId
)
Sub RouteSessionCall (
caller As IBaseCall,
masterSessionID As String,
parentSessionID As String,
sessionId As String
)
void RouteSessionCall(
IBaseCall^ caller,
String^ masterSessionID,
String^ parentSessionID,
String^ sessionId
)
abstract RouteSessionCall :
caller : IBaseCall *
masterSessionID : string *
parentSessionID : string *
sessionId : string -> unit
Parameters
- caller IBaseCall
-
- masterSessionID String
-
- parentSessionID String
-
- sessionId String
-
See Also