1

I'm planning to create a WebRTC based Ionic 2 application so was wondering if PhoneRTC is fully supported in Ionic 2.

Also, what are the alternatives available if it's not.

Neville Katila
  • 329
  • 5
  • 20
  • did you used this in your app? help me please with some sample tutorials/code – varun aaruru Feb 17 '17 at 06:26
  • @varunaaruru : No, I didn't use PhoneRTC, it seems to be an old library which is not updated any more. I'd suggest you to look at iosRTC https://github.com/eface2face/cordova-plugin-iosrtc which seems to be updated regularly. – Neville Katila Feb 17 '17 at 12:53
  • are you still trying to build it? – Vasanth Aug 27 '17 at 17:42

1 Answers1

2

first phone rtc https://github.com/alongubkin/phonertc is a cordova plugin but it is nit supported under the hood of ionic native.

But you can still use third party plugins functionality through the plugins namespace on Window:

window.plugins.somePlugin.doSomething();

See this too(see it under the title Using a Plugin Not Included in Ionic Native)

Sampath
  • 63,341
  • 64
  • 307
  • 441