Computers and Technology

TEamTalk5 sdk with python

Założony przez diamondStar 1 wpis ostatni wpis 2 lata temu

#1

hay guys,
does anyone uses teamtalk5 sdk for python to develop teamtalk bots?
if so: can someone tell me how can i kick a specific user from the intire server, not from the channel,
i searched a lot but i found only 1 function in class TeamTalk5.TeamTalk: | doKickUser(self, nUserID: int, nChannelID: int) -> int ,
so it takes the channel ID as an argument, kicking the user from the root channel doesn't force the user to disconnect from the server, and that's not what i want,
can someone help me?