LocalCallFactoryCreateOutgoingCall Method |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntaxpublic AbstractLocalCall CreateOutgoingCall(
DialParameters dialParams,
IExtensionBase owner,
string callID = null
)
Public Function CreateOutgoingCall (
dialParams As DialParameters,
owner As IExtensionBase,
Optional callID As String = Nothing
) As AbstractLocalCall
public:
virtual AbstractLocalCall^ CreateOutgoingCall(
DialParameters^ dialParams,
IExtensionBase^ owner,
String^ callID = nullptr
) sealed
abstract CreateOutgoingCall :
dialParams : DialParameters *
owner : IExtensionBase *
?callID : string
(* Defaults:
let _callID = defaultArg callID null
*)
-> AbstractLocalCall
override CreateOutgoingCall :
dialParams : DialParameters *
owner : IExtensionBase *
?callID : string
(* Defaults:
let _callID = defaultArg callID null
*)
-> AbstractLocalCall
Parameters
- dialParams DialParameters
-
- owner IExtensionBase
-
- callID String (Optional)
-
Return Value
AbstractLocalCallImplements
ILocalCallFactoryCreateOutgoingCall(DialParameters, IExtensionBase, String)
See Also