MobileRTCVideoView will be displayed larger than the specified size

Even if the size is specified in MobileRTCVideoView, it will be displayed larger than the specified size.
When using v5.11.3.4099 of the SDK, if the size was specified, it was displayed (trimmed) according to that size, but when using v5.13.10.7064, the size is ignored.
Is there any way to display it with the same emphasis on size as in v5.11.3.4099?

videoview = MobileRTCVideoView(frame: CGRect.init(x: 0,y: 0,width: 122,height:160))
videoView?.showAttendeeVideo(withUserID: uuzoomid)
videoView?.setVideoAspect(MobileRTCVideoAspect_PanAndScan)
videoView?.isUserInteractionEnabled = true

Can we assume that the video display specifications in the Zoom Meeting SDK iOS 5.14.2 will remain unchanged in future versions of the Zoom SDK, since there have been no changes?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.