NIMQChatChannelType Constants Reference
| Declared in | NIMQChatDefs.h | 
|---|
NIMQChatChannelType
Definition
typedef NS_ENUM(NSInteger, NIMQChatChannelType ) {
                            
                               NIMQChatChannelTypeMsg = 0,
                            
                               NIMQChatChannelTypeRTC = 1,
                            
                               NIMQChatChannelTypeCustom = 100,
                            
                            };