Creates a new softphone engine.

C# | Visual Basic | Visual C++ |
public static ISoftPhone CreateSoftPhone( int minPort, int maxPort )
Public Shared Function CreateSoftPhone ( minPort As Integer, maxPort As Integer ) As ISoftPhone
public: static ISoftPhone^ CreateSoftPhone( int minPort, int maxPort )


Exception | Condition |
---|---|
LicenseException | Throws a license exception, when the trial period has expired. |
VoIPException | Throws a VoIP exception, when the min port is higher than the max port. |
Assembly: VoIPSDK (Module: VoIPSDK.dll) Version: 11.2.4.290