SwiftUI - Video call sample

Hello, in the current sample for creating a Video call, you create first a UIView in the story board then assigning it to the frame of the SendBirdVideoView, how to do so in SwiftUI? we created a View and
passed the frame to the SendBirdView but it’s not working, the Camera is ON without seeing any view in top …

Greetings,