Click or drag to resize

InviteResponseArgs Constructor (String, Int32)

Initializes a new instance of the InviteResponseArgs class

Namespace:  Ozeki.VoIP
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntax
public InviteResponseArgs(
	string userID,
	int responseCode
)

Parameters

userID
Type: SystemString
responseCode
Type: SystemInt32
See Also