Click or drag to resize
DialogID Constructor
Initializes a new instance of the DialogID class

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public DialogID(
	string callID,
	string remoteTag,
	string localTag
)

Parameters

callID
Type: SystemString
remoteTag
Type: SystemString
localTag
Type: SystemString
See Also