Skip to main content

chat-client-config.chat-channel-properties

lastActiveWatchersLimit

Limit the max number of watchers included in ChatChannel.lastActiveWatchers.

public var lastActiveWatchersLimit = 100

lastActiveMembersLimit

Limit the max number of members included in ChatChannel.lastActiveMembers.

public var lastActiveMembersLimit = 100

latestMessagesLimit

Limit the max number of messages included in ChatChannel.latestMessages.

public var latestMessagesLimit = 5

Did you find this page helpful?