v10networkscom / saltychat-docs

Documentation for Salty Chat (TeamSpeak 3 based Voice Plugin)
https://gaming.v10networks.com
15 stars 22 forks source link

Switch from un-/mute to whisper (3.0.0) #41

Open BlackFlash5 opened 2 years ago

BlackFlash5 commented 2 years ago

Salty Chat currently uses the un-/mute feature. Every request to un-/mute a player is sent to the server, as it ensures that the client does not receive any more voice data for the respective player. On servers with high player count (~700+) this leads to issues with the TeamSpeak server since it can't handle that many request/second. To mitigate these issues, TeamSpeak suggested the use of their whisper feature, which will be used from 3.0.0 onwards.

This issue is used to keep track of issues regarding the switch from un-/mute to whispering.

Current known issues:

Aside from the first one it seems that these issues are all caused by TeamSpeak. We reported these issues to TeamSpeak and they are investigating.

Things that need to be tested:

Data based on 3.0.5.

CodeRedDev commented 2 years ago

Do you have a link to an issue on the TeamSpeak side?