TCHParticipantChannelType Constants Reference
| Declared in | TCHConstants.h | 
|---|
TCHParticipantChannelType
Enumerations indicating the channel type the TCHParticipant object originates from.
Definition
typedef NS_ENUM(NSInteger, TCHParticipantChannelType ) {
                            
                               TCHParticipantChannelTypeUnset = 0,
                            
                               TCHParticipantChannelTypeOther,
                            
                               TCHParticipantChannelTypeChat,
                            
                               TCHParticipantChannelTypeSms,
                            
                               TCHParticipantChannelTypeWhatsapp,
                            
                            };
                    
                    Constants
- TCHParticipantChannelTypeUnset
- 
The participant’s channel type is not initialized yet. Declared In TCHConstants.h.
- TCHParticipantChannelTypeOther
- 
The participant’s channel type is unknown for the current SDK, you can get the actual value using [TCHParticipant channel]. Declared In TCHConstants.h.
- TCHParticipantChannelTypeChat
- 
The participant’s channel type is Chat. Declared In TCHConstants.h.
- TCHParticipantChannelTypeSms
- 
The participant’s channel type is SMS. Declared In TCHConstants.h.
- TCHParticipantChannelTypeWhatsapp
- 
The participant’s channel type is WhatsApp. Declared In TCHConstants.h.
Declared In
TCHConstants.h