TWMChannelStatus Constants Reference

Declared in TWMConstants.h

TWMChannelStatus

Enumeration indicating the user’s current status on a given channel.

Definition

typedef NS_ENUM(NSInteger, TWMChannelStatus ) {
   TWMChannelStatusInvited = 0,
   TWMChannelStatusJoined,
   TWMChannelStatusNotParticipating,
};

Constants

TWMChannelStatusInvited

User is invited to the channel but not joined.

Declared In TWMConstants.h.

TWMChannelStatusJoined

User is joined to the channel.

Declared In TWMConstants.h.

TWMChannelStatusNotParticipating

User is not participating on this channel.

Declared In TWMConstants.h.

Declared In

TWMConstants.h