ZoomVideoSDKVideoHelper’s startVideoCanvasPreview gives
“-[AVCaptureSession startRunning] should be called from background thread. Calling it on the main thread can lead to UI unresponsiveness”
If we call it on a background thread it gives “-[UIView bounds] must be used from main thread only”
I am assuming startVideoCanvasPreview is using AVCaptureSession’s startRunning function and that should be called on background thread.
Is Zoom planning to fix this anytime soon or does anyone has any suggestions ?