ConnectyCube / connectycube-reactnative-samples

Chat and Video Chat code samples for React Native, ConnectyCube
https://connectycube.com
Apache License 2.0
125 stars 111 forks source link

Background service for get call when app killed or background #154

Closed krishna11124 closed 3 years ago

krishna11124 commented 3 years ago

Hi is There any background service for handle your listener with getting call-in the background or foreground..

ccvlad commented 3 years ago

@krishna11124 You can use push notification to start an application via push and init all listeners. Also check our docs - CallKit may be helpful for your case.