TeamSpeak 3 SDK Beta 5
in Teamspeak 3
Die aktuelle Changelog des Teamspeak 3 SDK Beta 5
Bedeutungen der Symbole
- = Neue Funktion oder spürbare Verbesserung
- = Bug wurde beseitigt oder etwas wurde entfernt
- = Geändert oder Information
Änderungen:
- !skipped beta4
- The beta5 sdk server requires beta5 sdk clients, and the beta5 sdk client requires a beta5 sdk server. You should not mix older sdk builds with beta5 builds.
- Greatly improved the whispering code. It is now possible to whisper to clients that do not have you in view. Also note that you need to explicitly allow any incoming whispers, use the new allowWhispersFrom function (possibly from within the onIgnoredWhisperEvent callback)
- onTalkStatusChangeEvent now has a isReceivedWhisper parameter telling you if this is a whisper message or regular non whisper communication.
- Channel Codec now has an additional parameter, the codec latency factor. The default is 1, which results in the same behavior as pre beta5. Higher values lead to less voice packets sent per second meaning higher delay but less bandwidth usage.
- server side onTextMessageEvent callback split into two callbacks, one for messages to the server, one for messages to a channel
- numerous bug fixes and performance improvements