SOSReconnectStatus
enum SOSReconnectStatus {}
                Defines the discrete network reconnect status which can occur within an SOS Session.
- 
                  
                  
The network reconnect implemented by the WebRTC provider has signaled a reconnect has started.
Declaration
Objective-C
SOSNetworkReconnectStartedSwift
case networkReconnectStarted = 0 - 
                  
                  
The network reconnect implemented by the WebRTC provider has signaled a reconnect has finished.
Declaration
Objective-C
SOSNetworkReconnectFinishedSwift
case networkReconnectFinished = 1 
            Install in Dash
          
      SOSReconnectStatus Enumeration Reference