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,
};
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
.
Declared In
TVIRoom.h