0

Is there a way to run the Sinch Voice js sdk version on iOS using cordova and crosswalk?

Thank You

Vinodh
  • 5,262
  • 4
  • 38
  • 68
ostrichegret
  • 179
  • 2
  • 12

1 Answers1

0

No, not the JS SDK to work with Cordova you could build a plugin on the Native SDKS but not on the JS SDK. Why? There is no WebRTC in the webviews so you will have to use the Native SDKs to get WebRTC in to the app.

cjensen
  • 2,703
  • 1
  • 16
  • 15
  • Hi @cjensen , is Sinch going to make Cordova Plugin for iOS version? We're planning to use cordova so we can release in Web App and Mobile Apps faster. Thank you – ostrichegret Oct 28 '16 at 03:36
  • No at the moment, There a guy at Kwingle that did a Xamarin plugin if that is an option for cross plattform. https://forums.xamarin.com/discussion/comment/174520/#Comment_174520 – cjensen Oct 31 '16 at 16:24
  • we just move out from xamarin and now go with cordova. could you please check this plugin https://github.com/eface2face/cordova-plugin-iosrtc . Can it work with sinch? Thanks christian. – ostrichegret Nov 01 '16 at 04:12