Black Screen on iOS When Joining Zoom in Flutter [ZoomView]

Description:
I am experiencing a black screen issue only on iOS while my Flutter app works perfectly fine on Android. The issue occurs after successfully joining a Zoom meeting. Despite being connected, the screen remains black, although other participants can see me and I can hear the audio.

Previously, everything was working fine on iOS, but now this issue appears randomly.

Steps to Reproduce:
1. Launch the Flutter app on an iOS device.
2. Join a Zoom meeting using the Zoom SDK.
3. The screen turns black, but the meeting is active.
4. Audio works, and other participants can see me.

Expected Behavior:

The video feed should display correctly, as it does on Android.

Actual Behavior:

The screen turns black, but audio and camera functionality appear to be working from the other participants’ perspective.

Zoom SDK Flutter. => 1.14.1 [latest one]

Hello @Shubham3,

I tried to replicate this but there was no issue on my end. Have you tried to toggle the video on/off function to see if it works for you? Are you also able to see other participants? If you can share your code snippet and the log generated from our Zoom VSDK, that will also be useful.

Thanks.