TVIParticipantState Constants Reference

Declared in TVIParticipant.h

TVIParticipantState

Enumeration indicating the state of the signaling connection for a TVIParticipant.

Definition

typedef NS_ENUM(NSUInteger, TVIParticipantState ) {
   TVIParticipantStateConnected = 0,
   TVIParticipantStateReconnecting,
   TVIParticipantStateDisconnected,
};

Constants

TVIParticipantStateConnected

The Participant has connected to signaling.

Declared In TVIParticipant.h.

TVIParticipantStateReconnecting

The Participant is attempting to reconnect to signaling.

Declared In TVIParticipant.h.

TVIParticipantStateDisconnected

The Participant has disconnected from signaling

Declared In TVIParticipant.h.

Declared In

TVIParticipant.h