Description
Local and Remote Participant Video stop rendering randomly on app relaunch.
Which iOS Video SDK version?
Using Zoom SDK version 2.1.0
To Reproduce
Steps to reproduce the behavior:
Started Zoom Session Video of all participant is rendering on canvas.
Leave session and relaunch app.
this time canvas stops rendering video it displays with its background colour. even local participant video is not rendered but at the same time other side(Web) can see the video of local participant as well as other participant.
Smartphone (please complete the following information):
@dattatray.deokar I also faced the same issue and found that initializing the Zoom SDK in background mode causes video rendering to fail. I resolved this by adding a check to ensure the SDK is initialized only in the foreground, not in the background
I’m Initialising Zoom SDK in didFinishLaunchingWithOptions and cleaning it in applicationWillTerminate. Now moved logic in applicationDidBecomeActive but issue is still there.