SOSNetworkStatus

enum SOSNetworkStatus {}

Defines the discrete network conditions which can occur within an SOS Session.

  • The network and bandwidth tests run during a session have determined that the network is capable of sustaining a healthy SOS session.

    Declaration

    Objective-C

    SOSNetworkStatusOk

    Swift

    case ok = 0
  • The network and bandwidth tests run during a session have indicated that the network may not be able to fully support an SOS session. Audio and video artifacts may appear during the session. In the wost case the session itself could timeout.

    Declaration

    Objective-C

    SOSNetworkStatusPoor

    Swift

    case poor = 1