Open Chat for specific channel

Hi guys,

How can I open AmityChatHomePageViewController and used specify type of channel?

Image attached below shown that the request is only get channel typpe of “conversation”, any chance for iOS get even all types of channel?

Hi @AnonymousS ,

Default is channel type conversation. You can change the channel type in AmityRecentChatViewController inside AmityChatHomePageViewController AmityRecentChatViewController.make(channelType: .community)

Amity Support