Click or drag to resize

SoftPhoneFactory Class

Defines methods for creating the softphone engine.
Inheritance Hierarchy
SystemObject
  Ozeki.VoIPSoftPhoneFactory

Namespace:  Ozeki.VoIP
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntax
public static class SoftPhoneFactory

The SoftPhoneFactory type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCreateSoftPhone(SoftPhoneConfig, String)
Creates a new softphone engine.
Public methodStatic memberCreateSoftPhone(Int32, Int32, String)
Creates a new softphone engine.
Public methodStatic memberCreateSoftPhone(IPAddress, Int32, Int32, String)
Creates a new softphone engine.
Public methodStatic memberCreateSoftPhone(String, Int32, Int32, String)
Creates a new softphone engine.
Public methodStatic memberGetAddressList
Gets the list of local IP addresses.
Public methodStatic memberGetLocalIP
Detects the local IP address.
Top
See Also