How we can do SwiftUI Integration for custom chat UI instead of using the default one

Hello Team,
How we can integrate SendBird chat in SwiftUI. My requirement is that I have my own chat screen, so I have to use that instead of the default chat UI that SendbirdChatUIKit is providing.

Hi @Jaykar_Parmar,

If you’re looking to implement your own custom screen, you’re better off using the standalone SDK rather than the UIKit. Send your first message | Chat iOS SDK | Sendbird Docs

Hello Tyler,
I have gone through it, But I want to implement it in SwiftUI instead of Swift.

For SwiftUI I didn’t find any documentation to implement.