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]