IrisRtcConnectionState Constants Reference

Declared in IrisRtcConnection.h

IrisRtcConnectionState

These are the different Iris RTC connection states

Definition

typedef NS_ENUM(NSUInteger, IrisRtcConnectionState ) {
   kConnectionStateConnecting,
   kConnectionStateConnected,
   kConnectionStateReconnecting,
   kConnectionStateAuthenticated,
   kConnectionStateDisconnected,
};

Constants

kConnectionStateConnecting

When the connection is in progress

Declared In IrisRtcConnection.h.

kConnectionStateConnected

When the connection with IRIS backend is successful

Declared In IrisRtcConnection.h.

kConnectionStateReconnecting

When the connection is reconnecting with backend

Declared In IrisRtcConnection.h.

kConnectionStateAuthenticated

When the connection is authenticated with backend

Declared In IrisRtcConnection.h.

kConnectionStateDisconnected

When the connection is disconnected.

Declared In IrisRtcConnection.h.

Declared In

IrisRtcConnection.h