ConnectyCube / android-messenger-app

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

[question] possibly open call activity directly when receiving new call? #42

Closed shakeri-mreza closed 4 years ago

TatankaConCube commented 4 years ago

Hello @mamzii thank you for your question. Yes, you can do it. As a possible solution you can create service which will save chat connection (like ChatConnectionManager.kt). Then after receive call push-notification you will start this service and initialize RTCSessionManager. RTCSessionManager starts listen calls and after receive new call will open CallActivity.kt

TatankaConCube commented 4 years ago

feel free to open other questions if you have