SoftPhoneFactoryCreateSoftPhone Method (SoftPhoneConfig) |
Creates a new softphone engine.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.3.9.0
Syntaxpublic static ISoftPhone CreateSoftPhone(
SoftPhoneConfig config
)
Public Shared Function CreateSoftPhone (
config As SoftPhoneConfig
) As ISoftPhone
public:
static ISoftPhone^ CreateSoftPhone(
SoftPhoneConfig^ config
)
static member CreateSoftPhone :
config : SoftPhoneConfig -> ISoftPhone
Parameters
- config
- Type: Ozeki.VoIPSoftPhoneConfig
Uses a configuratoin class to define RTP port range and local IP address.
Return Value
Type:
ISoftPhone
See Also