Click or drag to resize
SoftPhoneFactory.CreateSoftPhone 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.VoIP.SoftPhoneConfig
Uses a configuratoin class to define RTP port range and local IP address.
userAgent (Optional)
Type: System.String
User-Agent value which the created softphone will use.

Return Value

Type: ISoftPhone
See Also