PWConnectionState Constants Reference

Declared in PWMediaSession.h

PWConnectionState

PWConnectionState indicates the connection status B/W client and server.

Definition

typedef NS_ENUM(NSInteger, PWConnectionState ) {
   PWConnectionStateDisconnected,
   PWConnectionStateConnecting,
   PWConnectionStateConnected,
};

Constants

PWConnectionStateDisconnected

The session is not connected.

Declared In PWMediaSession.h.

PWConnectionStateConnecting

The session is connecting right now.

Declared In PWMediaSession.h.

PWConnectionStateConnected

The session is connected.

Declared In PWMediaSession.h.

Declared In

PWMediaSession.h