TeamSpeak-3-Java-API icon indicating copy to clipboard operation
TeamSpeak-3-Java-API copied to clipboard

A Java wrapper of TeamSpeak's 3 server query API.

Results 42 TeamSpeak-3-Java-API issues
Sort by recently updated
recently updated
newest added

Problem Description: The addChannelPermission function currently accepts the permission value as an int. However, when setting the i_icon_id permission for channels in TeamSpeak, some icon IDs exceed the maximum value...

This pull request updates the method signature of channelAddPerm to use long instead of int for the permValue parameter. The change was made because permValue (e.g., channelIconId) can exceed the...