Click or drag to resize

DialInfo(String, String) Constructor

Initializes a new instance of the DialInfo class.

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntax
public DialInfo(
	string dialed,
	string callerID
)

Parameters

dialed  String
The dialed number or dialed user ID.
callerID  String
The ID of the caller.
See Also