AWSChimeSDKMessagingSubChannelSummary

Objective-C

@interface AWSChimeSDKMessagingSubChannelSummary

Swift

class AWSChimeSDKMessagingSubChannelSummary

Summary of the sub-channels associated with the elastic channel.

  • The number of members in a SubChannel.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable membershipCount;

    Swift

    var membershipCount: NSNumber? { get set }
  • The unique ID of a SubChannel.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable subChannelId;

    Swift

    var subChannelId: String? { get set }