Is there a way to run the Sinch Voice js sdk version on iOS using cordova and crosswalk?
Thank You
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.