ISoftPhoneCreateCallObject Method (IPhoneLine, DialParameters) |
Creates a phone call with the specified parameters.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax IPhoneCall 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
- Type: Ozeki.VoIPIPhoneLine
The phone line the call will be created on. - dialParams
- Type: Ozeki.VoIPDialParameters
The parameters for the outgoing call (such as dialed number or media types).
Return Value
Type:
IPhoneCallThe created phone call object.
See Also