adesun2k

Results 7 comments of adesun2k

> Hi @usayuki > You should be able to create a class that conforms to both `UIViewRepresentable` and `VideoRenderView`. > Your `makeUIView()` method can return a `UIImageView` or any `UIView`...

Is it possible to share example of how to display VideoRenderView or VideoTileController in SWIFTUI?

My project is completely built using SWIFTUI no storyboard. I was able to get this to work and the audio call works perfectly fine but I don't know how to...

> Your `renderFrame()` method will be invoked by `VideoTileController::onReceiveFrame` with the `CVPixelBuffer` > You can look at [`DefaultVideoTileController`](https://github.com/aws/amazon-chime-sdk-ios/blob/master/AmazonChimeSDK/AmazonChimeSDK/audiovideo/video/DefaultVideoTileController.swift). > If you are using default implementation for all facade and controllers,...

> Hi @usayuki > You should be able to create a class that conforms to both `UIViewRepresentable` and `VideoRenderView`. > Your `makeUIView()` method can return a `UIImageView` or any `UIView`...

> @adesun2k were you able to make it work? I am also stuck trying to make Chime work in SwiftUI. What worked for me was to wrap the ViewController that...

Hi @akshay2211 thanks for your response. Please also help maintain the JAVA version documentation, we have still lots of app written in JAVA. Thanks alot