Click or drag to resize
SoftPhoneFactoryCreateSoftPhone Method (SoftPhoneConfig)
Creates a new softphone engine.

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.3.9.0
Syntax
public static ISoftPhone CreateSoftPhone(
	SoftPhoneConfig config
)

Parameters

config
Type: Ozeki.VoIPSoftPhoneConfig
Uses a configuratoin class to define RTP port range and local IP address.

Return Value

Type: ISoftPhone
See Also