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: 1.8.12.0 (1.8.12)
Syntax
public InviteResponseArgs(
	string userID,
	int responseCode
)

Parameters

userID
Type: SystemString
responseCode
Type: SystemInt32
See Also