SOSNetworkStatus Constants Reference

Declared in SOSNetworkStatus.h

SOSNetworkStatus

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

Definition

typedef NS_ENUM(NSUInteger, SOSNetworkStatus ) {
   SOSNetworkStatusOk,
   SOSNetworkStatusPoor,
};

Constants

SOSNetworkStatusOk

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

Declared In SOSNetworkStatus.h.

SOSNetworkStatusPoor

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.

Declared In SOSNetworkStatus.h.

Declared In

SOSNetworkStatus.h