ICallManagerRouteSessionCall Method |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax void 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
- Type: Ozeki.VoIPIBaseCall
- masterSessionID
- Type: SystemString
- parentSessionID
- Type: SystemString
- sessionId
- Type: SystemString
See Also