Click or drag to resize

Account Constructor (String, String, String)

Account constructor.

Namespace:  Ozeki.VoIP
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntax
public Account(
	string displayName,
	string userName,
	string domain
)

Parameters

displayName
Type: SystemString
Displayed name of the account.
userName
Type: SystemString
Username of the account.
domain
Type: SystemString
Domain where the account is registered to. Domain has to contain the IP address and port in IP:PORT format.
See Also