![]() | Welcome to the Teamspeak SDK .Net |
Welcome to the Teamspeak SDK .Net
This library is a wrapper around the native Teamspeak SDK libraries. It requires .Net Framework 4.0 but .Net Framework 5.0 or later is recommended.
The Teamspeak SDK is not compatible with non sdk teamspeak server and clients. A SDK-Client can only connect to a SDK-Server, and vice versa.
It has been designed with C# async feature in mind. This means that every API, that has a returncode, has been wrapped in a asynchronous method, that returns a Task. This async methods allow for a more fluent way to write correct code.
Only clientlib is supported in this first release of the SDK. Support for the serverlib will be included in upcoming releases.
You can find examples in the /example directory. Note that you have to start a sdk server first before you can run the examples. A test server that works with the provided examples is included in /server.