New SwiftUI View element : LinphoneVideoViewHolder.
Instanciate the LinphoneVideoViewHolder in any View, and give as a parameter a callback that will link its inner UIView element to the Linphone video you wish to display.
The callback implementation is facilitated if you use the new Core.nativeVideoWindow and Core.nativePreviewWindow properties, but using the old pointers to Core.nativeVideoWindow or Core.nativePreviewWindow will still work, although the conversion UIView --> UnsafeMutableRawPointer will have to be done manually in that case.