| ConnectStatus Enumeration |
Namespace: TeamSpeak.Sdk
| Member name | Value | Description | |
|---|---|---|---|
| Disconnected | 0 | There is no activity to the server, this is the default value | |
| Connecting | 1 | We are trying to connect, we haven't got a clientID yet, we haven't been accepted by the server | |
| Connected | 2 | 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.) | |
| ConnectionEstablishing | 3 | we are CONNECTED and we are visible | |
| ConnectionEstablished | 4 | we are CONNECTED and we have the client and channels available |