Click or drag to resize
ConnectStatus Enumeration
Status of the Connection

Namespace:  TeamSpeak.Sdk
Assembly:  TeamSpeak.Sdk (in TeamSpeak.Sdk.dll) Version: 0.1.6124.20226 (0.1.0.0)
Syntax
public enum ConnectStatus
Members
  Member nameValueDescription
Disconnected0 There is no activity to the server, this is the default value
Connecting1 We are trying to connect, we haven't got a clientID yet, we haven't been accepted by the server
Connected2 The server has accepted us, we can talk and hear and we got a clientID, but we don't have the channels and clients yet, we can get server infos (welcome message etc.)
ConnectionEstablishing3 we are CONNECTED and we are visible
ConnectionEstablished4 we are CONNECTED and we have the client and channels available
See Also