HOW TO USE THE LICENSE KEY

 
 
USE LICENSE KEY IN APPLICATIONS
 
VaxVoice SDK provides activeX (.ocx) inorder to add VoIP feature in your VB, VB.NET, C# and Delphi applications.
 
We recommend to use Library (.LIB) and DLL, if you want to add VoIP feature in your VC++ based applications.
 
Both activeX and LIB & DLL exports SetLicenceKey() method. Pass your License Key in the parameter to this method and call it.
 
e-g:  SetLicenceKey("YOUR LICENSE KEY")
 
USE LICENSE KEY IN WEB PAGES
 
VaxVoice SDK provides cabinet component (.cab) inorder to add VoIP features in your web pages.
 
Adding license key in web pages is different from applications due to:

The openness of the browser (the ability to view the HTML source file)

 
Because any user with Internet Explorer 4.0 or later can view the HTML source code for a given Web page, and because a cabinet control is copied to a user's computer before it is displayed, a level of indirection is required to "hide" the license key for a cabinet component from the user. This prevents users from pirating and reusing controls that they did not purchase.
Cabinet component exports SetDomainKey() method. It requires to set domain key rather License key, please follow the steps to generate Domain key.
 
1. Download VaxDomainKey application. [Click To Download]
2. Unzip and execute it.
3. Enter your license key.
4. Enter the parent domain name on which you want to host your VaxVoiceSDK CAB integrated web pages.
 
e-g: If you want to host your web pages on www.abc.com then enter www.abc.com OR if voip.abc.com then enter voip.abc.com
 
It does not matter, how deep is the URL:
http://www.abc.com/voip/voice/chat/internet/VoIP.htm   OR
http://voip.abc.com/phone/voip/voice/chat/internet/VoIP.htm  
 
Enter the parent domain name only: www.abc.com OR voip.abc.com
 
5. Click the Generate Domain Key button.
6. VaxDomainKey application will generate the ENCRYPTED domain key for www.abc.com domain.
 
Pass the ENCRYPTED domain key to SetDomainKey() method. It will bind the cabinet component to  www.abc.com OR voip.abc.com domain and user will not be able to view your license key.
Please email us at support@vaxvoice.com incase of any questions.