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

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public static ISoftPhone CreateSoftPhone(
	SoftPhoneConfig config,
	string userAgent = null
)

Parameters

config
Type: Ozeki.VoIPSoftPhoneConfig
Uses a configuratoin class to define RTP port range and local IP address.
userAgent (Optional)
Type: SystemString
User-Agent value which the created softphone will use.

Return Value

Type: ISoftPhone
See Also