InviteResponseArgs(String, Int32) Constructor |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxpublic InviteResponseArgs(
string userID,
int responseCode
)
Public Sub New (
userID As String,
responseCode As Integer
)
public:
InviteResponseArgs(
String^ userID,
int responseCode
)
new :
userID : string *
responseCode : int -> InviteResponseArgs
Parameters
- userID String
-
- responseCode Int32
-
See Also