I’ve been messing around with the teamspeak 6 server docker image and I’m trying to re-create my TS3 server permission systems, basically I don’t rely on any channel password, I only rely on permission level to avoid having tons of password. However, I’ve setup my user permissions and channel permissions, it doesn’t seem to work…
A user with a join power of 50 is able to join a room with a Channel Join Power/Needed Channel Join Power of 80 (Also, what’s the difference between both of those ? Is there a documentation somewhere for all permission options ?). On my ts3 server, the setup is more or less the same, and the user with a lower join power cannot join the channel with a higher needed join power…
Am I missing something ?