flutter-webrtc / callkeep

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

How to detecting incoming calls outside of my app #117

Closed ahmetbugraozcan closed 2 years ago

ahmetbugraozcan commented 2 years ago

I want to detect normal incoming calls not custom calls we make from the app. For example user who has not downloaded the app calling me in their phone. And other user who downloaded the app sees a dialog window like truecaller. I've read the documentation but didn't fully understand the concept. Is it possible to do it with this package?

cloudwebrtc commented 2 years ago

This plug-in is used to initiate native interface calls from within the application, or to receive VOIP calls from pushes. It cannot be used to detect incoming calls.

ahmetbugraozcan commented 2 years ago

Understood thanks. Sorry for the silly question.