GetStream / stream-video-flutter

Flutter Video SDK - Build your own video app experience using Dart, Flutter and the Stream Video Messaging API.
https://getstream.io/video/docs/flutter/
Other
37 stars 11 forks source link

The device remains in screen share mode #624

Open Brazol opened 1 month ago

Brazol commented 1 month ago

Reported by customer:

When you and I are in a call and you share the screen of your device, if either of us tries to end the call without removing the screen share, the call will end as expected. However, on your device, it still shows that the screen is being shared, and the device remains in screen share mode. To address this issue, we implemented a workaround by stopping the screen share notification service using 'StreamBackgroundService().stopScreenSharingNotificationService();' during call ending actions. Now it's working as expected on our end, but it's not functioning properly in your dependency.