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

    SOSNetworkReconnectStarted

    Swift

    case networkReconnectStarted = 0
  • The network reconnect implemented by the WebRTC provider has signaled a reconnect has finished.

    Declaration

    Objective-C

    SOSNetworkReconnectFinished

    Swift

    case networkReconnectFinished = 1