pathmann / pyTSon

pyTSon is a plugin for the TeamSpeak 3 client, it offers a python interface for the plugin sdk
https://pytson.4qt.de
GNU General Public License v3.0
79 stars 12 forks source link

soundPack missing from ts3lib.guiConnect() #113

Open Bluscream opened 5 years ago

Bluscream commented 5 years ago

https://pytson.4qt.de/ts3lib-module.html#guiConnect is missing the soundProfile parameter (src)

-def guiConnect(connectTab, serverLabel, serverAddress, serverPassword, nickname, channel, channelPassword, captureProfile, playbackProfile, hotkeyProfile, userIdentity, oneTimeKey, phoneticName): 
+def guiConnect(connectTab, serverLabel, serverAddress, serverPassword, nickname, channel, channelPassword, captureProfile, playbackProfile, hotkeyProfile, soundProfile, userIdentity, oneTimeKey, phoneticName): 

Also maybe mention that userIdentity needs to be the string from "Tools"->"Identities" (src)