Click or drag to resize

SoftPhoneFactoryCreateSoftPhone(SoftPhoneConfig, String) Method

Creates a new softphone engine.

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

Parameters

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

Return Value

ISoftPhone
See Also