TheHolyWaffle / TeamSpeak-3-Java-API

A Java wrapper of TeamSpeak's 3 server query API.
MIT License
306 stars 107 forks source link

Get client ping #385

Closed lehmenkuehler closed 2 years ago

lehmenkuehler commented 3 years ago

Is there a way to read a client's ping? There are getter functions for almost everything in the Client class but oddly not for the ping...

rogermb commented 3 years ago

Hi. Sorry about the insane delay, I haven't really had time for any open-source work in almost a year. Feel free to ignore this issue if you no longer care about this issue.

No, from what I've been able to gather, the TeamSpeak3 Server Query interface currently doesn't offer any way to query the client's ping. This is a limitation of the Server Query interface and not of this API.