ISoftPhoneCreateCallObject(IPhoneLine, DialParameters) Method |
Creates a phone call with the specified parameters.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
SyntaxIPhoneCall CreateCallObject(
IPhoneLine line,
DialParameters dialParams
)
Function CreateCallObject (
line As IPhoneLine,
dialParams As DialParameters
) As IPhoneCall
IPhoneCall^ CreateCallObject(
IPhoneLine^ line,
DialParameters^ dialParams
)
abstract CreateCallObject :
line : IPhoneLine *
dialParams : DialParameters -> IPhoneCall
Parameters
- line IPhoneLine
- The phone line the call will be created on.
- dialParams DialParameters
- The parameters for the outgoing call (such as dialed number or media types).
Return Value
IPhoneCallThe created phone call object.
See Also