ConnectyCube / android-messenger-app

Chat and voice / video calling app using ConnectyCube
https://connectycube.com
Apache License 2.0
52 stars 23 forks source link

No incoming call notification #103

Closed abhi-dasgupta closed 2 years ago

abhi-dasgupta commented 2 years ago

Hello, I've set up and built the project as required. Only getting call notification when the app is open and is minimized (when the phone is unlocked). No notification when the app is terminated (when the phone is locked or unlocked). No notification when the app is open but the phone is locked. It does give a single short vibration in this case.

Is this how it's implemented? or am I missing something because before this I tried out the flutter sample and it does all of the above as expected.

Please advice

TatankaConCube commented 2 years ago

You can implement a similar logic in this app as in the flutter sample. This app has not been updated for a long time and the behavior can be different on new versions of Android. Initially yes, the logic of showing the Incoming call screen should be like now in the flutter sample.

abhi-dasgupta commented 2 years ago

@TatankaConCube ok thanks for the update, waiting for the flutter-webrtc crash on p2p video issue to be fixed, was just trying out the android sdk in the meantime.