SCSChatSessionState
enum SCSChatSessionState : NSUInteger {}
                Complete list of chat session states.
- 
                  
                  
No active session. There will be no outgoing/incoming chat traffic.
Declaration
Objective-C
SCSChatSessionStateInactiveSwift
case inactive = 0 - 
                  
                  
A connection with Live Agent servers is being established.
Declaration
Objective-C
SCSChatSessionStateConnectingSwift
case connecting = 1 - 
                  
                  
A connection has been established, but queueing for next available agent.
Declaration
Objective-C
SCSChatSessionStateQueuedSwift
case queued = 2 - 
                  
                  
Connected with an agent to facilitate a chat session.
Declaration
Objective-C
SCSChatSessionStateConnectedSwift
case connected = 3 - 
                  
                  
Session is in the process of cleaning up network connections and ending.
Declaration
Objective-C
SCSChatSessionStateEndingSwift
case ending = 4 
            Install in Dash
          
      SCSChatSessionState Enumeration Reference