TVIRoomState Constants Reference

Declared in TVIRoom.h

TVIRoomState

TVIRoomState represents the current state of a TVIRoom.

All TVIRoom instances start in TVIRoomStateConnecting, before transitioning to TVIRoomStateConnected or TVIRoomStateDisconnected.

Definition

typedef NS_ENUM(NSUInteger, TVIRoomState ) {
   TVIRoomStateConnecting = 0,
   TVIRoomStateConnected,
   TVIRoomStateDisconnected,
   TVIRoomStateReconnecting,
};

Constants

TVIRoomStateConnecting

The TVIRoom is attempting a connection based upon the TVIConnectOptions provided.

Declared In TVIRoom.h.

TVIRoomStateConnected

The TVIRoom is connected, and ready to interact with other Participants.

Declared In TVIRoom.h.

TVIRoomStateDisconnected

The TVIRoom has been disconnected, and interaction with other Participants is no longer possible.

Declared In TVIRoom.h.

TVIRoomStateReconnecting

The TVIRoom is attempting to reconnect following a network disruption.

Declared In TVIRoom.h.

Declared In

TVIRoom.h