Hi Zoom Dev Team, I’m using flutter_zoom_videosdk 2.4.12 with Android Video SDK 2.4.12.Video call, camera, mic, and join session all work fine. But Android screen sharing does not work correctly.
What happens:
-
shareHelper.shareScreen() is called
-
Android system screen capture permission dialog appears
-
I tap “Start now”
-
but shareScreen() never returns
-
onUserShareStatusChanged is never fired
-
the remote user cannot see the shared screen
I tested on a Xiaomi device with Android 13. I also confirmed that my UI already handles sharing: true rendering for the sharing user.Do you know if this is a known issue with Flutter Video SDK 2.4.12 on Android, or if there is any additional native Android setup required for screen sharing?