TeamSpeak3QueryApi icon indicating copy to clipboard operation
TeamSpeak3QueryApi copied to clipboard

.NET wrapper for the TeamSpeak 3 Query API

Results 20 TeamSpeak3QueryApi issues
Sort by recently updated
recently updated
newest added

What benefits could we have when migrating to a more recent .NET version (most likely .NET 6)?

Are there any plans to create a nuget package with this version? Currently isn't there any ssh teamspeak query package.

Before we're able to migrate away from reflection, we might want to set up some tests to be able to catch regressions.

enhancement

Assume we can do breaking changes, what could we do? - How about every response of the rich client is also a readonly-dictionary that contains **all** the original values? Pros?...

Hello, I get an empty list whenever I try to retreive a list of all clients using TeamSpeakClient.Subscribe. This happens only inside a TeamSpeakClient.Subscribe Call. I need to manually query...

bug

Travis is not cool any more.

Unsubscribe fix ====== There was still the problem that the callback wasn't removed. So I add that the saved callback will be revmoved from the _callbacks list. Clientlist parameter =======...

https://github.com/nikeee/TeamSpeak3QueryAPI/blob/2aaa56383231c362086e993986bad34ddc660607/src/TeamSpeak3QueryApi/Specialized/TeamSpeakClient.cs#L498 I was looking for a reference for the `channeledit` command since the ts3 query documentation is trash, but in the end I had to resign to try and error....

enhancement
help wanted

I have the issue that my service monitoring my TS server is apparently loosing Query connection after hours/days. Would be good to have a event to notify me of that,...

enhancement
help wanted

Hi, i'm trying to intercept when a client enter in a room (115) with the example in Notifications, but when a client enter in the room the code not notify...