Sendbird iOS UIKit with custom api's

UIKit : 3.0.0
OS : iOS 15.5

Hello Sendbiard,

We are planning to use Sendbird iOS Chat SDK for our chat. We have an existing web application which can return the chat room details.

  1. ChatRooms ( /sendbird_chat/chat_rooms )
  2. ChatRoom ( sendbird_room_details?channel_url=‘’)

We would like to customise the UIKIt 3.0 to use these api’s to get the encrypted chat messages via our API Server.

Can you please let me know how can we customise your UIKit SDK for this purpose.

Our app uses saves the messages in encrypted format so we have our own API’s to fetch and save the chat details from Sendbird and serve the same to client applications.

-Janakiram