actual class VideoView(frame: CValue<CGRect> = CGRectMake(0.0, 0.0, 0.0, 0.0), isScreenShare: Boolean = false) : UIView
A wrapper view that manages the lifecycle of RTKRTCMTLVideoView and its renderer. Automatically attaches/detaches renderer based on window presence to prevent memory leaks.