react-native-webrtc / react-native-callkeep

iOS CallKit framework and Android ConnectionService for React Native
ISC License
910 stars 440 forks source link

We cant buıld call-keep #178

Closed CMLCNL closed 4 years ago

CMLCNL commented 4 years ago

We already have a working webrtc application. The application also has only video-chat.

We used connectycube for webRTC.

We want to use iOS call kit and Android connection service in this application, but we couldn't do it. Can you help us. Where do we have to start?

Versions

- Callkeep:
- React Native: "0.61.5"
- iOS:
- Android:
- Phone model: 
danjenkins commented 4 years ago

@CMLCNL you're going to have to give us some more information if you want any support on this. What did you try? what failed? What did you add to your project? Currently Android doesn't support video - I have a branch elsewhere that has it partially supported but I haven't been able to get back to finishing it

CMLCNL commented 4 years ago

@CMLCNL you're going to have to give us some more information if you want any support on this. What did you try? what failed? What did you add to your project? Currently Android doesn't support video - I have a branch elsewhere that has it partially supported but I haven't been able to get back to finishing it

I build for ios and android but now i have a problem. In android when app is foreground connection service is work but when app killed connection service not working.

CMLCNL commented 4 years ago

I solved my problem on ios with voip and for android react native background messaging.