TCHChannelType Constants Reference

Declared in TCHConstants.h

TCHChannelType

Enumeration indicating the channel’s visibility.

Definition

typedef NS_ENUM(NSInteger, TCHChannelType ) {
   TCHChannelTypePublic = 0,
   TCHChannelTypePrivate,
};

Constants

TCHChannelTypePublic

Channel is publicly visible

Declared In TCHConstants.h.

TCHChannelTypePrivate

Channel is private and only visible to invited members.

Declared In TCHConstants.h.

Declared In

TCHConstants.h