Initializes a new instance of the
InviteArgs class
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic InviteArgs(
string ownerID
)
Public Sub New (
ownerID As String
)
public:
InviteArgs(
String^ ownerID
)
new :
ownerID : string -> InviteArgs
Parameters
- ownerID
- Type: SystemString
See Also