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 TVIRoomis attempting a connection based upon the TVIConnectOptions provided.Declared In TVIRoom.h.
- TVIRoomStateConnected
- 
The TVIRoomis connected, and ready to interact with other Participants.Declared In TVIRoom.h.
- TVIRoomStateDisconnected
- 
The TVIRoomhas been disconnected, and interaction with other Participants is no longer possible.Declared In TVIRoom.h.
- TVIRoomStateReconnecting
- 
The TVIRoomis attempting to reconnect following a network disruption.Declared In TVIRoom.h.
Declared In
TVIRoom.h