LinphoneVideoViewHolder
@available(iOS 13.0, tvOS 13.0, *)
@available(macOS, unavailable)
@available(watchOS, unavailable)
public struct LinphoneVideoViewHolder : UIViewRepresentable
Add this object in your SwiftUI while giving him the callback necessary to link its view to the Core (using Core.nativeVideoWindowId for example).
-
Undocumented
Declaration
Swift
public init(setVideoWindowFn: @escaping (UIView) -> Void)
-
Declaration
Swift
public func makeUIView(context: Context) -> UIView
-
Declaration
Swift
public func updateUIView(_ uiView: UIView, context: Context)