Skip to content

A simple to use C# library that handles asynchronous and synchronous connections to a Teamspeak 3 server.

Notifications You must be signed in to change notification settings

Imisnew2/C-Sharp-Voip-Manager-Teamspeak-3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C-Sharp-Voip-Manager-Teamspeak-3

Eventually, I plan on supporting Teamspeak 3, Ventrillo, and Mumble, but don't hold your breath waiting for me to support them. Currently, Teamspeak 3 is fully supported.

Teamspeak 3

Under VoipManager.Connections, you'll find Teamspeak3Conection. There are 3 methods, Connect, Disconnect, and Send (and their Async equivalents). You build Teamspeak3Requests to send to the server and receive Teamspeak3Messages in turn. If you prefer to send and receive stuff asynchronously, there are several events you can subscribe to: Connected, Disconnected, Sent, Received, Notified, Banned. The library was built using .Net 4.0, but it's possible to use combine it with .Net 4.5 in order to use async and await. There's currently an example in the code on how to use Teamspeak3Connection.

  • Imisnew2

About

A simple to use C# library that handles asynchronous and synchronous connections to a Teamspeak 3 server.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages