TeamTalk 5 .NET DLL Version 5.15A
|
The binaries included with the TeamTalk SDK are trials which will disable themselves after 30 days of use. To use the TeamTalk SDK in an end-user application you must purchase a license from BearWare.dk.
A TeamTalk SDK License is royalty-free meaning that when you have purchased a license you're allowed to redistribute unlimited copies of your end-user applications which use the TeamTalk DLLs. Additionally the license grants you the right to run an unlimited number of TeamTalk servers.
Please visit BearWare.dk for pricing or send an email to contact@bearware.dk for more information.
To apply the TeamTalk 5 SDK license in a .NET application call the method BearWare.TeamTalk.SetLicenseInformation(). This will disable trail mode.
To apply the TeamTalk 5 SDK license in a Java application call the method dk.bearware.TeamTalk5.setLicenseInformation(). This will disable trail mode.
In Java you must call dk.bearware.TeamTalk5.loadLibrary()
followed by dk.bearware.TeamTalk5.setLicenseInformation()
to set license name and key. The call to loadLibrary()
ensures the TeamTalk JNI DLL is loaded prior to invoking a function in the DLL. Otherwise you'll see an UnsatisfiedLinkError
.
To apply the TeamTalk 5 SDK license in a C API application call the function TT_SetLicenseInformation(). This will disable trial mode.