flutter-webrtc / callkeep

iOS CallKit and Android ConnectionService for Flutter
MIT License
130 stars 139 forks source link

Video notification on locked screen not working. only audio iOS #89

Open RafaDeMarcoo opened 3 years ago

RafaDeMarcoo commented 3 years ago

Hi! I tried setting hasVideo to true and many other configurations but the incoming call says its only audio. When I accept the call I see the normal iOS audio call, and when I click my app button or the video button, it opens the APP but it does not receive any video streams.

When opening the notification with the app in background but iPhone not locked it works perfect.

Please help