onsip / onsip-cordova

Other
48 stars 29 forks source link

Which phonertc API is used? #6

Closed ibc closed 9 years ago

ibc commented 9 years ago
cordova.plugins.phonertc.call(callOptions);

That does not exist in the rtcphone API, how is that? Do I miss something?

egreenmachine commented 9 years ago

I believe the wiki page you linked to is for PhoneRTC 2.0. Some people have had success with getting PhoneRTC 2.0 to work with SIP.js (see #3). This plugin itself however uses a custom fork of PhoneRTC 1 to better support the SIP.js MediaHandler APIs.

ibc commented 9 years ago

Clear, thanks a lot.