Click or drag to resize

ACKContainerValue Constructor

Initializes a new instance of the ACKContainerValue class

Namespace:  Ozeki.VoIP
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntax
public ACKContainerValue(
	string callID,
	int cSeq,
	Request invite
)

Parameters

callID
Type: SystemString
cSeq
Type: SystemInt32
invite
Type: Ozeki.VoIPRequest
See Also