WhiteRoomPhase Constants Reference
Declared in | WhiteRoomCallbacks.h |
---|
WhiteRoomPhase
The connection state of the room.
Definition
typedef NS_ENUM(NSInteger, WhiteRoomPhase ) {
WhiteRoomPhaseConnecting,
WhiteRoomPhaseConnected,
WhiteRoomPhaseReconnecting,
WhiteRoomPhaseDisconnecting,
WhiteRoomPhaseDisconnected,
};
Constants
WhiteRoomPhaseConnecting
-
The SDK is connecting to the room on the Interactive Whiteboard server.
Declared In
WhiteRoomCallbacks.h
. WhiteRoomPhaseConnected
-
The SDK is connected to the room on the Interactive Whiteboard server.
Declared In
WhiteRoomCallbacks.h
. WhiteRoomPhaseReconnecting
-
The SDK is reconnecting to the room on the Interactive Whiteboard server.
Declared In
WhiteRoomCallbacks.h
. WhiteRoomPhaseDisconnecting
-
The SDK is disconnecting from the room on the Interactive Whiteboard server.
Declared In
WhiteRoomCallbacks.h
. WhiteRoomPhaseDisconnected
-
The SDK is disconnected from the room on the Interactive Whiteboard server.
Declared In
WhiteRoomCallbacks.h
.
Declared In
WhiteRoomCallbacks.h