Windows Developer Notes
The Standard and Professional Edition of the TeamTalk 4 SDK use
the same documentation. The API exposed by the client DLLs are
exactly the same. The only difference is that internally the
Professional Edition uses TLS and Blowfish encryption for all
transmitted network data, whereas the Standard Edition sends all
network data unencrypted.
TeamTalk 4 Standard SDK binaries
- Client DLL
- TeamTalk4.dll
- C-API DLL (required by TeamTalk4.NET.dll)
- Server executables
- tt4svc.exe
- TeamTalk 4 server which can be installed as NT Service
- tt4srv.exe
- TeamTalk 4 server which runs as a console application
- Demo Client
- TeamTalk4.exe
- TeamTalk 4 demo client based on the Qt client example
included with the SDK
- TeamTalk4.dll
- The C-API client DLL (same as in Client-folder)
TeamTalk 4 Professional SDK binaries
- Client DLL
- TeamTalk4Pro.dll
- C-API DLL (required by TeamTalk4Pro.NET.dll)
- Server executables
- tt4prosvc.exe
- TeamTalk 4 Professional server which can be installed
as NT Service
- Server requires SSL certificate (sample certificate
included)
- tt4prosrv.exe
- TeamTalk 4 Professional server which runs as a console
application
- Server requires SSL certificate (sample certificate
included)
- Demo Client
- TeamTalk4Pro.exe
- TeamTalk 4 demo client based on the Qt client example
included with the SDK
- TeamTalk4Pro.dll
- The C-API client DLL (same as in Client-folder)