WebsiteBeaver / CordovaCall

Cordova CallKit & ConnectionService plugin for iOS/Android that displays the native call UI for VOIP apps
MIT License
196 stars 91 forks source link

WebRTC intergration. #20

Closed Moyo17 closed 6 years ago

Moyo17 commented 6 years ago

Hello, Following the example from https://websitebeaver.com/insanely-simple-webrtc-video-chat-using-firebase-with-codepen-demo i have difficulties integrating CordovaCall with that demo for both audio and video call. please i need help with this. The instructions you gave is not that explicit. thanks

dmarcs commented 6 years ago

Hi @Moyo17 please take a look at https://github.com/BasqueVoIPMafia/cordova-plugin-iosrtc. It's a Cordova plugin that lets you create a video chat on mobile using WebRTC. WebRTC already works on Android without a Cordova plugin, but it doesn't work on iOS (although it does work on mobile Safari). So this plugin makes WebRTC work on iOS.

The code from https://websitebeaver.com/insanely-simple-webrtc-video-chat-using-firebase-with-codepen-demo works on computer, mobile Safari, and Android. It doesn't work on iOS apps without using iosrtc.