flutter-webrtc / callkeep

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

Locked screen #124

Open morfair opened 2 years ago

morfair commented 2 years ago

When phone is locked, no notifications and calls are shown. In debug console I see FCM message. I'm sure this code is executing but nothing happens:

    _callKeep.displayIncomingCall(callUUID, callerId, localizedCallerName: callerName, hasVideo: hasVideo);
    _callKeep.backToForeground();
madatr commented 2 years ago

..

riveraj33 commented 2 years ago

Hello. Any fix for this?

harshuhere01 commented 2 years ago

Does Anyone got any kind of solution of this problem ? I'm getting same problem and stucked at this problem.