TCHParticipantType Constants Reference
| Declared in | TCHConstants.h |
|---|
TCHParticipantType
Enumerations indicating the type of the TCHParticipant object.
Definition
typedef NS_ENUM(NSInteger, TCHParticipantType ) {
TCHParticipantTypeUnset = 0,
TCHParticipantTypeOther,
TCHParticipantTypeChat,
TCHParticipantTypeSms,
TCHParticipantTypeWhatsapp,
};
Constants
TCHParticipantTypeUnset-
The participant’s type is not initialized yet.
Declared In
TCHConstants.h. TCHParticipantTypeOther-
The participant’s type is unknown for current SDK.
Declared In
TCHConstants.h. TCHParticipantTypeChat-
The participant’s type is Chat.
Declared In
TCHConstants.h. TCHParticipantTypeSms-
The participant’s type is SMS.
Declared In
TCHConstants.h. TCHParticipantTypeWhatsapp-
The participant’s type is WhatsApp.
Declared In
TCHConstants.h.
Declared In
TCHConstants.h