flutter-webrtc / flutter-webrtc

WebRTC plugin for Flutter Mobile/Desktop/Web
MIT License
4.16k stars 1.13k forks source link

Video and screenshot freezes when iOS is backgrounded #1368

Open 1garipdeveloper opened 1 year ago

1garipdeveloper commented 1 year ago

I'm having a problem with iOS. Video and screen recording stops when the application is placed in the background. The audio stream continues. In this case, is it necessary to use callkit or replay kit for ios? Is there a different solution?

mediasoup_client_flutter: ^0.8.1 flutter_webrtc: ^0.8.0 webrtc_interface: 1.0.5

Flutter 3.7.3

pannawatth commented 1 year ago

Hi I am facing the same problem, Any progress on this issue?