TCHChannelStatus Constants Reference
| Declared in | TCHConstants.h | 
|---|
TCHChannelStatus
Enumeration indicating the user’s current status on a given channel.
Definition
typedef NS_ENUM(NSInteger, TCHChannelStatus ) {
                            
                               TCHChannelStatusInvited = 0,
                            
                               TCHChannelStatusJoined,
                            
                               TCHChannelStatusNotParticipating,
                            
                               TCHChannelStatusUnknown,
                            
                            };
                    
                    Constants
- TCHChannelStatusInvited
- 
User is invited to the channel but not joined. Declared In TCHConstants.h.
- TCHChannelStatusJoined
- 
User is joined to the channel. Declared In TCHConstants.h.
- TCHChannelStatusNotParticipating
- 
User is not participating on this channel. Declared In TCHConstants.h.
- TCHChannelStatusUnknown
- 
User’s status on this channel is not known, used on instances of TCHChannelDescriptor. Declared In TCHConstants.h.
Declared In
TCHConstants.h