ionic2-firebase-webrtc
ionic2-firebase-webrtc copied to clipboard
Is ok for ios?
Hi akserg,
I do it like this: Install latest Ionic 2 CLI(npm install -g ionic@beta cordova) sudo npm i sudo ionic platform add ios sudo ionic build ios compile successed on xcode run successed on iphone device
but webrtc failed,can you help me?
Hi @dragonview,
The work in progress. I will let you know when I will finish it.
Hi @akserg ,
Ok, Thank you very much!
May I know is there any update? Really looking forward to it !
Hi akserg, Already support ios?
The issue might be with the fact that WebRTC is available only for native iOS, not in browsers running a RIA on iOS: https://codelabs.developers.google.com/codelabs/webrtc-web/#0 "In Firefox, Opera and in Chrome on desktop and Android. WebRTC is also available for native apps on iOS and Android." I'm trying to use Ionic 2 with WebRTC to cover all devices (browsers, native Android and iOS), but so far it appears that Objective-C or Swift is the only way to go for a native iOS app. This shows promise, but I haven't given it a try yet: https://github.com/eface2face/cordova-plugin-iosrtc
@vkniazeu ,thank you!